2023 ROS Runner Up Spark Cloak

Item ID 480326 Name 2023 ROS Runner Up Spark Cloak
None
Weapon Level 0 Identifier 2023RTC_S_Robe2
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,1800*(.@r/2);
bonus bAtkRate,7*(.@r/3);
bonus bMatkRate,7*(.@r/3);
if (.@r>=7) {
   bonus bLongAtkRate,13;
   bonus bShortAtkRate,13;
   bonus2 bMagicAtkEle,Ele_All,13;
}
if (.@r>=9)
   bonus2 bSubRace,RC_All,9;
if (.@r>=11) {
   bonus2 bAddRace,RC_All,18;
   bonus2 bMagicAddRace,RC_All,18;
}
if (.@r>=13) {
   bonus2 bSubRace,RC_DemiHuman,8;
   bonus2 bSubRace,RC_Player_Human,8;
   bonus2 bSubRace,RC_Player_Doram,8;
}