Guide of Dead Card

Item ID 300565 Name Guide of Dead Card
Increases Melee Physical Damage by 25%.
MaxHP -20%.
_______________________
Base STR at least 70:
Nullifies Weapon Size Penalty.
_______________________
Base Level at least 230:
Increases Melee Physical Damage by an additional 45%.
VIT -20.
_______________________
Type: Card
Compound on: Accessory(Right)
Weight: 1
Weapon Level 0 Identifier aegis_300565
Attack 0 Type Card
MATK 0 Equip Locations Accessory Right
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
bonus bShortAtkRate,25;
bonus bMaxHPrate,-20;
if (readparam(bStr)>=70) {
   bonus bNoSizeFix;
}
if (BaseLevel>=230) {
   bonus bShortAtkRate,45;
   bonus bVit,-20;
}