Ring of Mad Flame & White Magic
| Item ID | 28552 | Name | Ring of Mad Flame & White Magic |
|
One of the seven magical tools possessed by Zilant.
A dish that transcends the truth that a fool who wanted conflicting powers lost his sanity and gained with madness. The force obtained depends on the mounting site. _______________________ When equipped as Accessory Right: MaxSP +15% Decreases After Skill Delay by 15%. Decreases Dragon Breath - Water skill cooldown by 0.5 seconds. _______________________ When equipped as Accessory Left: MaxHP +15% Decreases Variable Casting Time by 15%. Decreases Dragon Breath skill cooldown by 0.5 seconds. _______________________ Type: Accessory Weight: 10 Armor Level: 1 _______________________ Requirement: Base Level 130 |
|---|---|---|---|---|---|
| Weapon Level | 0 | Identifier | Two_Dragon_Ring | ||
| 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 | 10 | Min Equip Level | 130 | ||
| NPC Buy | 0 | Max Equip Level | None | ||
| NPC Sell | 0 | Refineable | No | ||
| Credit Price | None | Trade restriction | None | ||
| Item Script |
.@p = getitempos();
if (.@p == EQP_ACC_L) {
bonus bMaxHPrate,15;
bonus bVariableCastrate,-15;
bonus2 bSkillCooldown,"RK_DRAGONBREATH",-500;
}
if (.@p == EQP_ACC_R) {
bonus bMaxSPrate,15;
bonus bDelayrate,-15;
bonus2 bSkillCooldown,"RK_DRAGONBREATH_WATER",-500;
}
|
||||