Viewing Item

#480328: 2023 ROS Decisive Battle Spark Cloak

Item ID 480328 For Sale No
Identifier 2023RTC_S_Robe4 Credit Price Not For Sale
Name 2023 ROS Decisive Battle 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,1500*(.@r/2);

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

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

5 if (.@r>=7) {

6 bonus bLongAtkRate,10;

7 bonus bShortAtkRate,10;

8 bonus2 bMagicAtkEle,Ele_All,10;

9 }

10 if (.@r>=9)

11 bonus2 bSubRace,RC_All,7;

12 if (.@r>=11) {

13 bonus2 bAddRace,RC_All,15;

14 bonus2 bMagicAddRace,RC_All,15;

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