Viewing Item

#15906: Northern Cross

Item ID 15906 For Sale No
Identifier Northern_Cross Credit Price Not For Sale
Name Northern Cross 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 bAspdRate,10;

4 bonus bMatkRate,25;

5 if (getskilllv("WL_STASIS") >= 5)

6 autobonus "{ bonus bSpeedRate,25; }",10,30000,BF_MAGIC;

7 if (getskilllv("WL_TELEKINESIS_INTENSE") >= 5) {

8 bonus bDef,150;

9 bonus bMdef,15;

10 bonus2 bSkillCooldown,"WL_DRAINLIFE",-2000;

11 }

12 if (getskilllv("WL_RECOGNIZEDSPELL") >= 5)

13 bonus2 bSubClass,Class_Boss,20;

14 bonus bMagicHPGainValue,30*.@r;

15 bonus bMagicSPGainValue,3*.@r;

16 if (.@r >= 7) {

17 bonus bVit,7;

18 bonus bInt,7;

19 bonus2 bSkillAtk,"WL_DRAINLIFE",75;

20 if (.@r >= 9) {

21 bonus bVit,18;

22 bonus bInt,18;

23 bonus2 bSkillAtk,"WL_DRAINLIFE",175;

24 }

25 }

Equip Script None
Unequip Script None