Record of Destroy (Thief)
| Item ID | 32287 | Name | Record of Destroy (Thief) |
|
None
|
|---|---|---|---|---|---|
| Weapon Level | 0 | Identifier | Record_Thief_TW | ||
| Attack | 0 | Type | Armor | ||
| MATK | 0 | Equip Locations | Accessory Left/Right | ||
| Defense | 0 | Equippable Jobs | None | ||
| Range | 0 | Equip Gender | Both (Male and Female) | ||
| Slots | 1 | Equip Upper | None | ||
| Weight | 20 | Min Equip Level | 100 | ||
| NPC Buy | 0 | Max Equip Level | None | ||
| NPC Sell | 0 | Refineable | No | ||
| Credit Price | None | Trade restriction | Can't be dropped, Can't be sold to NPC | ||
| Item Script |
bonus bDelayrate,-5; bonus bAtkRate,5; |
||||
| Set | Script | ||||
|---|---|---|---|---|---|
|
bonus2 bAddRace,RC_All,10; |
||||
|
bonus2 bAddRace2,RC2_BioLab,20; bonus2 bMagicAddRace2,RC2_BioLab,20; |
||||
|
if (getequiprefinerycnt(EQI_GARMENT) >= 10) {
if (eaclass()&EAJL_THIRD && BaseJob == Job_Assassin) {
bonus2 bIgnoreDefRaceRate,RC_All,10;
bonus2 bAddClass,Class_All,15;
bonus2 bSkillAtk,"GC_ROLLINGCUTTER",30;
}
if (eaclass()&EAJL_THIRD && BaseJob == Job_Rogue) {
bonus bDelayrate,-5;
bonus2 bSkillCooldown,"SC_FEINTBOMB",-800;
bonus2 bSkillAtk,"SC_FEINTBOMB",40;
}
}
|