Emerald Ring
| Item ID | 28573 | Name | Emerald Ring |
|
A beautiful ring with a big shiny emerald inserted into it.
_______________________ AGI +5 DEX +5 VIT +5 _______________________ Decreases SP Consumption of Improvised Song by 18. _______________________ For each Base Level: Increases damage of Double Strafe by 1%. Increases damage of Arrow Shower by 1%. _______________________ For each 10 Base Level: Increases damage of Severe Rainstorm by 2%. _______________________ For each 2 Level of Double Strafe: AGI +1, VIT +1, DEX +1 ATK +20 _______________________ Type: Accessory Weight: 30 Armor Level: 1 _______________________ Requirement: Base Level 100 |
|---|---|---|---|---|---|
| Weapon Level | 0 | Identifier | Emerald_Ring | ||
| 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 | 30 | Min Equip Level | 100 | ||
| NPC Buy | 20 | Max Equip Level | None | ||
| NPC Sell | 10 | Refineable | No | ||
| Credit Price | None | Trade restriction | None | ||
| Item Script |
.@a = getskilllv("AC_DOUBLE")/2;
bonus bAgi,5+(.@a);
bonus bVit,5+(.@a);
bonus bDex,5+(.@a);
bonus bBaseAtk,(20*.@a);
bonus2 bSkillAtk,"AC_DOUBLE",BaseLevel;
bonus2 bSkillAtk,"AC_SHOWER",BaseLevel;
bonus2 bSkillAtk,"WM_SEVERE_RAINSTORM_MELEE",2*(BaseLevel/10);
bonus2 bSkillUseSP,"WM_RANDOMIZESPELL",18;
|
||||
| Set | Script | ||||
|---|---|---|---|---|---|
|
bonus2 bSkillCooldown,"WM_SEVERE_RAINSTORM",-1000; bonus2 bSkillAtk,"WM_SEVERE_RAINSTORM_MELEE",20; bonus2 bSkillAtk,"RA_ARROWSTORM",40; |