Anulus Ira
| Item ID | 490110 | Name | Anulus Ira |
|
An ordinary ring that came in an accessory box.
Due to the magical interference device installed by Illusion and his friends, it has been transformed into a demonic figure. _______________________ STR +7 _______________________ Increases Physical Damage by 10%. _______________________ For each 5 Base Level: Increases damage of Ride in Lightning by 1%. Increases damage of Rampage Blaster by 2%. _______________________ When Level 10 Knuckle Arrow is learned: �Increases Ranged Physical Damage by 10%. _______________________ When Level 5 Lightning Walk is learned: Perfect HIT +30% _______________________ When Level 10 Rising Dragon is learned: Decreases Variable Casting Time of Dangerous Soul Collect and Ride in Lightning by 50%. _______________________ When Level 5 Gentle Touch - Change is learned: Decreases After Skill Delay by 15%. Recovers 100 HP and 10 SP when defeating monsters with physical attacks. _______________________ �When equipped by Sura: When equipped with Overlord: Decreases SP Consumption of Rampage Blaster by 130. Decreases Rampage Blaster skill cooldown by 0.5 seconds. _______________________ Type: Accessory Defense: 0 Weight: 10 Armor Level: 1 _______________________ Requirement: Base Level 100 |
|---|---|---|---|---|---|
| Weapon Level | 0 | Identifier | Anulus_Ira | ||
| 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 | 100 | ||
| NPC Buy | 0 | Max Equip Level | None | ||
| NPC Sell | 0 | Refineable | No | ||
| Credit Price | None | Trade restriction | None | ||
| Item Script |
bonus bStr,7;
bonus2 bAddRace,RC_All,10;
bonus2 bSkillAtk,"SR_RIDEINLIGHTNING",(BaseLevel/5);
bonus2 bSkillAtk,"SR_RAMPAGEBLASTER",2*(BaseLevel/5);
if (getskilllv("SR_KNUCKLEARROW") == 10)
bonus bLongAtkRate,10;
if (getskilllv("SR_LIGHTNINGWALK") == 5)
bonus bPerfectHitAddRate,30;
if (getskilllv("SR_RAISINGDRAGON") == 10) {
bonus2 bVariableCastrate,"CH_SOULCOLLECT",-50;
bonus2 bVariableCastrate,"SR_LIGHTNINGWALK",-50;
}
if (getskilllv("SR_GENTLETOUCH_CHANGE") == 5) {
bonus bDelayrate,-15;
bonus bHPGainValue,100;
bonus bSPGainValue,10;
}
|
||||
| Set | Script | ||||
|---|---|---|---|---|---|
|
bonus2 bSkillUseSP,"SR_RAMPAGEBLASTER",130; bonus2 bSkillCooldown,"SR_RAMPAGEBLASTER",-500; |