Celine's Dress [1], броня (Renewal)

Celine's Dress [1] (CELINE_DRESS) – броня.

Celine's Dress [1], броня (Renewal)

A dress worn by Celine.
There are marks that look like old blood.

MATK + 50.
When Refined to 7, Variable Casting Time decreased by 10%.
When Refined to 9, all element magic damage increased by 10%.
When Refined to 11, Delay After Skill decreased by 10%.
When Refined to 12, Delay After Skill additionally decreased by 5%.

When worn together with Evilspirit Gloves,
MATK + 10%, probability of Perfect Hit increased by 10%, magical damage given to enemies of all sizes increased by 15%,
When attacking with physical attacks, increases magic damage too all race monsters by 15% for 10 seconds with a fixed probability(excluding players).

When worn together with Celine Ribbon,
Holy, Shadow, Poison, Ghost element magic damage increased by % based on sum of Celine Ribbon and Celine Dress refine level.
When the sum of Refine is higher than 19, MATK + 15%.
When the sum of Refine is higher than 23, 20% increase in magic damage to enemies of all elements.

When worn together with Celine Brooch Type K,
Per each Refine of Celine Dress, MATK + 10.
When Celine Dress is Refined to 9, Variable Casting Time decreased by 5%.
When Celine Dress is Refined to 11, damage of Water, Wind, Earth, Fire, Neutral element magic attacks increased by 10%.
When Celine Dress is Refined to 13, the armor is indesctructible.

Базовые свойства предмета

  • ID: 30269
  • Код: CELINE_DRESS
  • Тип: броня
  • Уровень брони: 1
  • Защита: 40
  •  
  • Требуемый уровень: 130
  • Вес: 50

Скрипт

.@r = getrefine();
bonus bMatk,50;
if (.@r>=7) {
   bonus bVariableCastrate,-10;
   if (.@r>=9) {
      bonus2 bMagicAtkEle,Ele_All,10;
      if (.@r>=11) {
         bonus bDelayrate,-10;
         if (.@r>=12) {
            bonus bDelayrate,-5;
         }
      }
   }
}