Shao Kahn Yoroi (OSM) [1], броня (Renewal)
Shao Kahn Yoroi (OSM) [1] (SKAHN_YOROI_EXE) – броня.
Armor made from an Undead's bone. Created by the legendary blacksmith Shao Kahn.
----------
[Effect of Item]
All Stats +1, MDEF +10
----------
If refined to +5, ATK +1 and Hit +1
Increases physical damage on[Boss]Monster by 5%
----------
If refined to +6, Additional ATK +2 and Hit +2
Increases physical damage on[Boss]Monster by an additional 5%
----------
If refined to +7, Additional ATK +3 and Hit +3
Increases physical damage on[Boss]Monster by an additional 5%
----------
If refined to +8, Additional ATK +4 and Hit +4
Increases physical damage on[Boss]Monster by an additional 5%
----------
If refined to +9, Additional ATK +5 and Hit +5
Increases physical damage on[Boss]Monster by an additional 10%
----------
If refined to +10, STR +3 and DEX +3
Max HP +500, Max SP +100
----------
[Set Bonus]
Shao Kahn Yoroi (OSM)
Abysmal Knight Card
Increases physical damage on[Boss]Monster by 5%
Reduces physical and magical damage from monsters[Large]size by 10%
----------
[Summary Effect]
1. If refined to +10
ATK +15, Hit +15
All Stats +1, STR +3, DEX +3, MDEF +10
Max HP +500, Max SP +100
Increases physical damage on[Boss]Monster by 30%
2. If worn with the Abysmal Knight Card
Increases physical damage on[Boss]Monster by 5%
Reduces physical and magical damage from monsters[Large]size by 10%
Базовые свойства предмета
- ID: 24089
- Код: SKAHN_YOROI_EXE
- Тип: броня
- Уровень брони: 1
- Защита: 50
- Требуемый уровень: 50
- Вес: 150
Скрипт
.@r = getrefine(); bonus bAllStats,1; bonus bMdef,10; if (.@r>=5) { bonus bBaseAtk,1; bonus bHit,1; bonus2 bAddClass,Class_Boss,5; } if (.@r>=6) { bonus bBaseAtk,2; bonus bHit,2; bonus2 bAddClass,Class_Boss,5; } if (.@r>=7) { bonus bBaseAtk,3; bonus bHit,3; bonus2 bAddClass,Class_Boss,5; } if (.@r>=8) { bonus bBaseAtk,4; bonus bHit,4; bonus2 bAddClass,Class_Boss,5; } if (.@r>=9) { bonus bBaseAtk,5; bonus bHit,5; bonus2 bAddClass,Class_Boss,10; } if (.@r>=10) { bonus bStr,3; bonus bDex,3; bonus bMaxHP,500; bonus bMaxSP,100; }