Brute Spear, одноручное копьё (Renewal)
Brute Spear (BLUT_SPEAR) – оружие.
A spear which a suspiscious arms dealer had.
-----------------
Increase the damage of your Physical Attacks against Players by 80%
-----------------
For every level of [Brute Spear],
Ignores 5% Def of all Races
-----------------
If the upgrade level of [Brute Spear] is 8 or above
Increase the damage of your Physical Attacks against Players by 35%
If the upgrade level of [Brute Spear] is 9 or above
Increase the damage of your Physical Attacks against Players by 20%
If the upgrade level of [Brute Spear] is 10
MaxHP + 15% , MaxSP + 15% 
-----------------
Cannot be destroyed in battle
-----------------
Can be Sold.
Can be placed in the Kafra Storage
―――――――――――――
Базовые свойства предмета
- ID: 29062
 - Код: BLUT_SPEAR
 - Тип: оружие
 - Подтип: одноручное копьё
 - Уровень оружия: 4
 - Атака: 150
 - Требуемый уровень: 100
 - Профессии: crusader, knight
 
- Вес: 1
 
Скрипт
.@r = getrefine();
bonus bUnbreakableWeapon;
bonus2 bIgnoreDefRaceRate,RC_All,5*.@r;
bonus2 bAddRace,RC_Player_Human,80 + (.@r > 8 ? 20 : 0) + (.@r > 7 ? 35 : 0);
if (.@r > 9) {
   bonus bMaxHPrate,15;
   bonus bMaxSPrate,15;
}