


π Navigation Menu
Item Information
#4499: Sealed Samurai Spector Card
| Item ID | 4499 | Sellable | No |
|---|---|---|---|
| Identifier | Sealed_Samurai_Card |
Cash Price | Not for sale |
| Name | Sealed Samurai Spector Card | Type | Card |
| Buy Price | 20 z. | Weight | 1 |
| Sell Price | 10 z. | Weapon Level | 0 |
| Range | 0 tiles | Defense | 0 |
| Slots | 0 | Refineable | No |
| Attack | 0 | Min Level | 0 |
| Equip Loc | Main Hand | ||
| Jobs | All Jobs | ||
| Gender | Both | ||
Item Scripts
Usage Script:
1 bonus bIgnoreDefClass,Class_Normal;
2 bonus bNoRegen,1;
3 if (getrefine()>14)
4 bonus2 bHPLossRate,777,8000;
5 else
6 bonus2 bHPLossRate,888,5000;
7 UnEquipScript: |
8 if (Hp <= 999 && !getmapflag(strcharinfo(3),mf_pvp) && !getmapflag(strcharinfo(3),mf_pvp_noparty) && !getmapflag(strcharinfo(3),mf_pvp_noguild)) {
9 heal(1-Hp),0;
10 }
11 else {
12 heal -999,0;
13 }
On Equip:
None
On Unequip:
1 if (Hp <= 999 && !getmapflag(strcharinfo(3),mf_pvp) && !getmapflag(strcharinfo(3),mf_pvp_noparty) && !getmapflag(strcharinfo(3),mf_pvp_noguild)) {
2 heal(1-Hp),0;
3 }
4 else {
5 heal -999,0;
6 }