


π Navigation Menu
Item Information
#13307: Glorious Shuriken
| Item ID | 13307 | Sellable | No |
|---|---|---|---|
| Identifier | Krieger_Huuma_Shuriken1 |
Cash Price | Not for sale |
| Name | Glorious Shuriken | Type | Armor |
| Buy Price | 20 z. | Weight | 0 |
| Sell Price | 10 z. | Weapon Level | 4 |
| Range | 1 tiles | Defense | 0 |
| Slots | 0 | Refineable | Yes |
| Attack | 55 | Min Level | 80 |
| Equip Loc | Main Hand + Off Hand | ||
| Jobs | Ninja | ||
| Gender | Both | ||
Item Scripts
Usage Script:
1 bonus2 bAddRace,RC_DemiHuman,95;
2 bonus2 bAddRace,RC_Player_Human,95;
3 bonus2 bIgnoreDefRaceRate,RC_DemiHuman,20;
4 bonus2 bIgnoreDefRaceRate,RC_Player_Human,20;
5 bonus bMatkRate,15;
6 autobonus "{ bonus2 bSkillAtk,\"NJ_HUUMA\",100; bonus2 bSkillAtk,\"NJ_ISSEN\",100; }",50,10000;
7 bonus bUnbreakableWeapon;
8 if (getrefine()>5) {
9 bonus2 bAddRace,RC_DemiHuman,(getrefine()-3)*(getrefine()-3);
10 bonus2 bAddRace,RC_Player_Human,(getrefine()-3)*(getrefine()-3);
11 bonus2 bIgnoreDefRaceRate,RC_DemiHuman,5;
12 bonus2 bIgnoreDefRaceRate,RC_Player_Human,5;
13 }
14 if (getrefine()>8) {
15 bonus5 bAutoSpellOnSkill,"NJ_ISSEN","AL_HEAL",10,1000,1;
16 bonus4 bAutoSpellOnSkill,"NJ_HUUMA","NPC_CRITICALWOUND",2,200;
17 }
On Equip:
None
On Unequip:
None