Toy Ring
| Item ID | 28596 | Name | Toy Ring |
|
A ring that makes a striking sound when shaken.
I feel that the attack has become stronger. _______________________ STR +5, AGI +5 VIT +5 _______________________ Enables the use of Level 5 Hammerfall. _______________________ For each Base Level: Increases damage of Bash by 1%. _______________________ For each 5 Base Level: Increases damage of Bowling Bash by 3%. _______________________ For each 2 Levels of Sword Mastery: STR +1, AGI +1, VIT +1, ATK +10 _______________________ When equipped with Meteor Strike: ATK +100 Increases damage of Bowling Bash by additional 50%. _______________________ Type: Accessory Weight: 50 Armor Level: 1 _______________________ Requirement: Base Level 100 |
|---|---|---|---|---|---|
| Weapon Level | 0 | Identifier | Toy_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 | 50 | 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("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);
|
||||
| Set | Script | ||||
|---|---|---|---|---|---|
|
bonus bBaseAtk,100; bonus2 bSkillAtk,"KN_BOWLINGBASH",50; |