
RENEWAL / ITEMS
Fire Bolt Shadow Armor
#24220Shadowgear
S_FireBolt_Armor
TypeShadowgear
Equipment positionShadow armor
Weight0
Buy price10 z
Sell price5 z
Required level1
Description
If refined to +2 or higher,
Chance to auto cast Fire Bolt when physically melee attacking.
Level and chance to cast scale with the refine level of the Shadow Armor.
------------------------
Class : Shadow Equipment
Location : Armor
Weight : 0
Required Level : 1
Jobs : All
English Renewal client description · iRO. Numeric server data above takes precedence when the client text differs.
Item details
- Equipment position
- Shadow armor
- Trade
Item effect script
.@r = getrefine();
bonus bMaxHP,.@r*10;
if (.@r>=2)
autobonus "{ bonus3 bAutoSpell,\"MG_FIREBOLT\",("+.@r+"/2),1000; }",(.@r*2)+100,100,BF_SHORT;