Viewing Item

#490609: Document Archer

Item ID 490609 For Sale No
Identifier aegis_490609 Credit Price Not For Sale
Name Document Archer Type Armor
NPC Buy 0 Weight 10
NPC Sell 0 Weapon Level 0
Range 0 Defense 7
Slots 1 Refineable No
Attack 0 Min Equip Level 100
MATK 0 Max Equip Level None
Equip Locations Accessory Right
Equip Upper Third / Third Upper / Third Baby
Equippable Jobs Hunter / Bard / Dancer
Equip Gender Both (Male and Female)
Trade restriction None
Item Use Script

1 bonus bBaseAtk,100;

2 bonus2 bAddClass,Class_All,10;

3 bonus bDelayrate,-10;

4 bonus2 bAddSize,Size_All,10;

5 bonus2 bSkillAtk,"SN_SHARPSHOOTING",30;

6 bonus2 bSkillAtk,"WM_SEVERE_RAINSTORM",30;

7 if (eaclass()&EAJL_THIRD && BaseJob == Job_Hunter) {

8 bonus2 bSkillCooldown,"RA_UNLIMIT",-90000;

9 bonus2 bVariableCastrate,"SN_SHARPSHOOTING",-100;

10 }

11 if ((eaclass()&EAJL_THIRD) && (BaseJob == Job_Bard || BaseJob == Job_Dancer))

12 bonus2 bSkillCooldown,"WM_SEVERE_RAINSTORM",-4000;

Equip Script None
Unequip Script

1 sc_end SC_UNLIMIT;