Orcish Blade [1], одноручный меч (Renewal)
Orcish Blade [1] (ORCISH_BLADE) – оружие.
A sword with an intangible blade that seems to have no form but has no shape.
Attack the spirit of the subject and destroy it.
Unbreakable.
Drains 1 SP when dealing normal physical attacks.
Has an 8% chance to drain 30% SP from an enemy when dealing physical attacks.
The chance increases by 2% per refine rate.
If the refine rate is 12 or higher, the drain effect is increased in 20%.
If Rogue Classes equip this item, player can get additional effect below.
If equipped with Illusion Ancient Cape,
MATK + 100.
If the refine rate of both is 7 or higher, additional MATK + 50.
If the sum of their refine rates is 18 or higher,
has a chance of auto casting Bolt-type spells when dealing physical damage.
If the sum of their refine rates is 22 or higher, has a chance to increase the damage of Storm Gust, Meteor Storm, Lord of Vermilion and Heaven's Drive by 30% for 10 seconds, when dealing physical damage.
Базовые свойства предмета
- ID: 23753
 - Код: ORCISH_BLADE
 - Тип: оружие
 - Подтип: одноручный меч
 - Уровень оружия: 3
 - Атака: 120
 - Требуемый уровень: 50
 - Профессии: alchemist, assassin, blacksmith, crusader, knight, merchant, rogue, swordman, thief
 
- Цена покупки: 1 з
 - Вес: 120
 
Скрипт
bonus2 bSkillAtk,"SM_BASH",5;
bonus bMaxHP,150;
bonus bHealPower2,5;
bonus bUseSPrate,-50;
.@r = getrefine();
if (.@r>=7) {
   bonus2 bSkillAtk,"SM_BASH",5;
   bonus bHealPower2,5;
}
if (.@r>=9) {
   bonus2 bSkillAtk,"SM_BASH",5;
}