ID #480277
Armor
[Not For Sale] Christmas Guardian Tree [1]
Buy Price: N/A
Sell Price: N/A
Type: Armor
Defense: 20
Weight: 100
Slots: 1
Armor level: 1
Defense: 20
Weight: 100
Slots: 1
Armor level: 1
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
100
Defense
20
Requirements
Armor Level
1
Scripts
Script .@r = getrefine(); bonus bMatkRate,(.@r/2); bonus bAtkRate,(.@r/2); if (.@r>=9) { bonus bMatk,30; bonus bBaseAtk,30; } if (.@r>=11) autobonus "{ bonus2 bMagicAtkEle,Ele_Neutral,20; bonus2 bMagicAtkEle,Ele_Holy,20; }",1,10000,BF_WEAPON;
.@r = getrefine();
bonus bMatkRate,(.@r/2);
bonus bAtkRate,(.@r/2);
if (.@r>=9) {
bonus bMatk,30;
bonus bBaseAtk,30;
}
if (.@r>=11)
autobonus "{ bonus2 bMagicAtkEle,Ele_Neutral,20; bonus2 bMagicAtkEle,Ele_Holy,20; }",1,10000,BF_WEAPON;