Viewing Item

#20837: Skin of Gwiber

Item ID 20837 For Sale No
Identifier Skin_Of_Gwiber Credit Price Not For Sale
Name Skin of Gwiber Type Armor
NPC Buy 20 Weight 60
NPC Sell 10 Weapon Level 0
Range 0 Defense 15
Slots 1 Refineable Yes
Attack 0 Min Equip Level 100
MATK 0 Max Equip Level None
Equip Locations Garment
Equip Upper None
Equippable Jobs None
Equip Gender Both (Male and Female)
Trade restriction None
Item Use Script

1 bonus bInt,5;

2 bonus bDex,5;

3 bonus bMdef,10;

4 bonus2 bSubEle,Ele_Dark,5;

5 bonus2 bSubEle,Ele_Undead,5;

6 bonus2 bSubRace,RC_Demon,5;

7 bonus2 bSubRace,RC_Undead,5;

8 .@r = getrefine();

9 .@val = (readparam(bInt)+readparam(bDex))/20;

10 if (.@r>=7) {

11 bonus bSPGainValue,10;

12 if (.@r>=8) {

13 bonus bBaseAtk,5*.@val;

14 bonus bDelayrate,-1*.@val;

15 if (.@r>=9) {

16 bonus bSPGainValue,10;

17 }

18 }

19 }

Equip Script None
Unequip Script None