Super Novice Figure

Item ID 490408 Name Super Novice Figure
None
Weapon Level 0 Identifier Super_Novice_Figure_TH
Attack 0 Type Armor
MATK 0 Equip Locations Accessory Left/Right
Defense 0 Equippable Jobs Super novice
Range 0 Equip Gender Both (Male and Female)
Slots 1 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 None
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;
}