Aquarius Stone

Item ID 29151 Name Aquarius Stone
A stone that contains the power of Aquarius which can be compounded on Shoes's slot.
_______________________
VIT +1
_______________________
When compounded with Angel Poring Boots:
MaxHP +5%
MaxSP +5%

Refine Level +7:
Neutral resistance +2%.

Refine Level +9:
Neutral resistance +3%.

Refine Level +12:
Decreases After Skill Delay by 5%.
_______________________
WARNING: It will completly vanish, if compounded shoes is destroyed.
Compound on: Shoes
Weight: 0
Weapon Level 0 Identifier AngelPoring_Pink
Attack 0 Type Card - Enchant
MATK 0 Equip Locations Footgear
Defense 0 Equippable Jobs None
Range 0 Equip Gender Both (Male and Female)
Slots 0 Equip Upper None
Weight 0 Min Equip Level None
NPC Buy 10 Max Equip Level None
NPC Sell 5 Refineable No
Credit Price None Trade restriction None
Item Script
bonus bVit,1;

Set Script
Angel Poring Boots
Aquarius Stone
bonus bMaxHPrate,5;
bonus bMaxSPrate,5;
.@r = getequiprefinerycnt(EQI_SHOES);
if (.@r >= 7) {
   bonus2 bSubEle,Ele_Neutral,2;
}
if (.@r >= 9) {
   bonus2 bSubEle,Ele_Neutral,3;
}
if (.@r >= 12) {
   bonus bDelayrate,-5;
}