Cetrion's Ring (OSM) [1], броня (Renewal)

Cetrion's Ring (OSM) [1] (CETRION_RING_EXE) – броня.

 

Cetrion's ring. Full of nature's power.
It will give the wearer special abilities



This item can only be equipped in the left accessory slot.
Item Effect(s):
For every Base STR 18:
INT +2
MATK +2
Bypass 10% of hard magic defense for All Races
when magically attacking.
----------
For every Base AGI 18:
LUK +2
CRIT +2
Critical Damage +1%
----------
For every Base VIT 18:
DEX +2
HIT + 2
Reduces Variable Cast Time of skills by 1%
----------
For every Base INT 18:
STR +2
ATK +2
Reduces After Global cooldown by 1%
----------
For every Base DEX 18:
VIT +2
DEF +2
MaxHP +1%
----------
For every Base LUK 18:
AGI +2
ASPD +1%
Bypass 10% of hard defense for All Races
when physically attacking.


Equipment

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

  • ID: 24085
  • Код: CETRION_RING_EXE
  • Тип: броня
  • Уровень брони: 1
  •  
  • Требуемый уровень: 50
  • Вес: 35

Скрипт

.@a = (readparam(bStr)/18);
.@b = (readparam(bAgi)/18);
.@c = (readparam(bVit)/18);
.@d = (readparam(bInt)/18);
.@e = (readparam(bDex)/18);
.@f = (readparam(bLuk)/18);
bonus bInt,2*.@a;
bonus bMatk,2*.@a;
bonus2 bIgnoreMdefRaceRate,RC_All,10*.@a;
bonus bLuk,2*.@b;
bonus bCritical,2*.@b;
bonus bCritAtkRate,.@b;
bonus bDex,2*.@c;
bonus bHit,2*.@c;
bonus bVariableCastrate,-.@c;
bonus bStr,2*.@d;
bonus bBaseAtk,2*.@d;
bonus bDelayrate,-.@d;
bonus bVit,2*.@e;
bonus bDef,2*.@e;
bonus bMaxHPrate,.@e;
bonus bAgi,2*.@f;
bonus bAspdRate,.@f;
bonus2 bIgnoreDefRaceRate,RC_All,10*.@f;