Artwork unavailable
RENEWAL / ITEMS
Super Novice Figure [1]
#490408Armor
Super_Novice_Figure_TH
TypeArmor
Equipment positionAccessory
GenderBoth
Weight10
Buy price0 z
Sell price0 z
Slots1
Required level100
Armor level1
No matching English description was found in the supplied client translation. The available server properties and effects are shown below.
Item details
- Gender
- Both
- Equipment position
- Accessory
- Jobs
- Super Novice
- Yes
- Classes
- All
- Yes
- Refineable
- No
- Trade
Item effect 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;
}