God's Sword [2], одноручный меч (Renewal)
God's Sword [2] (GODS_SWORD) – оружие.
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: 23744
 - Код: GODS_SWORD
 - Тип: оружие
 - Подтип: одноручный меч
 - Уровень оружия: 4
 - Атака: 150
 - Требуемый уровень: 120
 - Профессии: alchemist, assassin, blacksmith, crusader, knight, merchant, novice, rogue, super_novice, swordman, thief
 
- Вес: 130
 
Скрипт
bonus bAgi,5;
bonus bCritical,50;
bonus bFlee2,20;
bonus2 bAddRace,RC_Demon,30;
.@r = getrefine();
.@rate = 1+.@r;
.@s = getskilllv("ASC_BREAKER");
.@slv = 3;
if (.@s>3) {
   .@slv = .@s;
}
bonus3 bAutoSpell,"ASC_BREAKER",.@slv,.@rate;
if (.@r>=8) {
   skill "ASC_BREAKER",3;
}