Viewing Item

#15897: Rebirth Crown

Item ID 15897 For Sale No
Identifier Rebirth_Circlet Credit Price Not For Sale
Name Rebirth Crown Type Armor
NPC Buy 20 Weight 60
NPC Sell 10 Weapon Level 0
Range 0 Defense 12
Slots 1 Refineable Yes
Attack 0 Min Equip Level 130
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 bMdef,15;

3 bonus2 bResEff,Eff_Stone,1000*.@r;

4 bonus bDelayrate,-3*.@r;

5 if (.@r>=7) {

6 bonus2 bMagicAddEle,Ele_All,15;

7 bonus2 bSkillCooldown,"WL_COMET",-40000;

8 }

9 if (.@r>=9) {

10 bonus2 bMagicAddEle,Ele_All,15;

11 bonus2 bSkillCooldown,"WL_COMET",-45000;

12 }

13 if (.@r>=10) {

14 bonus2 bMagicAtkEle,Ele_Neutral,(readparam(bInt)+readparam(bDex))/10;

15 if (eaclass()&EAJL_THIRD && BaseJob == Job_Wizard)

16 skill "PF_SPIDERWEB",1;

17 }

Equip Script None
Unequip Script None