Document Merchant
| Item ID | 490607 | Name | Document Merchant |
|
None
|
|---|---|---|---|---|---|
| Weapon Level | 0 | Identifier | Document_Merchant_TH | ||
| Attack | 0 | Type | Armor | ||
| MATK | 0 | Equip Locations | Accessory Right | ||
| Defense | 7 | Equippable Jobs | Blacksmith, Alchemist | ||
| 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,"NC_AXETORNADO",30;
bonus2 bSkillAtk,"NC_ARMSCANNON",30;
bonus2 bSkillAtk,"GN_CARTCANNON",30;
if (eaclass()&EAJL_THIRD && BaseJob == Job_Blacksmith) {
bonus bNoMadoFuel;
bonus2 bAddEle,Ele_All,15;
}
if (eaclass()&EAJL_THIRD && BaseJob == Job_Alchemist) {
bonus bAllStats,10;
bonus bLongAtkRate,20;
}
|
||||
| Set | Script | ||||
|---|---|---|---|---|---|
|
.@r = getequiprefinerycnt(EQI_HEAD_TOP); bonus2 bSkillCooldown,"NC_AXETORNADO",-1000; bonus2 bAddRace,RC_All,4*(.@r/2); bonus2 bSkillAtk,"NC_AXETORNADO",10*(.@r/2); |
||||
|
.@r = getequiprefinerycnt(EQI_HEAD_TOP); bonus2 bVariableCastrate,"NC_ARMSCANNON",-100; bonus2 bSkillCooldown,"NC_ARMSCANNON",-500; bonus2 bAddRace,RC_All,4*(.@r/2); bonus2 bSkillAtk,"NC_ARMSCANNON",10*(.@r/2); |
||||
|
.@r = getequiprefinerycnt(EQI_HEAD_TOP); bonus2 bAddMonsterDropItem,6212,50; bonus2 bAddRace,RC_All,4*(.@r/2); bonus2 bSkillAtk,"GN_CARTCANNON",10*(.@r/2); |