Twin Head Dragon Ring
| Item ID | 490413 | Name | Twin Head Dragon Ring |
|
MaxHP, MaxSP +15%.
ASPD +10% _______________________ Increases Damage against monsters of every size by 3%. _______________________ Base INT at least 125: Decreases After Skill Delay by 15%. _______________________ Base DEX at least 125: Increases Ranged Physical Damage by 15%. _______________________ When equipped as Accessory Right: When Level 10 99Dragon Breath is learned: Increases damage of Dragon Breath by 50%. _______________________ When equipped as Accessory Left: When Level 10 99Dragon Breath - Water is learned: Increases damage of Dragon Breath by 50%. _______________________ Type: Accessory Defense: 0 Weight: 10 Armor Level: 1 _______________________ Requirement: Base Level 100 Rune Knight |
|---|---|---|---|---|---|
| Weapon Level | 0 | Identifier | Twin_Dragon_Ring_TH | ||
| Attack | 0 | Type | Armor | ||
| MATK | 0 | Equip Locations | Accessory Left/Right | ||
| Defense | 0 | Equippable Jobs | Knight | ||
| Range | 0 | Equip Gender | Both (Male and Female) | ||
| Slots | 1 | Equip Upper | Third, Third Upper, Third Baby | ||
| Weight | 10 | Min Equip Level | 100 | ||
| NPC Buy | 0 | Max Equip Level | None | ||
| NPC Sell | 0 | Refineable | No | ||
| Credit Price | None | Trade restriction | None | ||
| Item 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;
}
}
|
||||