ID #480372
Armor
Mad Bunny Backpack [1]
Buy Price: N/A
Sell Price: N/A
Type: Armor
Weight: 200
Slots: 1
Armor level: 1
Required level: 100
Weight: 200
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
200
Requirements
Armor Level
1
Min Level
100
Scripts
Script .@r = getrefine(); bonus2 bSubEle,Ele_Neutral,10; bonus bBaseAtk,10*(.@r/2); bonus bMatk,10*(.@r/2); bonus bPow,2*(.@r/3); bonus bCon,2*(.@r/3); bonus bSpl,2*(.@r/3); if (.@r>=7) { bonus bAtkRate,10; bonus bMatkRate,10; if (.@r>=9) { bonus bShortAtkRate,12; bonus bLongAtkRate,12; bonus2 bMagicAtkEle,Ele_All,12; if (.@r>=11) { bonus bDelayrate,-10; if (.@r>=13) { bonus2 bAddRace,RC_All,15; bonus2 bMagicAddRace,RC_All,15; } } } }
.@r = getrefine();
bonus2 bSubEle,Ele_Neutral,10;
bonus bBaseAtk,10*(.@r/2);
bonus bMatk,10*(.@r/2);
bonus bPow,2*(.@r/3);
bonus bCon,2*(.@r/3);
bonus bSpl,2*(.@r/3);
if (.@r>=7) {
bonus bAtkRate,10;
bonus bMatkRate,10;
if (.@r>=9) {
bonus bShortAtkRate,12;
bonus bLongAtkRate,12;
bonus2 bMagicAtkEle,Ele_All,12;
if (.@r>=11) {
bonus bDelayrate,-10;
if (.@r>=13) {
bonus2 bAddRace,RC_All,15;
bonus2 bMagicAddRace,RC_All,15;
}
}
}
}