
RENEWAL / ITEMS
Twin Head Dragon Ring [1]
#490413Armor
Twin_Dragon_Ring_TH
TypeArmor
Equipment positionAccessory
GenderBoth
Weight10
Buy price0 z
Sell price0 z
Slots1
Required level100
Armor level1
Description
MaxHP and MaxSP + 15%.
ASPD +10%.
------------------------
Base INT 125 or higher
Reduce global cooldown by 15%.
------------------------
Base DEX 125 or higher
Long-range physical damage +15%.
------------------------
When equipped to Right Accessory
If Dragon Breath skill is Lv.10,
increases Dragon Breath damage by 50%.
------------------------
When equipped to Left Accessory
If Dragon Water Breath skill is Lv.10,
increases Dragon's Water Breath damage by 50%.
------------------------
Class : Accessory
Defense : 0
Weight : 10
Required level : 100
Jobs : Rune Knight Class
English Renewal client description · iRO. Numeric server data above takes precedence when the client text differs.
Item details
- Gender
- Both
- Equipment position
- Accessory
- Jobs
- Knight
- Yes
- Classes
- All Third
- Yes
- Fourth
- Yes
- Refineable
- No
- Trade
Item effect script
.@p = getitempos();
bonus bMaxHPrate,15;
bonus bMaxSPrate,15;
bonus bAspdRate,10;
bonus bDelayrate,-15;
if (readparam(bDex)>=125)
bonus bLongAtkRate,15;
if (.@p == EQP_ACC_L) {
if (getskilllv("RK_DRAGONBREATH") == 10) {
bonus2 bSkillAtk,"RK_DRAGONBREATH_WATER",50;
}
}
if (.@p == EQP_ACC_R) {
if (getskilllv("RK_DRAGONBREATH_WATER") == 10) {
bonus2 bSkillAtk,"RK_DRAGONBREATH",50;
}
}