Ring of Artemis

Item ID 490471 Name Ring of Artemis
Blessed by the goddess of hunting and chastity, it dramatically improves the hunter's abilities.
_______________________
CON +3, Critical +50.
_______________________
Increases Physical Damage by 10%.
Decreases damage taken from Players by 3%.
Decreases Fixed Casting Time of Aimed Bolt by 100%.
_______________________
For each 10 Base Level:
Increases damage of Crescive Bolt and Gale Storm by 1%.
_______________________
Type: Accessory
Defense: 0
Weight: 10
Armor Level: 1
_______________________
Requirement:
Base Level 200
All 4th Jobs
Weapon Level 0 Identifier Ring_of_Artemis
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 1 Equip Upper None
Weight 10 Min Equip Level 200
NPC Buy 0 Max Equip Level None
NPC Sell 0 Refineable No
Credit Price None Trade restriction None
Item Script
bonus bCon,3;
bonus bCritical,50;
bonus bAtkRate,10;
bonus2 bSubRace,RC_Player_Doram,3;
bonus2 bSubRace,RC_Player_Human,3;
bonus2 bFixedCastrate,"RA_AIMEDBOLT",-100;
bonus2 bSkillAtk,"WH_CRESCIVE_BOLT",BaseLevel/10;
bonus2 bSkillAtk,"WH_GALESTORM",BaseLevel/10;

Set Script
Ring of Artemis
Divine Bow Gandiva
bonus bCon,10;
skill "SC_TRIANGLESHOT",10;
if (getequiprefinerycnt(EQI_HAND_R)>=13) {
   bonus2 bSkillAtk,"WH_CRESCIVE_BOLT",30;
   bonus2 bSkillAtk,"WH_GALESTORM",30;
}