ID #400758
Armor
Meow Meow Meatball Potential 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 bBaseAtk,15*(.@r/2); bonus2 bExpAddRace,RC_All,3*(.@r/3); if (.@r>=7) { bonus bCritical,10; bonus bPerfectHitAddRate,10; if (.@r>=9) { bonus bShortAtkRate,15; bonus bLongAtkRate,15; if (.@r>=11) { bonus2 bAddSize,Size_All,20; if (.@r>=13) { bonus bFixedCast,-300; } } } }
.@r = getrefine();
bonus bBaseAtk,15*(.@r/2);
bonus2 bExpAddRace,RC_All,3*(.@r/3);
if (.@r>=7) {
bonus bCritical,10;
bonus bPerfectHitAddRate,10;
if (.@r>=9) {
bonus bShortAtkRate,15;
bonus bLongAtkRate,15;
if (.@r>=11) {
bonus2 bAddSize,Size_All,20;
if (.@r>=13) {
bonus bFixedCast,-300;
}
}
}
}