Super Novice Figure [1], броня (Renewal)
Super Novice Figure [1] (AEGIS_490408) – броня.
Atk / Matk + 7%.
When equipped with Bear's Power, Atk + 100.
When equipped with Speed of Light, reduces global cooldown by 12%.
When equipped with Muscle Fool, MaxHP + 20%.
When equipped with Runaway Magic, Matk + 100.
When equipped with Hawkeye, increases long ranged physical damage by 20%.
When equipped with Lucky Day, increases critical damage by 20%.
When equipped with Exotic Temporal Boots-LT,
every refine rate, P.Atk / S.Matk + 1, MaxHP / MaxSP + 2%,
if grade of shoes is A, increases physical and magical damage against all property enemies by 25%.
Базовые свойства предмета
- ID: 31123
 - Код: AEGIS_490408
 - Тип: броня
 - Уровень брони: 1
 - Требуемый уровень: 100
 - Профессии: super_novice
 
- Вес: 10
 
Скрипт
.@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;
}