


π Navigation Menu
Item Information
#47263: Samurai Spector Legendary Card
| Item ID | 47263 | Sellable | No |
|---|---|---|---|
| Identifier | Incant_Samurai_Legendary_Card |
Cash Price | Not for sale |
| Name | Samurai Spector Legendary 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 bonus2 bHPLossRate,333,20000;
3 UnEquipScript: |
4 if (Hp <= 999 && !getmapflag(strcharinfo(3),mf_pvp) && !getmapflag(strcharinfo(3),mf_pvp_noparty) && !getmapflag(strcharinfo(3),mf_pvp_noguild)) {
5 heal (1-Hp),0;
6 }
7 else {
8 heal -999,0;
9 }
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 }