2023 ROS Decisive Battle Spark Cloak

Item ID 480328 Name 2023 ROS Decisive Battle Spark Cloak
None
Weapon Level 0 Identifier 2023RTC_S_Robe4
Attack 0 Type Armor
MATK 0 Equip Locations Garment
Defense 20 Equippable Jobs None
Range 0 Equip Gender Both (Male and Female)
Slots 1 Equip Upper None
Weight 20 Min Equip Level 150
NPC Buy 0 Max Equip Level None
NPC Sell 0 Refineable Yes
Credit Price None Trade restriction None
Item 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;
}