
RENEWAL / ITEMS
LUK Soutane [1]
#15402Armor
CassockA_LUK
TypeArmor
Equipment positionArmor
GenderBoth
Weight80
Buy price0 z
Sell price0 z
DEF100
Slots1
Required level170
Armor level1
Description
Formal wear was worn by the priest who revered Odin's luck.
It's imbued with a blessing that enhances the wearer's luck.
------------------------
MaxHP +10%, MaxSP +10%
ASPD +10%
------------------------
For every 2 refine levels, CRIT +3, critical damage +4%.
For every 3 refine levels, LUK +5.
For every 4 refine levels, physical damage against angel and demon race monsters by 8%
------------------------
Set Bonus
Soutane of Luck
Clergy's Manteau
Clergy's Boots
LUK +8, DEF +30, MDEF +15.
Reduces physical/magical damage taken from angel and demon race by 15%.
If the sum of refine rate of the Soutane of Luck, Clergy's Manteau, and Clergy's Boots is 27 or higher.
ATK +10%, reduces global cooldown by 20%, reduces fixed casting by 20%.
------------------------
Class: Armor
Defense: 100
Weight: 80
Required Level: 170
Job: All Jobs
English Renewal client description · iRO. Numeric server data above takes precedence when the client text differs.
Item details
- Gender
- Both
- Equipment position
- Armor
- Jobs
- All
- Yes
- Classes
- All
- Yes
- Refineable
- Yes
- Trade
Item effect script
.@r = getrefine();
bonus bMaxHPrate,10;
bonus bMaxSPrate,10;
bonus bAspdRate,10;
bonus bCritAtkRate,4*(.@r/2);
bonus bCritical,3*(.@r/2);
bonus bLuk,5*(.@r/3);
bonus2 bAddRace,RC_Angel,8*(.@r/4);
bonus2 bAddRace,RC_Demon,8*(.@r/4);