Sagittarius Ring

Item ID 490041 Name Sagittarius Ring
A ring that holds the power of Jinma, one of the constellations that orbit the ecliptic.
_______________________
MaxSP +100
_______________________
�Increases Attack Speed (decreases After Attack Delay by 5%).
Increases Physical Damage by 5%.
Restores 10 SP when defeating monsters with physical attacks.
_______________________
When equipped by Ranger classes:
MaxHP +10%, MaxSP +10%.
Decreases After Skill Delay by 10%.
Increases Physical Damage by additional 5%.
Increases damage of Arrow Storm by 30%.
Restores 3 SP while attacking.
_______________________
When equipped by Ranger classes:
When equipped with Zodiac:
Increases Physical Damage by additional 15%.
Increases damage of Aimed Bolt by 30%.
_______________________
This item can only be sold to NPCs and moved to storage.
_______________________
Type: Accessory
Weight: 10
Armor Level: 1
_______________________
Requirement: None
Weapon Level 0 Identifier Sagittarius_Ring_J
Attack 0 Type Armor
MATK 0 Equip Locations Accessory Left/Right
Defense 0 Equippable Jobs None
Range 0 Equip Gender Both (Male and Female)
Slots 0 Equip Upper None
Weight 10 Min Equip Level None
NPC Buy 20 Max Equip Level None
NPC Sell 10 Refineable No
Credit Price None Trade restriction None
Item Script
bonus bAspdRate,5;
bonus bMaxSP,100;
bonus bAtkRate,5;
bonus bSPGainValue,10;
if (eaclass()&EAJL_THIRD && BaseJob == Job_Hunter) {
   bonus bMaxHPrate,10;
   bonus bMaxSPrate,10;
   bonus bDelayrate,-10;
   bonus bAtkRate,5;
   bonus2 bSkillAtk,"RA_ARROWSTORM",30;
   bonus bSPDrainValue,3;
}

Set Script
Zodiac
Sagittarius Ring
if (eaclass()&EAJL_THIRD && BaseJob == Job_Hunter) {
   bonus bAtkRate,15;
   bonus2 bSkillAtk,"RA_AIMEDBOLT",30;
}