Document Mage
| Item ID | 490608 | Name | Document Mage |
|
None
|
|---|---|---|---|---|---|
| Weapon Level | 0 | Identifier | Document_Mage_TH | ||
| Attack | 0 | Type | Armor | ||
| MATK | 0 | Equip Locations | Accessory Right | ||
| Defense | 7 | Equippable Jobs | Wizard, Sage | ||
| 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 bMatk,100;
bonus bMatkRate,10;
bonus bDelayrate,-10;
bonus2 bMagicAddSize,Size_All,10;
bonus2 bSkillAtk,"WL_COMET",30;
bonus2 bSkillAtk,"SO_VARETYR_SPEAR",30;
if (eaclass()&EAJL_THIRD && BaseJob == Job_Wizard) {
bonus bFixedCast,-1000;
bonus2 bSkillCooldown,"WL_COMET",-20000;
bonus2 bIgnoreMdefRaceRate,RC_All,50;
bonus2 bIgnoreMdefRaceRate,RC_Player_Doram,-50;
bonus2 bIgnoreMdefRaceRate,RC_Player_Human,-50;
}
if (eaclass()&EAJL_THIRD && BaseJob == Job_Sage) {
skill "HW_MAGICPOWER",5;
bonus2 bSkillCooldown,"SO_VARETYR_SPEAR",-4000;
bonus2 bIgnoreMdefRaceRate,RC_All,50;
bonus2 bIgnoreMdefRaceRate,RC_Player_Doram,-50;
bonus2 bIgnoreMdefRaceRate,RC_Player_Human,-50;
}
|
||||
| Set | Script | ||||
|---|---|---|---|---|---|
|
.@r = getequiprefinerycnt(EQI_HEAD_TOP); bonus bDelayrate,-15; bonus2 bMagicAddRace,RC_All,4*(.@r/2); bonus2 bSkillAtk,"WL_COMET",12*(.@r/2); |
||||
|
.@r = getequiprefinerycnt(EQI_HEAD_TOP); bonus bDelayrate,-15; bonus2 bMagicAddRace,RC_All,4*(.@r/2); bonus2 bSkillAtk,"SO_VARETYR_SPEAR",15*(.@r/2); |