Viewing Item

#20947: Clergy's Manteau

Item ID 20947 For Sale No
Identifier Cassock_Manteau Credit Price Not For Sale
Name Clergy's Manteau Type Armor
NPC Buy 0 Weight 45
NPC Sell 0 Weapon Level 0
Range 0 Defense 40
Slots 1 Refineable Yes
Attack 0 Min Equip Level 170
MATK 0 Max Equip Level None
Description Cloak worn by the priests who worshiped Odin.
The enchanted blessing of the cloak gently wraps the whole body.
_______________________
MaxSP +5%
MDEF +10
Decreases Variable Casting Time by 10%.
_______________________
For each 2 Refine Levels:
Increases Magical Damage against monsters of Angel and Demon race by 1%.
_______________________
For each 3 Refine Levels:
Decreases damage taken from Angel and Demon race by 1%.
_______________________
Refine Level +7:
Decreases Variable Casting Time by additional 10%.
_______________________
Type: Garment
Defense: 40
Weight: 45
Armor Level: 1
_______________________
Requirement:
Base Level 170
Equip Locations Garment
Equip Upper None
Equippable Jobs None
Equip Gender Both (Male and Female)
Trade restriction None
Item Use Script

1 .@r

2 =

3 getrefine();

4 bonus

5 bMaxSPrate,5;

6 bonus

7 bMdef,10;

8 bonus

9 bVariableCastrate,-10;

10 bonus2

11 bMagicAddRace,RC_Angel,(.@r/2);

12 bonus2

13 bMagicAddRace,RC_Demon,(.@r/2);

14 bonus2

15 bSubRace,RC_Angel,(.@r/3);

16 bonus2

17 bSubRace,RC_Demon,(.@r/3);

18 if

19 (.@r

20 =7)

21 {

22 bonus

23 bVariableCastrate,-10;

24 }

Equip Script None
Unequip Script None