Glorious Flamberge, одноручный меч (Pre-Renewal)
Glorious Flamberge (KRIEGER_ONEHAND_SWORD1) – оружие.

Account Bound
Physical Attack against Demihuman monsters +75%.
Ignore 20% of Physical Defense of Demihuman monsters.
Physical Attack against Human Player monsters +75%.
Ignore 20% of Physical Defense of Human Player monsters.
***Additional Weapon Refining Level Option***
+6 Upgrade : Ignore Demihuman physical defense +5%,
+6 Upgrade : Ignore Human Player physical defense +5%,
[Slaughter] Lv 1 (Damage bonus of Slaughter increases up to the upgrade level 14.)
+7Upgrade :Increase in attack speed(Delay after attacking reduces by 10%)
+9 Upgrade : When using [Bash], has a chance of activating Lv. 2 [Fatal Wound].
Базовые свойства предмета
- ID: 6130
- Код: KRIEGER_ONEHAND_SWORD1
- Тип: оружие
- Подтип: одноручный меч
- Уровень оружия: 4
- Атака: 130
- Требуемый уровень: 80
- Профессии: alchemist, assassin, blacksmith, crusader, knight, merchant, novice, rogue, super_novice, swordman, thief
- Цена покупки: 20 з
- Цена продажи: 10 з
- Вес: 1
Скрипт
bonus2 bAddRace,RC_DemiHuman,75;
bonus2 bAddRace,RC_Player_Human,75;
bonus2 bIgnoreDefRaceRate,RC_DemiHuman,20;
bonus2 bIgnoreDefRaceRate,RC_Player_Human,20;
bonus bUnbreakableWeapon;
if (getrefine()>5) {
bonus2 bAddRace,RC_DemiHuman,(getrefine()-4)*(getrefine()-4);
bonus2 bAddRace,RC_Player_Human,(getrefine()-4)*(getrefine()-4);
bonus2 bIgnoreDefRaceRate,RC_DemiHuman,5;
bonus2 bIgnoreDefRaceRate,RC_Player_Human,5;
}
if (getrefine()>6)
bonus bAspdRate,5;
if (getrefine()>8) {
bonus bAspdRate,5;
bonus4 bAutoSpellOnSkill,"SM_BASH","NPC_CRITICALWOUND",2,200;
}