Record of Destroy (Swordman)
| Item ID | 490094 | Name | Record of Destroy (Swordman) |
|
None
|
|---|---|---|---|---|---|
| Weapon Level | 0 | Identifier | Record_Sward_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_Knight) {
bonus2 bAddRace,RC_All,15;
autobonus "{ bonus3 bAutoSpell,\"RK_MILLENNIUMSHIELD\",1,10; }",1000,6000,BF_WEAPON;
autobonus3 "{ bonus3 bAutoSpell,\"RK_MILLENNIUMSHIELD\",1,10; }",1000,6000,"RK_STORMBLAST";
bonus2 bSkillAtk,"RK_IGNITIONBREAK",30;
}
if (eaclass()&EAJL_THIRD && BaseJob == Job_Crusader) {
bonus2 bMagicAddRace,RC_All,15;
bonus bShortWeaponDamageReturn,25;
bonus2 bSkillAtk,"LG_RAYOFGENESIS",30;
}
}
|