Viewing Item (Elemental Boots) Ragnarok: Project Zero Control Panel
Basic Info
Name | Elemental Boots[1] |
---|---|
Item ID |
22039
-
Elemental_Boots
|
Type | Armor |
Boots contain the power of four major elements.
Increase damage and reduce cast time of Fire Bolt, Cold Bolt, Lightning Bolt and Earth Spike by 3%.
Refined to +6, every refine increase damage and reduce cast time of Fire Bolt, Cold Bolt, Lightning Bolt and Earth Spike by 1%.
Class: Footgear
Defense: 10
Weight: 10
Level Requirement: 70
Jobs: All classes
Increase damage and reduce cast time of Fire Bolt, Cold Bolt, Lightning Bolt and Earth Spike by 3%.
Refined to +6, every refine increase damage and reduce cast time of Fire Bolt, Cold Bolt, Lightning Bolt and Earth Spike by 1%.
Class: Footgear
Defense: 10
Weight: 10
Level Requirement: 70
Jobs: All classes
Details
Weight | 10 |
---|---|
NPC Buy | 10 z |
NPC Sell | 5 z |
Refineable | Yes |
Equip Locations | Footgear |
Stats
Range | 0 |
---|---|
Defense | 10 |
Attack | 0 |
Magical Attack | 0 |
Weapon Level | 0 |
Slots | 1 |
Restrictions
Level Range | 70 + |
---|---|
Usage | None |
Trade | None |
Job Class Types | Normal / Upper / Baby |
Job Classes | All Jobs |
Gender | Any |
Scripts
Use Script |
---|
bonus2 bSkillAtk,MG_LIGHTNINGBOLT,3; bonus2 bSkillAtk,MG_FIREBOLT,3; bonus2 bSkillAtk,MG_COLDBOLT,3; bonus2 bSkillAtk,WZ_EARTHSPIKE,3; bonus2 bVariableCastrate,MG_LIGHTNINGBOLT,-3; bonus2 bVariableCastrate,MG_FIREBOLT,-3; bonus2 bVariableCastrate,MG_COLDBOLT,-3; bonus2 bVariableCastrate,WZ_EARTHSPIKE,-3; if(getrefine()>= 6) { bonus2 bSkillAtk,MG_LIGHTNINGBOLT,(getrefine()-5); bonus2 bSkillAtk,MG_FIREBOLT,(getrefine()-5); bonus2 bSkillAtk,MG_COLDBOLT,(getrefine()-5); bonus2 bSkillAtk,WZ_EARTHSPIKE,(getrefine()-5); bonus2 bVariableCastrate,MG_LIGHTNINGBOLT,-(getrefine()-5); bonus2 bVariableCastrate,MG_FIREBOLT,-(getrefine()-5); bonus2 bVariableCastrate,MG_COLDBOLT,-(getrefine()-5); bonus2 bVariableCastrate,WZ_EARTHSPIKE,-(getrefine()-5); } |
Equip Script |
None |
Unequip Script |
None |