Old Applause Sandals

Item ID 22070 Name Old Applause Sandals
Mysterious shoes with beautifully blooming rose decorations.
They have God's blessing to make the impossible possible, but the damage is so severe that they are not able to exert their true power.
_______________________
MaxSP +50
_______________________
When equipped with either Gig Card, Caterpillar Card, Tri Joint Card, Zombie Master Card, Diabolic Card, Driller Card, Nereid Card, Beetle King Card, False Angel Card or Phendark Card:
For each 3 Refine Levels of Ancient Sandals:
ATK +10, MATK +10
Defeating monsters recovers 30 HP and 3 SP.
_______________________
Type: Shoes
Defense: 0
Weight: 20
Armor Level: 1
_______________________
Requirement: None
Weapon Level 0 Identifier Applause_Sandal
Attack 0 Type Armor
MATK 0 Equip Locations Footgear
Defense 0 Equippable Jobs None
Range 0 Equip Gender Both (Male and Female)
Slots 1 Equip Upper None
Weight 20 Min Equip Level 1
NPC Buy 0 Max Equip Level None
NPC Sell 0 Refineable Yes
Credit Price None Trade restriction None
Item Script
bonus bMaxSP,50;

Set Script
Old Applause Sandals
Gig Card
.@r = getequiprefinerycnt(EQI_SHOES);
bonus bHPGainValue,30;
bonus bSPGainValue,3;
bonus bBaseAtk,10*(.@r/3);
bonus bMatk,10*(.@r/3);
Old Applause Sandals
Nereid Card
.@r = getequiprefinerycnt(EQI_SHOES);
bonus bHPGainValue,30;
bonus bSPGainValue,3;
bonus bBaseAtk,10*(.@r/3);
bonus bMatk,10*(.@r/3);
Old Applause Sandals
Driller Card
.@r = getequiprefinerycnt(EQI_SHOES);
bonus bHPGainValue,30;
bonus bSPGainValue,3;
bonus bBaseAtk,10*(.@r/3);
bonus bMatk,10*(.@r/3);
Old Applause Sandals
Diabolic Card
.@r = getequiprefinerycnt(EQI_SHOES);
bonus bHPGainValue,30;
bonus bSPGainValue,3;
bonus bBaseAtk,10*(.@r/3);
bonus bMatk,10*(.@r/3);
Old Applause Sandals
Zombie Master Card
.@r = getequiprefinerycnt(EQI_SHOES);
bonus bHPGainValue,30;
bonus bSPGainValue,3;
bonus bBaseAtk,10*(.@r/3);
bonus bMatk,10*(.@r/3);
Old Applause Sandals
Caterpillar Card
.@r = getequiprefinerycnt(EQI_SHOES);
bonus bHPGainValue,30;
bonus bSPGainValue,3;
bonus bBaseAtk,10*(.@r/3);
bonus bMatk,10*(.@r/3);
Old Applause Sandals
Beetle King Card
.@r = getequiprefinerycnt(EQI_SHOES);
bonus bHPGainValue,30;
bonus bSPGainValue,3;
bonus bBaseAtk,10*(.@r/3);
bonus bMatk,10*(.@r/3);
Old Applause Sandals
Tri Joint Card
.@r = getequiprefinerycnt(EQI_SHOES);
bonus bHPGainValue,30;
bonus bSPGainValue,3;
bonus bBaseAtk,10*(.@r/3);
bonus bMatk,10*(.@r/3);
Old Applause Sandals
False Angel Card
.@r = getequiprefinerycnt(EQI_SHOES);
bonus bHPGainValue,30;
bonus bSPGainValue,3;
bonus bBaseAtk,10*(.@r/3);
bonus bMatk,10*(.@r/3);
Old Applause Sandals
Phendark Card
.@r = getequiprefinerycnt(EQI_SHOES);
bonus bHPGainValue,30;
bonus bSPGainValue,3;
bonus bBaseAtk,10*(.@r/3);
bonus bMatk,10*(.@r/3);