ID #15962
Armor
[Not for Sale] Great Sorcerer Crown [1]
Buy Price: N/A
Sell Price: N/A
Type: Armor
Weight: 100
Slots: 1
Armor level: 1
Required level: 130
Weight: 100
Slots: 1
Armor level: 1
Required level: 130
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
Requirements
Armor Level
1
Min Level
130
Scripts
Script .@r = getrefine(); bonus bMatk,20*(.@r/2); if (.@r>=7) { bonus bVariableCastrate,-15; } if (.@r>=9) { bonus2 bMagicAtkEle,Ele_All,15; } if (.@r>=11) { bonus bFixedCast,-200; bonus2 bMagicAddSize,Size_Small,15; bonus2 bMagicAddSize,Size_Medium,15; }
.@r = getrefine();
bonus bMatk,20*(.@r/2);
if (.@r>=7) {
bonus bVariableCastrate,-15;
}
if (.@r>=9) {
bonus2 bMagicAtkEle,Ele_All,15;
}
if (.@r>=11) {
bonus bFixedCast,-200;
bonus2 bMagicAddSize,Size_Small,15;
bonus2 bMagicAddSize,Size_Medium,15;
}