
RENEWAL / ITEMS
Toy Ring [1]
#28596Armor
Toy_Ring
TypeArmor
Equipment positionAccessory
GenderBoth
Weight50
Buy price20 z
Sell price10 z
Slots1
Required level100
Armor level1
Description
A ring that gives a loud sound when you shake it. You can feel your attack getting stronger.
Class: Accessory
Weight: 50
Requires Level: 100
Usable By: All Jobs
Str + 5
Agi + 5
Vit + 5
Enables Level 5 Hammer Fall.
For every base level, increases the damage of Bash by 1%.
For every 5 base levels, increases the damage of Bowling Bash by 3%.
For every 2 levels of Sword Mastery known,
Str + 1
Agi + 1
Vit + 1
ATK + 10
Set Bonus
Toy Ring [1]
Meteor Strike [2]
ATK + 100
Increases the damage of Bowling Bash by 50%.
English Renewal client description · iRO. Numeric server data above takes precedence when the client text differs.
Item details
- Gender
- Both
- Equipment position
- Accessory
- Jobs
- All
- Yes
- Classes
- All
- Yes
- Refineable
- No
- Trade
Item effect script
.@a = (getskilllv("SM_SWORD")/2);
.@b = (getskilllv("GN_TRAINING_SWORD")/2);
bonus bStr,5+(.@a+.@b);
bonus bAgi,5+(.@a+.@b);
bonus bVit,5+(.@a+.@b);
bonus bBaseAtk,10*(.@a+.@b);
skill "BS_HAMMERFALL",5;
bonus2 bSkillAtk,"SM_BASH",BaseLevel;
bonus2 bSkillAtk,"KN_BOWLINGBASH",3*(BaseLevel/5);