Record of Destroy (Archer)
| Item ID | 490095 | Name | Record of Destroy (Archer) |
|
None
|
|---|---|---|---|---|---|
| Weapon Level | 0 | Identifier | Record_Acher_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 bMdef,10; bonus bDelayrate,-5; bonus bAtkRate,5; bonus bMatkRate,5; |
||||
| Set | Script | ||||
|---|---|---|---|---|---|
|
bonus2 bAddRace,RC_All,10; bonus2 bMagicAddRace,RC_All,10; |
||||
|
bonus2 bAddRace2,RC2_BioLab,20; bonus2 bMagicAddRace2,RC2_BioLab,20; |
||||
|
if (getequiprefinerycnt(EQI_GARMENT) >= 10) {
if (eaclass()&EAJL_THIRD && BaseJob == Job_Hunter) {
bonus bLongAtkRate,15;
bonus bDelayrate,-5;
bonus2 bSkillAtk,"RA_AIMEDBOLT",30;
}
if ((eaclass()&EAJL_THIRD) && (BaseJob == Job_Bard || BaseJob == Job_Dancer)) {
bonus2 bMagicAddRace,RC_All,10;
bonus2 bSkillCooldown,"WM_METALICSOUND",-2000;
bonus2 bSkillAtk,"WM_METALICSOUND",80;
}
}
|