Artwork unavailable
RENEWAL / ITEMS
[Not For Sale] Twin Head Dragon Ring [1]
#490414Armor
Comp_Dragon_Ring_TH
Item stats
- Slots
- 1
- Weight
- 10
- Armor level
- 1
- Buy price
- 0 z
- Sell price
- 0 z
Equipment & requirements
- Type
- Armor
- Equipment position
- Accessory
- Gender
- Both
- Required level
- 100+
No description is available. Available properties and effects are shown below.
Item details
- Gender
- Both
- Equipment position
- Accessory
- Jobs
- Knight
- Yes
- Classes
- All Third
- Yes
- Fourth
- Yes
- Refineable
- No
- Trade
- No Drop
- Yes
- No Trade
- Yes
- No Cart
- Yes
- No Guild Storage
- Yes
- No Mail
- Yes
- No Auction
- Yes
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;
}
}