The power of a fire spirit king resides in this ring. The power of the spirit flows through you when you equip this ring.
It can be paired with the Ring of Resonance.
STR + 2, VIT + 1
ATK + 15
Increases resistance to Fire Property by 10%.
Add a ?% chance of auto casting All kind of Skills when attacking.
[ + Ring of Resonance ]
The chance of auto casting increases.
Класс : Accessory
Защита : 0
Вес : 10
Необходимый Lv. : 1
Доступно для : Lord Knight, High Priest, High Wizard, Whitesmith, Sniper, Assasin Cross, Paladin, Champion, Professor, Stalker, Creator, Clown / Gypsy
Улучшается : Нет
Доп. информация:
ID : 2678
Цена у NPC : 10
Script :
{ bonus bStr,2; bonus bVit,1; bonus bBaseAtk,15; bonus2 bSubEle,Ele_Fire,10; bonus3 bAutoSpell,"CH_SOULCOLLECT",1,30; bonus3 bAutoSpell,"MO_EXPLOSIONSPIRITS",1,10; bonus3 bAutoSpell,"PA_PRESSURE",2,30; bonus3 bAutoSpell,"MG_FIREBALL",1,150; bonus3 bAutoSpell,"KN_BOWLINGBASH",5,20; if(isequipped(2679)) { bonus4 bAutoSpell,"MO_EXTREMITYFIST",1,3,1; bonus3 bAutoSpell,"PR_LEXAETERNA",1,20; bonus3 bAutoSpell,"AS_SONICBLOW",5,50; bonus3 bAutoSpell,"MO_INVESTIGATE",5,20; bonus3 bAutoSpell,"ASC_METEORASSAULT",2,50; } }
{
...bonus bStr,2;
...bonus bVit,1;
...bonus bBaseAtk,15;
...bonus2 bSubEle,Ele_Fire,10;
...bonus3 bAutoSpell,"CH_SOULCOLLECT",1,30;
...bonus3 bAutoSpell,"MO_EXPLOSIONSPIRITS",1,10;
...bonus3 bAutoSpell,"PA_PRESSURE",2,30;
...bonus3 bAutoSpell,"MG_FIREBALL",1,150;
...bonus3 bAutoSpell,"KN_BOWLINGBASH",5,20;
...if(isequipped(2679)) {
......bonus4 bAutoSpell,"MO_EXTREMITYFIST",1,3,1;
......bonus3 bAutoSpell,"PR_LEXAETERNA",1,20;
......bonus3 bAutoSpell,"AS_SONICBLOW",5,50;
......bonus3 bAutoSpell,"MO_INVESTIGATE",5,20;
......bonus3 bAutoSpell,"ASC_METEORASSAULT",2,50;
...}
}