Viewing Item

#480192: 2022RTC Memorial Victory Coat

Item ID 480192 For Sale No
Identifier 2022RTC_V_Coat4 Credit Price Not For Sale
Name 2022RTC Memorial Victory Coat Type Armor
NPC Buy 0 Weight 80
NPC Sell 0 Weapon Level 0
Range 0 Defense 90
Slots 1 Refineable Yes
Attack 0 Min Equip Level 200
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;

3 bonus bMaxSP,500;

4 bonus2 bSubRace,RC_DemiHuman,.@r/2;

5 bonus2 bSubRace,RC_Player_Doram,.@r/2;

6 bonus2 bSubRace,RC_Player_Human,.@r/2;

7 bonus bDelayrate,-2*(.@r/3);

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

9 bonus bMatkRate,2*(.@r/3);

10 if (.@r>=9) {

11 bonus bShortAtkRate,7;

12 bonus bLongAtkRate,7;

13 bonus2 bMagicAtkEle,Ele_All,5;

14 }

15 if (.@r>=11) {

16 if (readparam(bStr)>=120) {

17 bonus bPow,3;

18 bonus bShortAtkRate,5;

19 }

20 if (readparam(bAgi)>=120) {

21 bonus bSta,3;

22 bonus bDelayrate,-5;

23 }

24 if (readparam(bVit)>=120) {

25 bonus bWis,3;

26 bonus2 bSubRace,RC_All,5;

27 }

28 if (readparam(bInt)>=120) {

29 bonus bSpl,3;

30 bonus2 bMagicAddRace,RC_All,5;

31 }

32 if (readparam(bDex)>=120) {

33 bonus bCon,3;

34 bonus bLongAtkRate,5;

35 }

36 if (readparam(bLuk)>=120) {

37 bonus bCrt,3;

38 bonus bCritAtkRate,5;

39 }

40 }

Equip Script None
Unequip Script None