Viewing Item

#400368: RO 20th Anniversary Limited Cap

Item ID 400368 For Sale No
Identifier 20th_Anniversary_Hat_TW Credit Price Not For Sale
Name RO 20th Anniversary Limited Cap Type Armor
NPC Buy 0 Weight 10
NPC Sell 0 Weapon Level 0
Range 0 Defense 0
Slots 1 Refineable Yes
Attack 0 Min Equip Level 1
MATK 0 Max Equip Level None
Equip Locations Upper Headgear
Equip Upper None
Equippable Jobs None
Equip Gender Both (Male and Female)
Trade restriction None
Item Use Script

1 .@r = getrefine();

2 bonus bMaxHP,2000;

3 bonus bMaxSP,200;

4 bonus bBaseAtk,20*(.@r/2);

5 bonus bMatk,20*(.@r/2);

6 bonus bAtkRate,3*(.@r/3);

7 bonus bMatkRate,3*(.@r/3);

8 if (.@r>=7)

9 bonus bAspdRate,10;

10 if (.@r>=9) {

11 bonus bShortAtkRate,10;

12 bonus bLongAtkRate,10;

13 bonus2 bMagicAtkEle,Ele_All,10;

14 }

15 if (.@r>=11) {

16 bonus2 bAddEle,Ele_All,15;

17 bonus2 bMagicAddEle,Ele_All,15;

18 }

19 if (.@r>=12)

20 bonus bFixedCast,-15*(.@r-11);

Equip Script None
Unequip Script None