Hunting Scarf

Item ID 480313 Name Hunting Scarf
None
Weapon Level 0 Identifier Hunting_Scarf_TH
Attack 0 Type Armor
MATK 0 Equip Locations Garment
Defense 20 Equippable Jobs None
Range 0 Equip Gender Both (Male and Female)
Slots 1 Equip Upper None
Weight 30 Min Equip Level 100
NPC Buy 0 Max Equip Level None
NPC Sell 0 Refineable Yes
Credit Price None Trade restriction None
Item Script
.@r = getrefine();
bonus bLongAtkRate,5;
bonus2 bAddRace,RC_Brute,7;
bonus2 bAddRace,RC_Insect,7;
bonus2 bSubRace,RC_Brute,7;
bonus2 bSubRace,RC_Insect,7;
if (getskilllv("RA_CAMOUFLAGE") >= 3) {
   bonus2 bSkillCooldown,"RA_UNLIMIT",-90000;
}
if (.@r>=7) {
   bonus bMaxHPrate,7;
   bonus bMaxSPrate,7;
}
if (.@r>=9)
   bonus bLongAtkRate,7;
if (.@r>=11) {
   bonus bDelayrate,10;
   bonus2 bSkillCooldown,"RA_ARROWSTORM",-200;
}
Unequip Script
sc_end SC_UNLIMIT;

Set Script
Hunting Arrow
Hunting Scarf
bonus bLongAtkRate,20;
bonus2 bSkillAtk,"RA_ARROWSTORM",10;