
RENEWAL / ITEMS
Fallen Protect Manteau [1]
#480365Armor
Fallen_Protect_Manteau
TypeArmor
Equipment positionGarment
GenderBoth
Weight150
Buy price0 z
Sell price0 z
DEF55
Slots1
Required level100
Armor level1
Description
For every 2 refine level,
ATK +20.
For every 4 refine level,
Increases physical damage against all size enemies by 5%.
If refine rate is 7 or higher, ASPD +10%, ATK +7%.
If refine rate is 9 or higher, Increases long ranged physical damage by 15%.
If refine rate is 11 or higher, for every 2 Base Level,
increases Cannon Spear damage by 1% and Vanishing Point damage by 2%, up to Level 240.
------------------------
Set Bonus:
Fallen Protect Manteau
Old Casket Protection
When physically attacking,
there is a 2% chance that 4% of the damage is absorbed as HP,
and there is a 1% chance that 2% of the damage is absorbed as SP.
If refine level of Old Casket Protection is 11 or higher,
reduces cooldown of Cannon Spear by 0.5 seconds.
------------------------
Type : Garment
Def : 55
Weight : 150
Required Level : 100
Class : Royal Guard
English Renewal client description · iRO. Numeric server data above takes precedence when the client text differs.
Item details
- Gender
- Both
- Equipment position
- Garment
- Jobs
- Crusader
- Yes
- Classes
- All Third
- Yes
- Fourth
- Yes
- Refineable
- Yes
- Trade
Item effect script
.@r = getrefine();
bonus bBaseAtk,20*(.@r/2);
bonus2 bAddSize,Size_All,5*(.@r/4);
if (.@r>=7) {
bonus bAspdRate,10;
bonus bAtkRate,7;
if (.@r>=9) {
bonus bLongAtkRate,15;
if (.@r>=11) {
bonus2 bSkillAtk,"LG_CANNONSPEAR",BaseLevel/2;
bonus2 bSkillAtk,"LG_BANISHINGPOINT",2*(BaseLevel/2);
}
}
}