Sealed Moonlight Flower Card

Item ID 300139 Name Sealed Moonlight Flower Card
None
Weapon Level 0 Identifier Sealed_M_Flower_Card_J
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
bonus bSpeedRate,25;
bonus bHit,-50;

Set Script
Awakened Fire Thunder Great Boots
Sealed Moonlight Flower Card
.@r = getequiprefinerycnt(EQI_SHOES);
skill "AL_HEAL",10;
if (BaseLevel >= 100) {
   bonus bMatk,15*.@r;
   bonus bMdef,10*.@r;
} else {
   bonus bMatk,5*.@r;
   bonus bMdef,5*.@r;
}
Fire Thunder Great Boots
Sealed Moonlight Flower Card
.@r = getequiprefinerycnt(EQI_SHOES);
skill "AL_HEAL",10;
if (BaseLevel >= 100) {
   bonus bMatk,10*.@r;
   bonus bMdef,6*.@r;
} else {
   bonus bMatk,3*.@r;
   bonus bMdef,3*.@r;
}
Original King
Sealed Moonlight Flower Card
bonus bMaxHPrate,20;
bonus bAspdRate,3;