Slate Sword [2], одноручный меч (Renewal)
Slate Sword [2] (SLATE_SWORD) – оружие.
![Slate Sword [2], одноручный меч (Renewal) Slate Sword [2], одноручный меч (Renewal)](/images/db/items/picture/500004.png)
A sword made using an ancient stone plate.
It seems to resonate with Ancient Hero Boots.
Atk + 10 per 2 refine rate.
Increases Cart Tornado damage by 10% per 3 refine rate.
If refine rate is 9 or higher, increases Cart Tornado damage by additional 20%.
If refine rate is 11 or higher, reduces delay after skill by 10%.
When equipped with Ancient Hero Boots, when dealing physical or magical damage, has a chance to gain Str + 20 and Atk + 15% for 7 seconds.
Weapon Lv: 4
Required Lv: 100
Required
Базовые свойства предмета
- ID: 31153
 - Код: SLATE_SWORD
 - Тип: оружие
 - Подтип: одноручный меч
 - Уровень оружия: 4
 - Атака: 190
 - Требуемый уровень: 100
 - Профессии: alchemist
 
- Вес: 100
 
Скрипт
.@r = getrefine();
if (.@r>=2) {
   bonus bBaseAtk,.@r/2*10;
}
if (.@r>=3) {
   bonus2 bSkillAtk,"GN_CART_TORNADO",.@r/3*10;
}
if (.@r>=9) {
   bonus2 bSkillAtk,"GN_CART_TORNADO",20;
}
if (.@r>=11) {
   bonus bDelayrate,-10;
}