Heavenly Order, броня (Renewal)
Heavenly Order (HEAVENLY_ORDER) – броня.

Earrings with the power of heaven.
It is said that the owner will have the power to judge those who disturb the order.
------------------------
Enables the use of Item Appraisal Lv. 1.
------------------------
For every 18 base STR, HIT +2, MaxHP +2%.
------------------------
For every 18 base AGI, FLEE +2, decreases after cast delay by 2%.
------------------------
For every 18 base VIT, MDEF +2, decreases variable cast time by 2%
------------------------
For every 18 base INT, MaxSP +2%, decreases SP Consumption by 2%.
------------------------
For every 18 base DEX, Critical +2, ASPD +2%.
------------------------
For every 18 base LUK, DEF +20, ATK +15, MATK +15.
------------------------
Def: 0
Weight 0
Базовые свойства предмета
- ID: 25098
- Код: HEAVENLY_ORDER
- Тип: броня
- Уровень брони: 1
- Требуемый уровень: 100
- Цена покупки: 20 з
- Цена продажи: 10 з
- Вес: 1
Скрипт
skill "MC_IDENTIFY",1; .@a = readparam(bStr); .@b = readparam(bAgi); .@c = readparam(bVit); .@d = readparam(bInt); .@e = readparam(bDex); .@f = readparam(bLuk); bonus bHit,2*(.@a/18); bonus bMaxHPrate,2*(.@a/18); bonus bFlee,2*(.@b/18); bonus bDelayrate,-2*(.@b/18); bonus bMdef,2*(.@c/18); bonus bVariableCastrate,-2*(.@c/18); bonus bMaxSPrate,2*(.@d/18); bonus bUseSPrate,-2*(.@d/18); bonus bCritical,2*(.@e/18); bonus bAspdRate,2*(.@e/18); bonus bBaseAtk,15*(.@f/18); bonus bMatk,15*(.@f/18); bonus bDef,20*(.@f/18);