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

Gold Dragon Plate [1] (DRAGONA_GOLD) – броня.

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

An armor imbued with immense draconic energy accumulated over a long time.
Just wearing it makes you feel draconic vitality.
------------------------
VIT +12, MHP +20%, MSP +5%.
For every 2 refine level, Reduces variable casting time by 3%.
For every 2 refine level, Increases ASPD by 3%.
For every 3 refine level, Increases physical and magical damage against dragon monster by 7%.
If refine rate is 11 or higher, increases physical and magical damage against medium and
large size monsters by 6%, reduces fixed casting time by 0.2 seconds.
------------------------
Set Bonus
Gold Dragon Plate
Dragon Scale Hood
Dragon Scale Boots
DEF +80, MDEF +15, MHP +10%.
For every 30 base VIT, Reduces physical and magical damage
taken from medium and large size monsters by 1%.

[Dragon's Stamina]
When attacked, has a chance to reduce damage received from all size monster by 7% for 10 seconds.
If the base VIT is 120 or higher, the activation rate of [Dragon's Stamina] increases,
and additional reduce damage received from all size monster by 5%.

If the sum of refine rate of Gold Dragon Plate, Dragon Scale Boots and Dragon Scale Hood is 33 or higher,
increases ASPD by 20% and
reduces global cooldown by 25%.
------------------------

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

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

Скрипт

.@r = getrefine();
bonus bMaxHPrate,20;
bonus bMaxSPrate,5;
bonus bVit,12;
bonus bAspdRate,3*(.@r/2);
bonus bVariableCastrate,-3*(.@r/2);
bonus2 bAddRace,RC_Dragon,7*(.@r/3);
bonus2 bMagicAddRace,RC_Dragon,7*(.@r/3);
if (.@r>=11) {
   bonus bFixedCast,-200;
   bonus2 bAddSize,Size_Medium,6;
   bonus2 bMagicAddSize,Size_Medium,6;
   bonus2 bAddSize,Size_Large,6;
   bonus2 bMagicAddSize,Size_Large,6;
}