Viewing Item

#400190: Helm of Faith II (Archbishop)

Item ID 400190 For Sale No
Identifier Viva_Adul_Hat_AB2 Credit Price Not For Sale
Name Helm of Faith II (Archbishop) 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 Third / Third Upper / Third Baby
Equippable Jobs Priest
Equip Gender Both (Male and Female)
Trade restriction None
Item Use Script

1 .@r

2 =

3 getrefine();

4 if

5 (BaseLevel

6 =210)

7 {

8 bonus

9 bPAtk,1;

10 bonus

11 bPow,2;

12 }

13 if

14 (BaseLevel

15 =230)

16 {

17 bonus

18 bPAtk,2;

19 bonus

20 bPow,3;

21 }

22 if

23 (.@r

24 =7)

25 {

26 bonus

27 bCritical,15;

28 if

29 (.@r

30 =9)

31 {

32 bonus

33 bFixedCast,-200;

34 if

35 (.@r

36 =11)

37 {

38 bonus

39 bFixedCast,-300;

40 bonus

41 bAtkRate,5;

42 }

43 }

44 }

45 bonus

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

47 bonus2

48 bSkillAtk,"AB_DUPLELIGHT_MELEE",15*(.@r/3);

49 bonus2

50 bSkillAtk,"AB_DUPLELIGHT_MAGIC",15*(.@r/3);

51 bonus

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

53 bonus

54 bShortAtkRate,7*(.@r/4);

Equip Script None
Unequip Script None