Kung Fu Panda Card

Item ID 300618 Name Kung Fu Panda Card
For each 10 Base Level:
MaxHP +200, MaxSP +50,
DEF +5, MDEF +2.
(Up to Base Level 200).
_______________________
Type: Card
Compound on: Garment
Weight: 1
Weapon Level 0 Identifier CLB_CP_PD_Card
Attack 0 Type Card
MATK 0 Equip Locations Garment
Defense 0 Equippable Jobs None
Range 0 Equip Gender Both (Male and Female)
Slots 0 Equip Upper None
Weight 1 Min Equip Level None
NPC Buy 0 Max Equip Level None
NPC Sell 0 Refineable No
Credit Price None Trade restriction None
Item Script
.@val = min(20, BaseLevel/10);
bonus bMdef,2*.@val;
bonus bDef,5*.@val;
bonus bMaxHP,200*.@val;
bonus bMaxSP,50*.@val;