2023 ROS Champion Spark Cloak

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