A-Ji and Geffen Card

Item ID 300551 Name A-Ji and Geffen Card
MDEF +35
_______________________
For each 10 Base Level:
MaxSP +50, MDEF +2 (up to Base Level 200).
Increases Damage against monsters of Plant race by 10%.
_______________________
Type: Card
Compound on: Garment
Weight: 1
Weapon Level 0 Identifier CLB_SS_LL_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 Can't be sold to NPC
Item Script
.@max_lvl = min(200,BaseLevel);
bonus bMdef,35+2*(.@max_lvl/10);
bonus bMaxSP,50*(.@max_lvl/10);
bonus2 bAddRace,RC_Plant,10;
bonus2 bMagicAddRace,RC_Plant,10;