


π Navigation Menu
Item Information
#13110: Glorious Pistol
| Item ID | 13110 | Sellable | No |
|---|---|---|---|
| Identifier | Krieger_Pistol1 |
Cash Price | Not for sale |
| Name | Glorious Pistol | Type | Armor |
| Buy Price | 0 z. | Weight | 0 |
| Sell Price | 0 z. | Weapon Level | 4 |
| Range | 7 tiles | Defense | 0 |
| Slots | 0 | Refineable | Yes |
| Attack | 80 | Min Level | 80 |
| Equip Loc | Main Hand + Off Hand | ||
| Jobs | Gunslinger | ||
| Gender | Both | ||
Item Scripts
Usage Script:
1 bonus2 bAddRace,RC_DemiHuman,55;
2 bonus2 bAddRace,RC_Player_Human,55;
3 bonus2 bIgnoreDefRaceRate,RC_DemiHuman,20;
4 bonus2 bIgnoreDefRaceRate,RC_Player_Human,20;
5 bonus bUnbreakableWeapon;
6 if (getrefine()>5) {
7 bonus2 bAddRace,RC_DemiHuman,pow(getrefine()-4,2);
8 bonus2 bAddRace,RC_Player_Human,pow(getrefine()-4,2);
9 bonus2 bIgnoreDefRaceRate,RC_DemiHuman,5;
10 bonus2 bIgnoreDefRaceRate,RC_Player_Human,5;
11 }
12 if (getrefine()>8) {
13 bonus4 bAutoSpellOnSkill,"GS_RAPIDSHOWER","GS_GLITTERING",1,1000;
14 bonus2 bSkillAtk,"GS_RAPIDSHOWER",getrefine()*2;
15 }
On Equip:
None
On Unequip:
None