ID #300551
Card
A-Ji and Geffen Card
Buy Price: N/A
Sell Price: N/A
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
_______________________
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
Equipment Slots
Head (Top)
Head (Lower)
Left Hand
Garment
Accessory 1
Head (Mid)
Body Armor
Right Hand
Shoes
Accessory 2
Basic Information
Type
Card
Weight
10
Item Flags
Drop Effect
Yes
Scripts
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;
.@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;