Glorious Shuriken: Difference between revisions
From Revival Ragnarok Online
(Created page with "{{Template:Weapon |itemName = Glorious Shuriken |itemId = 13307 |itemSlot = 0 |itemTrade = No |itemVend = No |itemStore = No |itemAtk = 55 |itemEqp = Weapon |cl...") |
m (1 revision) |
(No difference)
|
Revision as of 04:28, 11 October 2013
Glorious Shuriken | |
ID: | 13307 |
---|---|
Tradable: | No |
Storage-able: | No |
Vendable: | No |
Attack: | 55 |
Slots: | 0 |
Weapon Level: | 0 |
Equipped On: | Weapon |
Equippable By: | Ninja |
Required Level: | 80 |
Item Description
- MATK + 15%
- Increases physical attack against Demi human monster by 95%.
- Adds 20% defense bypassing on Demi-human monster.
- When attacking physically, 5% chance to increase Throw Huuma Shuriken and Final Strike damage by 100% for 10 seconds.
- Indestructible (except in upgrade attempts).
[Refine Rate > 5]
- Adds 5% defense bypassing on Demi-human monster.
- Slaughtering Level 2
[Refine Rate > 8]
- When using Final Strike, cast Heal Level 10 on yourself.
- When using Throw Huuma Shuriken, chance to cause Critical Wounds Level 2 on the target.
How To Obtain This Item
Eir
Loki
- Battlegrounds - 2000 KvM Points
Tyr
Script
{ bonus2 bAddRace,RC_DemiHuman,95; bonus2 bIgnoreDefRate,RC_DemiHuman,20; bonus bMatkRate,15; autobonus "{ bonus2 bSkillAtk,"NJ_HUUMA",10; bonus2 bSkillAtk,"NJ_ISSEN",10; }",50,10000; bonus bUnbreakableWeapon,0; if(getrefine() > 5) { bonus2 bAddRace,RC_DemiHuman,(getrefine()-3)*(getrefine()-3); bonus2 bIgnoreDefRate,RC_DemiHuman,5; } if(getrefine() > 8) { bonus5 bAutoSpellOnSkill,"NJ_ISSEN","AL_HEAL",10,1000,1; bonus4 bAutoSpellOnSkill,"NJ_HUUMA","NPC_CRITICALWOUND",2,200; } },{},{}