
RENEWAL / ITEMS
Manteau of Mystical Beast: Spring [1]
#480345Armor
Season_Hood_Spring
Item stats
- DEF
- 80
- Slots
- 1
- Weight
- 70
- Armor level
- 2
- Buy price
- 0 z
- Sell price
- 0 z
Usage & restrictions
- Type
- Armor
- Equipment position
- Garment
- Gender
- Both
- Required level
- 250+
- Jobs
- All jobs
- Class tiers
- All tiers
- Refineable
- Yes
- Trading & storage
- No restrictions
Manteau of Mystical Beast: Spring description & effects
A mantle imbued with the energy of Floral Pegasus, the divine beast of spring.
------------------------
POW + 2, CON + 2, CRI - 20.
------------------------
For every 2 refine levels, ATK + 5.
------------------------
For every 3 refine levels, Melee Physical Damage + 2%.
------------------------
When refined to +7 or higher, reduce Variable Casting Time by 10%.
------------------------
When refined to +9 or higher, ASPD + 10%.
------------------------
When refined to +11 or higher, P.ATK + 2, reduce After Cast Delay by 10%.
------------------------
[Grade Bonus]
[Grade D] RES + 25, MRES + 25.
[Grade C] ATK + 7%, Melee Physical Damage + 7%.
[Grade B] POW + 5, CON + 5, P.ATK + 3, DEF + 50.
[Grade A] P.ATK + 5, Physical Damage to All Property + 5%.
------------------------
Type : Garment
Def : 80
Weight : 70
Armor Level : 2
Required Level : 250
Class : All Jobs
Item effect script
.@g = getenchantgrade();
.@r = getrefine();
bonus bCritical,-20;
bonus bPow,2;
bonus bCon,2;
bonus bBaseAtk,5*(.@r/2);
bonus bShortAtkRate,2*(.@r/3);
if (.@r>=7) {
bonus bVariableCastrate,-10;
if (.@r>=9) {
bonus bAspdRate,10;
if (.@r>=11) {
bonus bDelayrate,-10;
bonus bPAtk,2;
}
}
}
if (.@g>=ENCHANTGRADE_D) {
bonus bMRes,25;
bonus bRes,25;
if (.@g>=ENCHANTGRADE_C) {
bonus bShortAtkRate,7;
bonus bAtkRate,7;
if (.@g>=ENCHANTGRADE_B) {
bonus bPAtk,3;
bonus bDef,50;
bonus bPow,5;
bonus bCon,5;
if (.@g>=ENCHANTGRADE_A) {
bonus2 bAddEle,Ele_All,5;
bonus bPAtk,5;
}
}
}
}




