Antonio's Coat [1], броня (Renewal)
Antonio's Coat [1] (ANTONIO_COAT) – броня.
![Antonio's Coat [1], броня (Renewal) Antonio's Coat [1], броня (Renewal)](/images/db/items/picture/15249.png)
A replica of the coat Antonio is wearing. Once worn, you feel like you could become the NEW Antonio.
Property: Neutral
Reduces the variable casting time of skills by 10%.
If upgrade level is +7 or higher,
Mdef + 5
Perfect Dodge + 1
This item is indestructible in battle.
If upgrade level is +8 or higher,
Additional Mdef + 10
Additional Perfect Dodge + 1
Reduces damage taken from Demi-Human race enemies by 7%.
If upgrade level is +9 or higher,
Additional Mdef + 15
Additional Perfect Dodge + 1
Reduces damage taken from Critical Slash by 100%.
Set Bonus
Antonio Card
Antonio's Coat
Def + 250
Reduces damage taken from Neutral, Water, Earth, Fire, Wind, Poison, Holy, Shadow, Ghost and Undead property attacks by 5%.
Enables Level 1 Teleport.
Disables the following effects of Antonio Card: Adds a 50% chance of casting Level 1 Teleport on the user when receiving a physical attack.
If upgrade level is +7 or higher,
Immune to Frozen.
If upgrade level is +9 or higher,
Prevents the user from being knocked back.
Базовые свойства предмета
- ID: 23984
- Код: ANTONIO_COAT
- Тип: броня
- Уровень брони: 1
- Защита: 50
- Требуемый уровень: 100
- Цена покупки: 20 з
- Цена продажи: 10 з
- Вес: 40
Скрипт
bonus bVariableCastrate,-10; .@r = getrefine(); if (.@r >= 7) { .@mdef = 5; .@pd = 1; bonus bUnbreakableArmor; if (.@r >= 8) { .@mdef += 10; .@pd += 1; bonus2 bSubRace,RC_DemiHuman,7; } if (.@r >= 9) { .@mdef += 15; .@pd += 1; bonus2 bSubSkill,"NPC_CRITICALSLASH",100; } bonus bMdef,.@mdef; bonus bFlee2,.@pd; }