
RENEWAL / ITEMS
Ring of Mad Flame & White Magic [1]
#28552Armor
Two_Dragon_Ring
TypeArmor
Equipment positionAccessory
GenderBoth
Weight10
Buy price0 z
Sell price0 z
Slots1
Required level130
Armor level1
No matching English description was found in the supplied client translation. The available server properties and effects are shown below.
Item details
- Gender
- Both
- Equipment position
- Accessory
- Jobs
- All
- Yes
- Classes
- All
- Yes
- Refineable
- No
- Trade
Item effect 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;
}