Paradise Bird Cage
| Item ID | 5932 | Name | Paradise Bird Cage |
|
A decoration of bird and its eggs.
_______________________ LUK +5 Critical +5 Perfect Dodge +5 _______________________ When equipped with Grand Peco Card: Random chance to auto-cast Level 5 Gloria when dealing physical damage. _______________________ When equipped by Ranger class: For each Refine Level: Increases damage of Blizz Beat by 5%. _______________________ When equipped with Ixion Wing: Every Refine of bow: Increases damage of Blizz Beat by 5%. _______________________ Type: Headgear Defense: 6 Position: Upper Weight: 80 Armor Level: 1 _______________________ Requirement: Base Level 40 |
|---|---|---|---|---|---|
| Weapon Level | 0 | Identifier | Heaven_Cage | ||
| Attack | 0 | Type | Armor | ||
| MATK | 0 | Equip Locations | Upper Headgear | ||
| Defense | 6 | Equippable Jobs | None | ||
| Range | 0 | Equip Gender | Both (Male and Female) | ||
| Slots | 1 | Equip Upper | None | ||
| Weight | 80 | Min Equip Level | 40 | ||
| NPC Buy | 0 | Max Equip Level | None | ||
| NPC Sell | 0 | Refineable | Yes | ||
| Credit Price | None | Trade restriction | None | ||
| Item Script |
bonus bLuk,5; bonus bCritical,5; bonus bFlee2,5; if (BaseClass == Job_Ranger) bonus2 bSkillAtk,"HT_BLITZBEAT",5*getrefine(); |
||||
| Set | Script | ||||
|---|---|---|---|---|---|
|
bonus3 bAutoSpell,"PR_GLORIA",5,20; |
||||
|
if (BaseClass == Job_Ranger) {
bonus2 bSkillAtk,"HT_BLITZBEAT",5*getequiprefinerycnt(EQI_HAND_R);
}
|
||||
|
if (BaseClass == Job_Ranger) {
bonus2 bSkillAtk,"HT_BLITZBEAT",5*getequiprefinerycnt(EQI_HAND_R);
}
|