Viewing Item

#480325: 2023 ROS Champion Spark Cloak

Item ID 480325 For Sale No
Identifier 2023RTC_S_Robe1 Credit Price Not For Sale
Name 2023 ROS Champion Spark Cloak Type Armor
NPC Buy 0 Weight 20
NPC Sell 0 Weapon Level 0
Range 0 Defense 20
Slots 1 Refineable Yes
Attack 0 Min Equip Level 150
MATK 0 Max Equip Level None
Equip Locations Garment
Equip Upper None
Equippable Jobs None
Equip Gender Both (Male and Female)
Trade restriction None
Item Use Script

1 .@r = getrefine();

2 bonus bMaxHP,2000*(.@r/2);

3 bonus bAtkRate,8*(.@r/3);

4 bonus bMatkRate,8*(.@r/3);

5 if (.@r>=7) {

6 bonus bLongAtkRate,15;

7 bonus bShortAtkRate,15;

8 bonus2 bMagicAtkEle,Ele_All,15;

9 }

10 if (.@r>=9)

11 bonus2 bSubRace,RC_All,10;

12 if (.@r>=11) {

13 bonus2 bAddRace,RC_All,20;

14 bonus2 bMagicAddRace,RC_All,20;

15 }

16 if (.@r>=13) {

17 bonus2 bSubRace,RC_DemiHuman,8;

18 bonus2 bSubRace,RC_Player_Human,8;

19 bonus2 bSubRace,RC_Player_Doram,8;

20 }

Equip Script None
Unequip Script None