ID #450226
Armor
Four of a Kind [1]
Buy Price: N/A
Sell Price: N/A
Type: Armor
Defense: 100
Weight: 1000
Slots: 1
Armor level: 1
Required level: 100
Defense: 100
Weight: 1000
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
1000
Defense
100
Requirements
Armor Level
1
Min Level
100
Scripts
Script .@r = getrefine(); bonus bInt,10*getskilllv("WL_RADIUS"); bonus bMatk,50*getskilllv("WL_RADIUS"); bonus bMaxHPrate,10; bonus bMaxSPrate,10; bonus2 bMagicAddRace,RC_All,7*getskilllv("WL_TETRAVORTEX"); if (getskilllv("WL_COMET") == 5) { bonus2 bFixedCastrate,"WL_TETRAVORTEX",-100; bonus2 bFixedCastrate,"WL_JACKFROST",-100; } if (.@r>=5) bonus bMdef,25; if (.@r>=7) bonus bMdef,25; if (.@r>=10) { bonus2 bMagicAtkEle,Ele_Earth,15; bonus2 bMagicAtkEle,Ele_Fire,15; bonus2 bMagicAtkEle,Ele_Water,15; bonus2 bMagicAtkEle,Ele_Wind,15; bonus bUnbreakableArmor; }
.@r = getrefine();
bonus bInt,10*getskilllv("WL_RADIUS");
bonus bMatk,50*getskilllv("WL_RADIUS");
bonus bMaxHPrate,10;
bonus bMaxSPrate,10;
bonus2 bMagicAddRace,RC_All,7*getskilllv("WL_TETRAVORTEX");
if (getskilllv("WL_COMET") == 5) {
bonus2 bFixedCastrate,"WL_TETRAVORTEX",-100;
bonus2 bFixedCastrate,"WL_JACKFROST",-100;
}
if (.@r>=5)
bonus bMdef,25;
if (.@r>=7)
bonus bMdef,25;
if (.@r>=10) {
bonus2 bMagicAtkEle,Ele_Earth,15;
bonus2 bMagicAtkEle,Ele_Fire,15;
bonus2 bMagicAtkEle,Ele_Water,15;
bonus2 bMagicAtkEle,Ele_Wind,15;
bonus bUnbreakableArmor;
}