2023 ROS Third Place Spark Cloak

Item ID 480327 Name 2023 ROS Third Place Spark Cloak
None
Weapon Level 0 Identifier 2023RTC_S_Robe3
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,1600*(.@r/2);
bonus bAtkRate,6*(.@r/3);
bonus bMatkRate,6*(.@r/3);
if (.@r>=7) {
   bonus bLongAtkRate,12;
   bonus bShortAtkRate,12;
   bonus2 bMagicAtkEle,Ele_All,12;
}
if (.@r>=9)
   bonus2 bSubRace,RC_All,8;
if (.@r>=11) {
   bonus2 bAddRace,RC_All,16;
   bonus2 bMagicAddRace,RC_All,16;
}
if (.@r>=13) {
   bonus2 bSubRace,RC_DemiHuman,8;
   bonus2 bSubRace,RC_Player_Human,8;
   bonus2 bSubRace,RC_Player_Doram,8;
}