ID #460023
Armor
Shield of Phoenix [1]
Buy Price: N/A
Sell Price: N/A
A shield in the shape of a bird that can be revived again and again.
It is said that the wearer will be blessed.
_______________________
MDEF +30
_______________________
Increases Melee Physical Damage by 15%.
_______________________
For each Refine Level:
MaxHP +3%, MaxSP +3%.
_______________________
Refine Level +5:
Increases recovery amount gained from Healing skills and Restorative Items by 20%.
_______________________
Refine Level +7:
Restores HP and SP by 100% when resurrected.
_______________________
Type: Shield
Defense: 170
Weight: 400
Armor Level: 1
_______________________
Requirement:
Base Level 100
It is said that the wearer will be blessed.
_______________________
MDEF +30
_______________________
Increases Melee Physical Damage by 15%.
_______________________
For each Refine Level:
MaxHP +3%, MaxSP +3%.
_______________________
Refine Level +5:
Increases recovery amount gained from Healing skills and Restorative Items by 20%.
_______________________
Refine Level +7:
Restores HP and SP by 100% when resurrected.
_______________________
Type: Shield
Defense: 170
Weight: 400
Armor Level: 1
_______________________
Requirement:
Base Level 100
Equipment Slots
Head (Top)
Head (Lower)
Left Hand
Garment
Accessory 1
Head (Mid)
Body Armor
Right Hand
Shoes
Accessory 2
Basic Information
Type
Armor
Weight
4000
Defense
170
Requirements
Armor Level
1
Min Level
100
Scripts
Script .@r = getrefine(); bonus bMdef,30; bonus bShortAtkRate,15; bonus bMaxHPrate,3*.@r; bonus bMaxSPrate,3*.@r; if (.@r>=5) { bonus bHealPower2,20; bonus bAddItemHealRate,20; } if (.@r>=7) bonus bRestartFullRecover;
.@r = getrefine();
bonus bMdef,30;
bonus bShortAtkRate,15;
bonus bMaxHPrate,3*.@r;
bonus bMaxSPrate,3*.@r;
if (.@r>=5) {
bonus bHealPower2,20;
bonus bAddItemHealRate,20;
}
if (.@r>=7)
bonus bRestartFullRecover;