
RENEWAL / ITEMS
VIT Soutane [1]
#15399Armor
CassockA_VIT
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 vitality.
It's imbued with a blessing that enhances the wearer's vitality.
------------------------
MaxHP +15%, MaxSP +5%
ASPD +7%
Reduces variable casting by 7%
------------------------
For every 2 refine levels, Increases MaxHP by 2%.
For every 3 refine levels, VIT +5.
For every 4 refine levels, Increases physical/magical damage against angel and demon race monsters by 10%
------------------------
Set Bonus
Soutane of Vitality
Clergy's Manteau
Clergy's Boots
VIT +8, DEF +50, MDEF +20.
Reduces physical/magical damage taken from angel and demon race by 20%.
If the sum of refine rate of the Soutane of Vitality, Clergy's Manteau, and Clergy's Boots is 27 or higher.
ATK +4%, MATK +4%, 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,15;
bonus bMaxSPrate,5;
bonus bAspdRate,7;
bonus bVariableCastrate,-7;
bonus bMaxHPrate,2*(.@r/2);
bonus bVit,5*(.@r/3);
bonus2 bAddRace,RC_Angel,10*(.@r/4);
bonus2 bMagicAddRace,RC_Angel,10*(.@r/4);
bonus2 bAddRace,RC_Demon,10*(.@r/4);
bonus2 bMagicAddRace,RC_Demon,10*(.@r/4);