ID #300547
Card
Luke and Alberta Card
Buy Price: N/A
Sell Price: N/A
DEF +80.
_______________________
For each 10 Base Level:
MaxHP +150, DEF +5.
(Up to Base Level 200).
_______________________
Increases Physical and Magical Damage against monsters of Insect race by 10%.
_______________________
Type: Card
Compound on: Garment
Weight: 1
_______________________
For each 10 Base Level:
MaxHP +150, DEF +5.
(Up to Base Level 200).
_______________________
Increases Physical and Magical Damage against monsters of Insect 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 bDef,80+5*(.@max_lvl/10); bonus bMaxHP,150*(.@max_lvl/10); bonus2 bAddRace,RC_Insect,10; bonus2 bMagicAddRace,RC_Insect,10;
.@max_lvl = min(200,BaseLevel); bonus bDef,80+5*(.@max_lvl/10); bonus bMaxHP,150*(.@max_lvl/10); bonus2 bAddRace,RC_Insect,10; bonus2 bMagicAddRace,RC_Insect,10;