Orc Scepter
| Item ID | 550142 | Name | Orc Scepter |
|
None
|
|---|---|---|---|---|---|
| Weapon Level | 4 | Identifier | Orcish_Wand_BR | ||
| Attack | 25 | Type | Weapon - Staff | ||
| MATK | 170 | Equip Locations | Main Hand | ||
| Defense | 0 | Equippable Jobs | Super novice, Wizard, Sage, Soul Linker | ||
| Range | 1 | Equip Gender | Both (Male and Female) | ||
| Slots | 2 | Equip Upper | Third, Third Upper, Third Baby | ||
| Weight | 50 | Min Equip Level | 100 | ||
| NPC Buy | 0 | Max Equip Level | None | ||
| NPC Sell | 0 | Refineable | Yes | ||
| Credit Price | None | Trade restriction | None | ||
| Item Script |
.@r = getrefine();
bonus bUnbreakableWeapon;
bonus bMatk,40*(.@r/3);
if (.@r>=6) {
bonus2 bMagicAddRace,RC_All,10;
if (.@r>=9) {
bonus2 bMagicAddRace,RC_All,15;
bonus5 bAutoSpell,"PF_MINDBREAKER",5,20,BF_MAGIC,1;
}
}
|
||||
| Set | Script | ||||
|---|---|---|---|---|---|
|
bonus bMatk,10*getequiprefinerycnt(EQI_HAND_R); |