ID #400759
Armor
Meow Meow Meatball Growth Hat [1]
Buy Price: N/A
Sell Price: N/A
Type: Armor
Weight: 100
Slots: 1
Armor level: 1
Required level: 1
Weight: 100
Slots: 1
Armor level: 1
Required 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
Requirements
Armor Level
1
Min Level
1
Scripts
Script .@r = getrefine(); bonus bMatk,15*(.@r/2); bonus2 bExpAddRace,RC_All,3*(.@r/3); if (.@r>=7) { bonus bVariableCastrate,-15; bonus bFixedCast,-200; if (.@r>=9) { bonus2 bMagicAtkEle,Ele_All,20; if (.@r>=11) { bonus2 bMagicAddSize,Size_All,20; if (.@r>=13) { bonus bFixedCast,-300; } } } }
.@r = getrefine();
bonus bMatk,15*(.@r/2);
bonus2 bExpAddRace,RC_All,3*(.@r/3);
if (.@r>=7) {
bonus bVariableCastrate,-15;
bonus bFixedCast,-200;
if (.@r>=9) {
bonus2 bMagicAtkEle,Ele_All,20;
if (.@r>=11) {
bonus2 bMagicAddSize,Size_All,20;
if (.@r>=13) {
bonus bFixedCast,-300;
}
}
}
}