Viewing Item

#400237: Helm of Faith (Rebellion)

Item ID 400237 For Sale No
Identifier Viva_Adul_Hat_RL1 Credit Price Not For Sale
Name Helm of Faith (Rebellion) Type Armor
NPC Buy 0 Weight 10
NPC Sell 0 Weapon Level 0
Range 0 Defense 10
Slots 1 Refineable Yes
Attack 0 Min Equip Level 180
MATK 0 Max Equip Level None
Equip Locations Upper Headgear
Equip Upper None
Equippable Jobs Rebellion
Equip Gender Both (Male and Female)
Trade restriction None
Item Use Script

1 .@r = getrefine();

2 if (BaseLevel>=210) {

3 bonus bPAtk,1;

4 bonus bPow,2;

5 }

6 if (BaseLevel>=230) {

7 bonus bPAtk,2;

8 bonus bPow,3;

9 }

10 if (.@r>=7) {

11 bonus2 bAddSize,Size_All,5;

12 if (.@r>=9) {

13 bonus bFixedCast,-200;

14 if (.@r>=11) {

15 bonus bFixedCast,-300;

16 bonus bAtkRate,5;

17 }

18 }

19 }

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

21 bonus2 bSkillAtk,"RL_FIREDANCE",15*(.@r/3);

22 bonus2 bSkillAtk,"RL_HAMMER_OF_GOD",15*(.@r/3);

23 bonus2 bSkillAtk,"RL_D_TAIL",15*(.@r/3);

24 bonus bLongAtkRate,7*(.@r/4);

Equip Script None
Unequip Script None