Viewing Item

#400070: Rental Crown of the Phoenix

Item ID 400070 For Sale No
Identifier JP_Helm28_L Credit Price Not For Sale
Name Rental Crown of the Phoenix Type Armor
NPC Buy 0 Weight 100
NPC Sell 0 Weapon Level 0
Range 0 Defense 18
Slots 1 Refineable Yes
Attack 0 Min Equip Level 100
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 bonus bMaxHPrate,10;

4 bonus bVariableCastrate,-((.@r>=9)?20:(.@r>=7?15:10));

5 bonus2 bSkillAtk,"LG_OVERBRAND",((.@r>=9)?50:(.@r>=7?25:10));

6 bonus2 bFixedCastrate,"LG_OVERBRAND",-100;

7 if (getskilllv("LG_KINGS_GRACE") == 5) {

8 bonus2 bSkillVariableCast,"LG_INSPIRATION",-2000;

9 bonus2 bSkillCooldown,"LG_INSPIRATION",-10000;

10 }

11 if (getskilllv("LG_MOONSLASHER") == 5)

12 bonus2 bSkillVariableCast,"LG_OVERBRAND",-1000;

13 if (getskilllv("LG_FORCEOFVANGUARD") == 5) {

14 bonus bMaxHPrate,10;

15 bonus bMaxSPrate,10;

16 bonus bDef,150;

17 bonus bMdef,15;

18 }

19 if (.@r>=10)

20 bonus2 bIgnoreDefRaceRate,RC_All,100;

Equip Script None
Unequip Script None