ID #480328
Armor
2023 ROS Decisive Battle Spark Cloak [1]
Buy Price: N/A
Sell Price: N/A
Type: Armor
Defense: 20
Weight: 200
Slots: 1
Armor level: 1
Required level: 150
Defense: 20
Weight: 200
Slots: 1
Armor level: 1
Required level: 150
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
Defense
20
Requirements
Armor Level
1
Min Level
150
Scripts
Script .@r = getrefine(); bonus bMaxHP,1500*(.@r/2); bonus bAtkRate,5*(.@r/3); bonus bMatkRate,5*(.@r/3); if (.@r>=7) { bonus bLongAtkRate,10; bonus bShortAtkRate,10; bonus2 bMagicAtkEle,Ele_All,10; } if (.@r>=9) bonus2 bSubRace,RC_All,7; if (.@r>=11) { bonus2 bAddRace,RC_All,15; bonus2 bMagicAddRace,RC_All,15; } if (.@r>=13) { bonus2 bSubRace,RC_DemiHuman,8; bonus2 bSubRace,RC_Player_Human,8; bonus2 bSubRace,RC_Player_Doram,8; }
.@r = getrefine();
bonus bMaxHP,1500*(.@r/2);
bonus bAtkRate,5*(.@r/3);
bonus bMatkRate,5*(.@r/3);
if (.@r>=7) {
bonus bLongAtkRate,10;
bonus bShortAtkRate,10;
bonus2 bMagicAtkEle,Ele_All,10;
}
if (.@r>=9)
bonus2 bSubRace,RC_All,7;
if (.@r>=11) {
bonus2 bAddRace,RC_All,15;
bonus2 bMagicAddRace,RC_All,15;
}
if (.@r>=13) {
bonus2 bSubRace,RC_DemiHuman,8;
bonus2 bSubRace,RC_Player_Human,8;
bonus2 bSubRace,RC_Player_Doram,8;
}