Yoster Cooker Card

Item ID 300518 Name Yoster Cooker Card
MATK +5%.
_______________________
Refine Level +7:
Increases Magical Damage against monsters of Dragon race by 10%.
_______________________
Refine Level +9:
Increases Magical Damage against monsters of Dragon race by an additional 7%.
_______________________
Type: Card
Compound on: Shoes
Weight: 1
Weapon Level 0 Identifier Yoster_Cooker_Card
Attack 0 Type Card
MATK 0 Equip Locations Footgear
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
.@r = getrefine();
bonus bMatkRate,5;
if (.@r>=7) {
   bonus2 bMagicAddRace,RC_Dragon,10;
   if (.@r>=9) {
      bonus2 bMagicAddRace,RC_Dragon,7;
   }
}