Viewing Item

#19343: Circlet Of Phoenix

Item ID 19343 For Sale No
Identifier Circlet_Of_Phoenix Credit Price Not For Sale
Name Circlet Of Phoenix Type Armor
NPC Buy 0 Weight 100
NPC Sell 0 Weapon Level 0
Range 0 Defense 18
Slots 0 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 .@mdef = 15;

3 .@hp = 10;

4 .@dmg = 10;

5 .@cast = -10;

6 bonus2 bFixedCastrate,"LG_OVERBRAND",-100;

7 if (.@r>=7) {

8 .@cast -= 5;

9 .@dmg += 15;

10 if (.@r>=9) {

11 .@cast -= 5;

12 .@dmg += 25;

13 if (.@r>=10) {

14 bonus bIgnoreDefRace,RC_All;

15 }

16 }

17 }

18 if (getskilllv("LG_KINGS_GRACE")>=5) {

19 bonus2 bSkillCooldown,"LG_INSPIRATION",-10000;

20 bonus2 bSkillVariableCast,"LG_INSPIRATION",-2000;

21 }

22 if (getskilllv("LG_MOONSLASHER")>=5) {

23 bonus2 bSkillVariableCast,"LG_OVERBRAND",-1000;

24 }

25 if (getskilllv("LG_FORCEOFVANGUARD")>=5) {

26 .@hp += 10;

27 .@mdef += 15;

28 bonus bMaxSPrate,10;

29 bonus bDef,150;

30 }

31 bonus bMdef,.@mdef;

32 bonus bMaxHPrate,.@hp;

33 bonus2 bSkillAtk,"LG_OVERBRAND",.@dmg;

34 bonus bVariableCastrate,.@cast;

Equip Script None
Unequip Script None

Page generated in 1.26893 second(s). Number of queries executed: 12.

Language: