Medjed Card

Item ID 300561 Name Medjed Card
ATK +8%.
_______________________
Refine Level +7:
Increases Physical Damage against monsters of Angel race by 12%.
_______________________
Refine Level +9:
Increases Physical Damage against monsters of Angel race by an additional 8%.
_______________________
Type: Card
Compound on: Shoes
Weight: 1
Weapon Level 0 Identifier aegis_300561
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 bAtkRate,8;
if (.@r>=7) {
   bonus2 bAddRace,RC_Angel,12;
   if (.@r>=9) {
      bonus2 bAddRace,RC_Angel,8;
   }
}