Document Thief
| Item ID | 490606 | Name | Document Thief |
|
None
|
|---|---|---|---|---|---|
| Weapon Level | 0 | Identifier | Document_Thief_TH | ||
| Attack | 0 | Type | Armor | ||
| MATK | 0 | Equip Locations | Accessory Right | ||
| Defense | 7 | Equippable Jobs | Assassin, Rogue | ||
| 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,"GC_CROSSIMPACT",10;
bonus2 bSkillAtk,"SC_TRIANGLESHOT",30;
if (eaclass()&EAJL_THIRD && BaseJob == Job_Assassin) {
bonus2 bIgnoreDefRaceRate,RC_All,50;
bonus2 bIgnoreDefRaceRate,RC_Player_Doram,-50;
bonus2 bIgnoreDefRaceRate,RC_Player_Human,-50;
bonus bCritAtkRate,20;
}
if (eaclass()&EAJL_THIRD && BaseJob == Job_Rogue) {
bonus2 bIgnoreDefRaceRate,RC_All,50;
bonus2 bIgnoreDefRaceRate,RC_Player_Doram,-50;
bonus2 bIgnoreDefRaceRate,RC_Player_Human,-50;
bonus4 bAutoSpellOnSkill,"SC_TRIANGLESHOT","SC_TRIANGLESHOT",10,350;
}
|
||||
| Set | Script | ||||
|---|---|---|---|---|---|
|
.@r = getequiprefinerycnt(EQI_HEAD_TOP); bonus2 bSkillCooldown,"GC_DARKCROW",-10000; bonus2 bAddRace,RC_All,4*(.@r/2); bonus2 bSkillAtk,"GC_CROSSIMPACT",10*(.@r/2); |
||||
|
.@r = getequiprefinerycnt(EQI_HEAD_TOP); skill "RA_UNLIMIT",1; bonus2 bSkillCooldown,"RA_UNLIMIT",180000; bonus2 bSubEle,Ele_All,30; bonus2 bAddRace,RC_All,4*(.@r/2); bonus2 bSkillAtk,"SC_TRIANGLESHOT",10*(.@r/2); |