


π Navigation Menu
Item Information
#47465: Fanat Legendary Card
| Item ID | 47465 | Sellable | No |
|---|---|---|---|
| Identifier | Panat_Legendary_Card |
Cash Price | Not for sale |
| Name | Fanat 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 bBaseAtk,10;
2 if (getiteminfo(getequipid(EQI_HAND_R), ITEMINFO_VIEW) == W_2HSWORD) {
3 .@r = getrefine();
4 if (.@r>=10) {
5 bonus bAspd,1;
6 }
7 if (.@r>=14) {
8 bonus bAspd,1;
9 }
10 }
On Equip:
None
On Unequip:
None