Viewing Item

#490606: Document Thief

Item ID 490606 For Sale No
Identifier aegis_490606 Credit Price Not For Sale
Name Document Thief 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 Assassin / Rogue
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,"GC_CROSSIMPACT",10;

6 bonus2 bSkillAtk,"SC_TRIANGLESHOT",30;

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

8 bonus2 bIgnoreDefRaceRate,RC_All,50;

9 bonus2 bIgnoreDefRaceRate,RC_Player_Doram,-50;

10 bonus2 bIgnoreDefRaceRate,RC_Player_Human,-50;

11 bonus bCritAtkRate,20;

12 }

13 if (eaclass()&EAJL_THIRD && BaseJob == Job_Rogue) {

14 bonus2 bIgnoreDefRaceRate,RC_All,50;

15 bonus2 bIgnoreDefRaceRate,RC_Player_Doram,-50;

16 bonus2 bIgnoreDefRaceRate,RC_Player_Human,-50;

17 bonus4 bAutoSpellOnSkill,"SC_TRIANGLESHOT","SC_TRIANGLESHOT",10,350;

18 }

Equip Script None
Unequip Script None