AuraRO Logo

Viewing Item

#19387: Experimental Goat Cap

Item ID 19387 For Sale No
Identifier Experimental Goat Cap Credit Price Not For Sale
Name Experimental Goat Cap Type
NPC Buy 20 Weight 50
NPC Sell 10 Weapon Level 0
Range 0 Defense 0
Slots 1 Refineable Yes
Attack 0 Min Equip Level 40
MATK 0 Max Equip Level None
Equip Locations None
Equip Upper None
Equippable Jobs None
Equip Gender Unknown
Item Use Script

1 .@r = getrefine();

2 .@sub = 10;

3 .@dmg = 15;

4 if (.@r >= 7) {

5 .@dmg += 15;

6 if (.@r >= 8) {

7 .@sub += 15;

8 if (.@r >= 9) {

9 .@dmg += 20;

10 }

11 }

12 }

13 bonus2 bSubEle,Ele_Earth,.@sub;

14 bonus2 bAddRace2,RC2_WERNER_LAB,.@dmg;

15 bonus2 bMagicAddRace2,RC2_WERNER_LAB,.@dmg;

16 bonus2 bSubRace2,RC2_WERNER_LAB,.@dmg;

Equip Script None
Unequip Script None