Purple Dragon Plate [1], броня (Renewal)

Purple Dragon Plate [1] (DRAGONA_PURPLE) – броня.

Purple Dragon Plate [1], броня (Renewal)

An armor imbued with immense draconic energy accumulated over a long time.
Just wearing it makes you feel draconic dexterity.
------------------------
DEX +12, MHP +15%, MSP +10%.
For every 2 refine level, Reduces variable casting time by 4%.
For every 2 refine level, Increases ASPD by 4%.
For every 3 refine level, Increases physical and magical damage against dragon monster by 8%.
If refine rate is 11 or higher, increases physical and magical damage against medium and
large size monsters by 8%, reduces fixed casting time by 0.2 seconds.
------------------------
Set Bonus
Purple Dragon Plate
Dragon Scale Hood
Dragon Scale Boots
DEF +50, MDEF +8, ATK +5%, MATK +5%.
For every 15 base DEX, Increases ASPD by 3% and
Reduces variable casting time by 3%

[Dragon's Speed]
When attacked, has a chance to increase FLEE +50, Perfect Dodge +10 for 10 seconds.
If the base DEX is 120 or higher,increases the activation rate of [Dragon's Speed],
FLEE +30, Perfect Dodge +5.

If the sum of refine rate of Purple Dragon Plate, Dragon Scale Boots and Dragon Scale Hood is 33 or higher,
increases ASPD by 15%, reduces variable casting time by 15%
reduces global cooldown by 25%.
------------------------

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

  • ID: 24052
  • Код: DRAGONA_PURPLE
  • Тип: броня
  • Уровень брони: 1
  • Защита: 110
  •  
  • Требуемый уровень: 170
  • Вес: 120

Скрипт

.@r = getrefine();
bonus bMaxHPrate,15;
bonus bMaxSPrate,10;
bonus bDex,12;
bonus bAspdRate,4*(.@r/2);
bonus bVariableCastrate,-4*(.@r/2);
bonus2 bAddRace,RC_Dragon,8*(.@r/3);
bonus2 bMagicAddRace,RC_Dragon,8*(.@r/3);
if (.@r>=11) {
   bonus bFixedCast,-200;
   bonus2 bAddSize,Size_Medium,8;
   bonus2 bMagicAddSize,Size_Medium,8;
   bonus2 bAddSize,Size_Large,8;
   bonus2 bMagicAddSize,Size_Large,8;
}