Shield of Phoenix
| Item ID | 460023 | Name | Shield of Phoenix |
|
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 |
|---|---|---|---|---|---|
| Weapon Level | 0 | Identifier | Shield_Of_Phoenix | ||
| Attack | 0 | Type | Armor | ||
| MATK | 0 | Equip Locations | Off Hand | ||
| Defense | 170 | Equippable Jobs | None | ||
| Range | 0 | Equip Gender | Both (Male and Female) | ||
| Slots | 1 | Equip Upper | None | ||
| Weight | 400 | Min Equip Level | 100 | ||
| NPC Buy | 20 | Max Equip Level | None | ||
| NPC Sell | 10 | Refineable | Yes | ||
| Credit Price | None | Trade restriction | None | ||
| Item 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;
|
||||