Fierce Physique Manteau [1], броня (Renewal)
Fierce Physique Manteau [1] (FIERCE_PHYSIQUE_MANTEAU) – броня.
The manteau sewed from white gold silk and decorated with Brasilis's jewelry
[Character Bound]
[Effect of Item]
Atk + 2, Mdef + 5, Vit + 1
----------
If refine to +5
Def + 5
HP + 50
----------
If refine to +7
Additional Def + 7
Additional HP + 70
----------
If refine to +9
Additional Def + 9
Additional HP + 90
----------
If refine to +10
Additional Atk + 3
Reduce damage from
[Neutral] property 3 %
----------
If compound with [Horn Card]
Reduce [long-ranged damage] 5 %
----------
[Set Bonus]
Fierce Physique Armor
Fierce Physique Manteau
Fierce Physique Boots
All Status + 1
Max HP + 2 %
Max SP + 2 %
Reduce damage from
[Demi-Human, Player] race 1 %
Required
Базовые свойства предмета
- ID: 24082
- Код: FIERCE_PHYSIQUE_MANTEAU
- Тип: броня
- Уровень брони: 1
- Защита: 10
- Требуемый уровень: 70
- Вес: 1
Скрипт
.@r = getrefine(); bonus bBaseAtk,2; bonus bMdef,5; bonus bVit,1; if (.@r>=5) { bonus bDef,5; bonus bMaxHP,50; } if (.@r>=7) { bonus bDef,7; bonus bMaxHP,70; } if (.@r>=9) { bonus bDef,9; bonus bMaxHP,90; } if (.@r>=10) { bonus bBaseAtk,3; bonus2 bSubEle,Ele_Neutral,3; }