[NFS] Super Novice Figure
| Item ID | 490462 | Name | [NFS] Super Novice Figure |
|
None
|
|---|---|---|---|---|---|
| Weapon Level | 0 | Identifier | Comp_S_Novice_Figure | ||
| Attack | 0 | Type | Armor | ||
| MATK | 0 | Equip Locations | Accessory Left/Right | ||
| Defense | 0 | Equippable Jobs | Novice, Super novice | ||
| Range | 0 | Equip Gender | Both (Male and Female) | ||
| Slots | 0 | Equip Upper | None | ||
| Weight | 10 | 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 traded with player, Can't be put in Cart, Can't be put in Storage, Can't be put in Guild Storage, Can't be attached in Mail, Can't be auctioned | ||
| Item Script |
.@p = getitempos();
bonus bVariableCastrate,-10;
bonus bAtkRate,10;
bonus bMatkRate,10;
if (.@p == EQP_ACC_L) {
bonus2 bIgnoreMdefRaceRate,RC_All,50;
bonus2 bSkillAtk,"SO_PSYCHIC_WAVE",20;
bonus2 bMagicAtkEle,Ele_Earth,10;
bonus2 bMagicAtkEle,Ele_Neutral,10;
}
if (.@p == EQP_ACC_R) {
bonus bAspdRate,10;
bonus2 bSkillAtk,"PA_SHIELDCHAIN",BaseLevel/3;
}
|
||||