Basic Info

Name 4662 Big Eggring Card
Item ID 4662 - Big_Eggring_Card
Type Card
4662
ATK +25, MATK +25
ASPD +10%
MaxHP +1000
Increase long ranged physical damage by 5%
Increase critical damage by 10%
Atk -5 for every 10 base Str
Aspd -2% for every 10 base Agi
MaxHP -200 for every 10 base Vit
MATK -5 for every 10 base Int
Long ranged physical damage - 1% for every 10 base Dex
Critical damage by - 2% for every 10 base Luk
All attributes can't be lower than 0
-------------------------
Class: Card
Compound on: Garment
Weight: 1

Details

Weight 1
NPC Buy 20 z
NPC Sell 10 z
Refineable No
Equip Locations Garment

Stats

Range 0
Defense 0
Attack 0
Magical Attack 0
Weapon Level 0
Slots 0

Restrictions

Level Range Any
Usage None
Trade None
Job Class Types Normal / Upper / Baby
Job Classes All Jobs
Gender Any

Scripts

Use Script
bonus bAtk,25; bonus bMatk,25; bonus bAspdRate,10; bonus bMaxHP,1000; bonus bLongAtkRate,5; bonus bCritAtkRate,10; bonus bAtk,-5/(readparam(bStr)*10); bonus bAspdRate,-2/(readparam(bAgi)*10); bonus bMatk,-5/(readparam(bInt)*10); bonus bMaxHP,-200/(readparam(bVit)*10); bonus bLongAtkRate,-1/(readparam(bDex)*10); bonus bCritAtkRate,-2/(readparam(bLuk)*10);
Equip Script
None
Unequip Script
None