Document Archer

Item ID 490609 Name Document Archer
None
Weapon Level 0 Identifier Document_Archer_TH
Attack 0 Type Armor
MATK 0 Equip Locations Accessory Right
Defense 7 Equippable Jobs Hunter, Bard / Dancer
Range 0 Equip Gender Both (Male and Female)
Slots 1 Equip Upper Third, Third Upper, Third Baby
Weight 10 Min Equip Level 100
NPC Buy 0 Max Equip Level None
NPC Sell 0 Refineable No
Credit Price None Trade restriction None
Item Script
bonus bBaseAtk,100;
bonus2 bAddClass,Class_All,10;
bonus bDelayrate,-10;
bonus2 bAddSize,Size_All,10;
bonus2 bSkillAtk,"SN_SHARPSHOOTING",30;
bonus2 bSkillAtk,"WM_SEVERE_RAINSTORM_MELEE",30;
if (eaclass()&EAJL_THIRD && BaseJob == Job_Hunter) {
   bonus2 bSkillCooldown,"RA_UNLIMIT",-90000;
   bonus2 bVariableCastrate,"SN_SHARPSHOOTING",-100;
}
if ((eaclass()&EAJL_THIRD) && (BaseJob == Job_Bard || BaseJob == Job_Dancer))
   bonus2 bSkillCooldown,"WM_SEVERE_RAINSTORM",-4000;
Unequip Script
sc_end SC_UNLIMIT;

Set Script
Old Camouflage Rabbit Hood
Document Archer
.@r = getequiprefinerycnt(EQI_HEAD_TOP);
bonus bDelayrate,-15;
bonus2 bAddRace,RC_All,4*(.@r/2);
bonus2 bSkillAtk,"SN_SHARPSHOOTING",15*(.@r/2);
Old Minstrel Song's Hat
Document Archer
.@r = getequiprefinerycnt(EQI_HEAD_TOP);
bonus2 bSkillUseSP,"WM_SEVERE_RAINSTORM",60;
bonus2 bAddRace,RC_All,4*(.@r/2);
bonus2 bSkillAtk,"WM_SEVERE_RAINSTORM_MELEE",10*(.@r/2);
Old Dying Swan
Document Archer
.@r = getequiprefinerycnt(EQI_HEAD_TOP);
bonus2 bSkillUseSP,"WM_SEVERE_RAINSTORM",60;
bonus2 bAddRace,RC_All,4*(.@r/2);
bonus2 bSkillAtk,"WM_SEVERE_RAINSTORM_MELEE",10*(.@r/2);