Viewing Item

#15892: Crown of Justice

Item ID 15892 For Sale No
Identifier Themis_Helm Credit Price Not For Sale
Name Crown of Justice Type Armor
NPC Buy 0 Weight 50
NPC Sell 0 Weapon Level 0
Range 0 Defense 10
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,10;

3 bonus bDef,.@r*30;

4 bonus bDelayrate,-10;

5 bonus bMatkRate,25;

6 if (getskilllv("LG_INSPIRATION") == 5) {

7 bonus bDelayrate,-15;

8 bonus2 bSkillCooldown,"LG_INSPIRATION",-10000;

9 }

10 if (getskilllv("CR_DEVOTION") == 5) {

11 bonus bMaxHPrate,15;

12 bonus bAspdRate,10;

13 }

14 if (getskilllv("LG_HESPERUSLIT") == 5)

15 bonus4 bAutoSpellOnSkill,"PA_PRESSURE","LG_RAYOFGENESIS",getskilllv("LG_RAYOFGENESIS"),500;

16 if (.@r>=7) {

17 bonus bHealPower,15;

18 bonus2 bSkillAtk,"LG_RAYOFGENESIS",15;

19 }

20 if (.@r>=9) {

21 bonus bHealPower,35;

22 bonus2 bSkillAtk,"LG_RAYOFGENESIS",35;

23 }

Equip Script None
Unequip Script None