Aries Spear [1], одноручное копьё (Renewal)
Aries Spear [1] (ARIES_SPEAR_J) – оружие.
Heavy one-handed spear held by the White Knights.
It's an ordinary weapon with no special features, but it's influenced by Himelmez and has magical energy.
------------------------
Increases long ranged physical damage by 1% per refine rate.
------------------------
If refine rate is 9 or higher, increases Vanishing Point damage by 20%.
------------------------
If refine rate is 11 or higher, increases physical damage against undead and angel race monsters by 20%.
------------------------
Set Bonus
Guardian Knight Spear
King Schmidt's Suit
King Schmidt's Manteau
Atk + 30,
Has a chance to gain bonus long ranged physical damage by 10% for 10 seconds when dealing physical damage.
If the sum of refine rate of set is 30 or higher, increases physical damage against holy and undead property enemies by 20%.
------------------------
Weapon Lv : 4
Базовые свойства предмета
- ID: 29076
- Код: ARIES_SPEAR_J
- Тип: оружие
- Подтип: одноручное копьё
- Уровень оружия: 4
- Атака: 10
- Профессии: crusader, knight, swordman
- Цена покупки: 20 з
- Цена продажи: 10 з
- Вес: 100
Скрипт
.@r = getrefine();
bonus bUnbreakableWeapon;
bonus bBaseAtk,50+BaseLevel;
bonus bAspdRate,10;
if (eaclass()&EAJL_THIRD && BaseJob == Job_Crusader) {
bonus bDelayrate,-10;
bonus bAtkRate,50;
bonus2 bSkillUseSP,"PA_SHIELDCHAIN",25;
bonus2 bSubClass,Class_Boss,10;
if (.@r>=7) {
.@val = 50;
if (.@r>=9)
.@val += 50;
bonus2 bIgnoreDefRaceRate,RC_All,.@val;
}
}