Viewing Item

#480292: Heroic Valor Cloak

Item ID 480292 For Sale No
Identifier Hero_Courage Credit Price Not For Sale
Name Heroic Valor Cloak Type Armor
NPC Buy 0 Weight 20
NPC Sell 0 Weapon Level 0
Range 0 Defense 0
Slots 1 Refineable Yes
Attack 0 Min Equip Level 100
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,3000;

3 bonus bMaxSP,200;

4 bonus bPAtk,BaseLevel/10;

5 bonus bRes,5*(BaseLevel/10);

6 bonus bMRes,5*(BaseLevel/10);

7 bonus bBaseAtk,10*(.@r/2);

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

9 if (BaseLevel>=200) {

10 bonus bPAtk,1;

11 bonus bRes,7;

12 bonus bMRes,7;

13 }

14 if (.@r>=7) {

15 bonus bAspdRate,10;

16 if (.@r>=9) {

17 bonus2 bAddSize,Size_All,10;

18 if (.@r>=11) {

19 bonus bDelayrate,-10;

20 if (.@r>=13) {

21 bonus2 bAddRace,RC_All,15;

22 }

23 }

24 }

25 }

Equip Script None
Unequip Script None