Viewing Item

#480094: Erymanthian Skin

Item ID 480094 For Sale No
Identifier ErymanthianSkin Credit Price Not For Sale
Name Erymanthian Skin Type Armor
NPC Buy 0 Weight 10
NPC Sell 0 Weapon Level 0
Range 0 Defense 12
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 .@r = getrefine();

2 bonus bUnbreakableGarment;

3 bonus bDex,6;

4 bonus2 bSubRace,RC_Player_Human,5;

5 bonus2 bSubRace,RC_Player_Doram,5;

6 bonus bDelayrate,-3;

7 if (.@r>=7) {

8 bonus bDex,12;

9 bonus bAspdRate,5;

10 bonus bLongAtkDef,10;

11 }

12 if (.@r>=9) {

13 bonus bDex,12;

14 bonus bAspdRate,7;

15 bonus bLongAtkDef,10;

16 }

17 if (getskilllv("RA_UNLIMIT")>=5)

18 bonus2 bSkillCooldown,"RA_ARROWSTORM",-300;

19 if (getskilllv("RA_WUGRIDER")>=3)

20 bonus bMaxHP,10000;

21 bonus2 bAddSize,Size_All,2*getskilllv("RA_AIMEDBOLT");

22 if (getskilllv("RA_ELECTRICSHOCKER")>=5)

23 bonus2 bSubEle,Ele_Fire,100;

Equip Script None
Unequip Script None