Viewing Item

#22120: Shoes of Punishment

Item ID 22120 For Sale No
Identifier Shoes_Of_Punishment Credit Price Not For Sale
Name Shoes of Punishment Type Armor
NPC Buy 20 Weight 50
NPC Sell 10 Weapon Level 0
Range 0 Defense 15
Slots 0 Refineable Yes
Attack 0 Min Equip Level 100
MATK 0 Max Equip Level None
Description Shoes worn by agent of god who punishes the sinner. It is said there is power of god dwelling inside.
_______________________
MaxHP +3%
MaxSP +3%
MATK +2%
MDEF +15
_______________________
Increases Magical Damage with Holy element by 2%.
_______________________
Increases damage of Judex by 30%.
_______________________
Refine Level +5:
MaxHP +7%
MaxSP +7%
MATK +3%
Increases Magical Damage with Holy element by additional 3%.
_______________________
Refine Level +7:
MaxHP +10%
MaxSP +10%
MATK +5%
Increases Magical Damage with Holy element by additional 5%.
_______________________
When equipped with Holy Stick:
For each Level of Oratio:
Decreases Variable Casting Time of Adoramus by 5%.
Decreases Variable Casting Time of Judex by 5%.

For each Level of Lauda Ramus, Lauda Agnus and Clearance:
Increases damage of Adoramus by 10%.

Refine Level of Holy Stick is +7 or higher:
Increases Magical Damage against Shadow and Undead elemental by 30%.
Increases Magical Damage against monsters of Demon and Undead race by 30%.

Refine Level of Holy Stick is +9 or higher:
Increases damage of Adoramus by an additional 20%.
Increases Magical Damage against Shadow and Undead elemental by additional 20%.
Increases Magical Damage against monsters of Demon and Undead race by additional 20%.
_______________________
Type: Shoes
Defense: 15
Weight: 50
Armor Level: 1
_______________________
Requirement:
Base Level 100
Equip Locations Footgear
Equip Upper None
Equippable Jobs None
Equip Gender Both (Male and Female)
Trade restriction None
Item Use Script

1 bonus

2 bMdef,15;

3 bonus

4 bMatkRate,2;

5 bonus

6 bMaxHPrate,3;

7 bonus

8 bMaxSPrate,3;

9 bonus2

10 bSkillAtk,"AB_JUDEX",30;

11 bonus2

12 bMagicAtkEle,Ele_Holy,2;

13 .@r

14 =

15 getrefine();

16 if

17 (.@r

18 =5)

19 {

20 bonus

21 bMatkRate,3;

22 bonus

23 bMaxHPrate,7;

24 bonus

25 bMaxSPrate,7;

26 bonus2

27 bMagicAtkEle,Ele_Holy,3;

28 }

29 if

30 (.@r

31 =7)

32 {

33 bonus

34 bMatkRate,5;

35 bonus

36 bMaxHPrate,10;

37 bonus

38 bMaxSPrate,10;

39 bonus2

40 bMagicAtkEle,Ele_Holy,5;

41 }

Equip Script None
Unequip Script None