Celine's Dress-LT [1], броня (Renewal)
Celine's Dress-LT [1] (B_CELINE_D_LT_TW) – броня.
![Celine's Dress-LT [1], броня (Renewal) Celine's Dress-LT [1], броня (Renewal)](/images/db/items/picture/450272.png)
Matk + 150.
Every 2 refine rate, Matk + 15.
If refine rate is 7 or higher, Matk + 10%.
If refine rate is 9 or higher, increases magical damage against all size enemies by 15%.
If refine rate is 11 or higher, the armor can't be destroyed.
If refine rate is 13 or higher, increases magical damage against boss monsters by 10%.
When equipped with Celine Kimi Card,
When dealing magical damage, has a 2% chance to transform into Celine Kimi for 10 seconds.
During Celine Kimi form, reduces global cooldown by 50%, Matk + 25%,
when dealing magical damage, has a 8% chance to auto-cast Vituperatum level 1.
When equipped with Evil Spirit Glove,
Matk + 100,
When dealing physical damage, has a 5% chance to auto-cast Soul Expansion level 5 and Soul Vulcan Strike level 3.
When dealing magical damage, has a 1% chance to auto-cast Intensification level 3.
When equipped with Celine's Ribbon,
Reduces damage taken from demihuman monsters, players and dorams by 12%.
Every 2 refine rate of Celine's Ribbon, S.Matk + 1.
If refine rate is of Celine's Ribbon is 12 or higher, increases magical damage against boss monsters by 10%.
When equipped with Celine's Brooch,
Every refine rate of armor, Matk + 8.
If refine rate is of armor is 9 or higher, increases water, wind, fire, earth and poison property magical damage by 10%.
If refine rate is of armor is 11 or higher, increases magical damage against all property enemies by 10%.
[Bonus by grade]
[Grade D] Every 2 refine rate, Matk + 2,
every 4 refine rate, increases magical damage against boss monsters by 1%.
[Grade C] Every 2 refine rate, Matk + 3, Matk + 1%.
every 4 refine rate, increases magical damage against boss monsters by additional 1%.
[Grade B] Every 2 refine rate, Matk + 3, Matk + 1%.
every 4 refine rate, increases magical damage against boss monsters by additional 1%.
[Grade A] Every 2 refine rate, S.Matk + 1, Matk + 2%.
every 4 refine rate, increases magical damage against boss monsters by additional 1%.
Базовые свойства предмета
- ID: 30333
- Код: B_CELINE_D_LT_TW
- Тип: броня
- Уровень брони: 2
- Защита: 40
- Требуемый уровень: 200
- Вес: 20
Скрипт
.@r = getrefine(); .@g = getenchantgrade(); bonus bMatk,150+(15*(.@r/2)); if (.@r>=7) { bonus bMatkRate,10; if (.@r>=9) { bonus2 bMagicAddSize,Size_All,15; if (.@r>=11) { bonus bUnbreakableArmor; if (.@r>=13) { bonus2 bAddClass,Class_Boss,10; } } } } if (.@g>=ENCHANTGRADE_D) { bonus bMatk,2*(.@r/2); bonus2 bMagicAddClass,Class_Boss,.@r/4; } if (.@g>=ENCHANTGRADE_C) { bonus bMatk,3*(.@r/2); bonus bMatkRate,.@r/2; bonus2 bMagicAddClass,Class_Boss,.@r/4; } if (.@g>=ENCHANTGRADE_B) { bonus bMatk,3*(.@r/2); bonus bMatkRate,.@r/2; bonus2 bMagicAddClass,Class_Boss,.@r/4; } if (.@g>=ENCHANTGRADE_A) { bonus bSMatk,.@r/2; bonus bMatkRate,2*(.@r/2); bonus2 bMagicAddClass,Class_Boss,.@r/4; }