Viewing Item

#15400: DEX Soutane

Item ID 15400 For Sale No
Identifier CassockA_DEX Credit Price Not For Sale
Name DEX Soutane Type Armor
NPC Buy 0 Weight 80
NPC Sell 0 Weapon Level 0
Range 0 Defense 100
Slots 1 Refineable Yes
Attack 0 Min Equip Level 170
MATK 0 Max Equip Level None
Description The blessing of increasing the dexterity of the robes worn by
priests who worshiped agility in Odin's power.
_______________________
MaxHP +10%
MaxSP +10%
Increases Attack Speed (decreases After Attack Delay by 10%).
Decreases Variable Casting Time by 10%.
_______________________
For each 2 Refine Levels:
ATK +1%
MATK +1%
_______________________
For each 3 Refine Levels:
DEX +5
_______________________
For each 4 Refine Levels:
Increases Physical Damage against enemies of Angel and Demon race by 6%.
_______________________
When equipped with Clergy's Boots and Clergy's Manteau:
DEX +8, DEF +30, MDEF +15
Decreases damage taken from Angel and Demon race momnsters by 15%.
_______________________
Total Refine Level of entire set at least +27:
ATK +7%
MATK +7%
Decreases After Skill Delay by 20%.
Decreases Fixed Casting Time by 20%.
_______________________
Type: Armor
Defense: 100
Weight: 80
Armor Level: 1
_______________________
Requirement:
Base Level 170
Equip Locations Armor
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 bMaxHPrate,10;

6 bonus

7 bMaxSPrate,10;

8 bonus

9 bAspdRate,10;

10 bonus

11 bVariableCastrate,-10;

12 bonus

13 bMatkRate,(.@r/2);

14 bonus

15 bAtkRate,(.@r/2);

16 bonus

17 bDex,5*(.@r/3);

18 bonus2

19 bAddRace,RC_Angel,6*(.@r/4);

20 bonus2

21 bMagicAddRace,RC_Angel,6*(.@r/4);

22 bonus2

23 bAddRace,RC_Demon,6*(.@r/4);

24 bonus2

25 bMagicAddRace,RC_Demon,6*(.@r/4);

Equip Script None
Unequip Script None