Ring of Phoenix
| Item ID | 490104 | Name | Ring of Phoenix |
|
A ring decorated with a bird that is said to come back to life again and again.
It is said that those who wear it will be blessed. _______________________ VIT +7 _______________________ Increases Physical Damage against monsters of every size by 10%. _______________________ For each 3 Base Level: Increases damage of Over Brand by 1%. _______________________ For each Base Level: Increases damage of Shield Chain by 1%. _______________________ When Level 5 Inspiration is learned: Decreases Variable Casting Time by 30%. _______________________ When Level 5 King's Grace is learned: MaxHP +15% , MaxSP +15%. Decreases damage taken from Players by 3%. _______________________ When Level 5 Vanguard Force is learned: �Increases Attack Speed (decreases After Attack Delay by 10%). Restores 100 HP and 10 SP when defeating monsters with physical attacks. _______________________ When Level 5 Moon Slasher is learned: Increases Physical Damage against monsters of Boss class by 15%. _______________________ When equipped by Royal Guard: When equipped with Bear's Power: �Decreases SP Consumption of Overbrand by 15. Decreases Overbrand skill cooldown by 2 seconds. _______________________ When equipped by Royal Guard: When equipped with Imperial Glove, Imperial Feather and Bear's Power: Decreases Overbrand skill cooldown by additionally 2 seconds. _______________________ Type: Accessory Defense: 0 Weight: 40 Armor Level: 1 _______________________ Requirement: Base Level 100 |
|---|---|---|---|---|---|
| Weapon Level | 0 | Identifier | Ring_Of_Phoenix | ||
| Attack | 0 | Type | Armor | ||
| MATK | 0 | Equip Locations | Accessory Left/Right | ||
| Defense | 0 | Equippable Jobs | None | ||
| Range | 0 | Equip Gender | Both (Male and Female) | ||
| Slots | 1 | Equip Upper | None | ||
| Weight | 40 | Min Equip Level | 100 | ||
| NPC Buy | 0 | Max Equip Level | None | ||
| NPC Sell | 0 | Refineable | No | ||
| Credit Price | None | Trade restriction | None | ||
| Item Script |
bonus bVit,7;
bonus2 bAddSize,Size_All,10;
bonus2 bSkillAtk,"LG_OVERBRAND",BaseLevel/3;
bonus2 bSkillAtk,"PA_SHIELDCHAIN",BaseLevel;
if (getskilllv("LG_INSPIRATION") == 5)
bonus bVariableCastrate,-30;
if (getskilllv("LG_KINGS_GRACE") == 5) {
bonus bMaxHPrate,15;
bonus bMaxSPrate,15;
bonus2 bSubRace,RC_Player_Human,3;
bonus2 bSubRace,RC_Player_Doram,3;
}
if (getskilllv("LG_FORCEOFVANGUARD") == 5) {
bonus bAspdRate,10;
bonus bHPGainValue,100;
bonus bSPGainValue,10;
}
if (getskilllv("LG_MOONSLASHER") == 5)
bonus2 bAddClass,Class_Boss,15;
|
||||
| Set | Script | ||||||||
|---|---|---|---|---|---|---|---|---|---|
|
if (eaclass()&EAJL_THIRD && BaseJob == Job_Crusader) bonus2 bSkillCooldown,"LG_OVERBRAND",2000; |
||||||||
|
if (eaclass()&EAJL_THIRD && BaseJob == Job_Crusader) {
bonus2 bSkillUseSP,"LG_OVERBRAND",15;
bonus2 bSkillCooldown,"LG_OVERBRAND",-2000;
}
|