Scorpio Stone

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

Refine Level +7:
Increases Ranged Physical Damage by 2%.

Refine Level +9:
Increases Ranged Physical Damage by 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_DeepRed
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 bDex,1;

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