Taurus Sword [1], одноручный меч (Renewal)
Taurus Sword [1] (TAURUS_SWORD_J) – оружие.
Can't be destroyed.
Atk + 50.
Increases recovery rate of Red Potion, Orange Potion, Yellow Potion and White Potion by 100%.
Atk + 1 per 1 base level.
When equipped by Genetic, Hit + 20, attack speed + 10%, increases physical damage by 50%.
if refine rate is 7 or higher, ignores defense of all race monsters by 50%,
if refine rate is 9 or higher, ignores defense of all race monsters by 50%.
―――――――――――――
Attribute: None Slots: 1
Atk : 10 Matk : 0
Refined: Yes Destroyed: No
Базовые свойства предмета
- ID: 20562
- Код: TAURUS_SWORD_J
- Тип: оружие
- Подтип: одноручный меч
- Уровень оружия: 4
- Атака: 10
- Профессии: alchemist, assassin, blacksmith, crusader, knight, merchant, novice, rogue, super_novice, swordman, thief
- Цена покупки: 20 з
- Цена продажи: 10 з
- Вес: 100
Скрипт
.@r = getrefine();
bonus bUnbreakableWeapon;
bonus bBaseAtk,50+BaseLevel;
bonus2 bAddItemHealRate,501,100;
bonus2 bAddItemHealRate,502,100;
bonus2 bAddItemHealRate,503,100;
bonus2 bAddItemHealRate,504,100;
if (eaclass()&EAJL_THIRD && BaseJob == Job_Alchemist) {
bonus bHit,20;
bonus bAspdRate,10;
bonus bAtkRate,50;
if (.@r>=7) {
.@val = 50;
if (.@r>=9)
.@val += 50;
bonus2 bIgnoreDefRaceRate,RC_All,.@val;
}
}