ID #15906
Armor
Northern Cross [1]
Buy Price: N/A
Sell Price: N/A
Type: Armor
Defense: 10
Weight: 500
Slots: 1
Armor level: 1
Required level: 100
Defense: 10
Weight: 500
Slots: 1
Armor level: 1
Required level: 100
Equipment Slots
Head (Top)
Head (Lower)
Left Hand
Garment
Accessory 1
Head (Mid)
Body Armor
Right Hand
Shoes
Accessory 2
Basic Information
Type
Armor
Weight
500
Defense
10
Requirements
Armor Level
1
Min Level
100
Scripts
Script .@r = getrefine(); bonus bMdef,10; bonus bAspdRate,10; bonus bMatkRate,25; if (getskilllv("WL_STASIS") >= 5) autobonus "{ bonus bSpeedRate,25; }",10,30000,BF_MAGIC; if (getskilllv("WL_TELEKINESIS_INTENSE") >= 5) { bonus bDef,150; bonus bMdef,15; bonus2 bSkillCooldown,"WL_DRAINLIFE",-2000; } if (getskilllv("WL_RECOGNIZEDSPELL") >= 5) { bonus2 bSubClass,Class_Boss,20; bonus bMagicHPGainValue,30*.@r; bonus bMagicSPGainValue,3*.@r; } if (.@r >= 7) { bonus bVit,7; bonus bInt,7; bonus2 bSkillAtk,"WL_DRAINLIFE",75; if (.@r >= 9) { bonus bVit,18; bonus bInt,18; bonus2 bSkillAtk,"WL_DRAINLIFE",175; } }
.@r = getrefine();
bonus bMdef,10;
bonus bAspdRate,10;
bonus bMatkRate,25;
if (getskilllv("WL_STASIS") >= 5)
autobonus "{ bonus bSpeedRate,25; }",10,30000,BF_MAGIC;
if (getskilllv("WL_TELEKINESIS_INTENSE") >= 5) {
bonus bDef,150;
bonus bMdef,15;
bonus2 bSkillCooldown,"WL_DRAINLIFE",-2000;
}
if (getskilllv("WL_RECOGNIZEDSPELL") >= 5) {
bonus2 bSubClass,Class_Boss,20;
bonus bMagicHPGainValue,30*.@r;
bonus bMagicSPGainValue,3*.@r;
}
if (.@r >= 7) {
bonus bVit,7;
bonus bInt,7;
bonus2 bSkillAtk,"WL_DRAINLIFE",75;
if (.@r >= 9) {
bonus bVit,18;
bonus bInt,18;
bonus2 bSkillAtk,"WL_DRAINLIFE",175;
}
}