Viewing Item

#15402: LUK Soutane

Item ID 15402 For Sale No
Identifier CassockA_LUK Credit Price Not For Sale
Name LUK 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 luck 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%).
_______________________
For each 2 Refine Levels:
Critical +3
Increases Critical Damage by 4%.
_______________________
For each 3 Refine Levels:
LUK +5
_______________________
For each 4 Refine Levels:
Increases Physical Damage against enemies of Angel and Demon race by 8%.
_______________________
When equipped with Clergy's Boots and Clergy's Manteau:
LUK +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 +10%
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 bCritAtkRate,4*(.@r/2);

12 bonus

13 bCritical,3*(.@r/2);

14 bonus

15 bLuk,5*(.@r/3);

16 bonus2

17 bAddRace,RC_Angel,8*(.@r/4);

18 bonus2

19 bAddRace,RC_Demon,8*(.@r/4);

Equip Script None
Unequip Script None