Soul Expansion Ring [1], броня (Renewal)
Soul Expansion Ring [1] (SOULEXPANSIONRING) – броня.
Int + 7
Increases magical damage against small, medium and large size monsters by 10%.
Increases Soul Expansion damage by 1% per 7 base level.
If user learned Stasis level 5, increases shadow, ghost and neutral property magical damage by 10%.
If user learned Intensification level 5, reduces cooldown of Intensification by 75 seconds.
If user learned Hell Inferno level 5, attack speed + 15%,
recovers 100 HP and 10 SP when killing monsters with magical damage.
If user learned Recognized Spell level 5, reduces delay after skill by 30%.
When equipped with Truth Liberation and both are equipped by Warlock, ignores magic defense of all race monsters by 100%.
When this ring is unequipped, cancels the effect of Intensification.
Базовые свойства предмета
- ID: 30887
- Код: SOULEXPANSIONRING
- Тип: броня
- Уровень брони: 1
- Требуемый уровень: 100
- Вес: 10
Скрипт
bonus bMdef,15; bonus bInt,7; bonus2 bMagicAddSize,Size_All,10; bonus2 bSkillAtk,"WL_SOULEXPANSION",(BaseLevel/7); if (getskilllv("WL_STASIS") == 5) { bonus2 bMagicAtkEle,Ele_Dark,10; bonus2 bMagicAtkEle,Ele_Ghost,10; bonus2 bMagicAtkEle,Ele_Neutral,10; } if (getskilllv("WL_TELEKINESIS_INTENSE") == 5) bonus2 bSkillCooldown,"WL_TELEKINESIS_INTENSE",-75000; if (getskilllv("WL_HELLINFERNO") == 5) { bonus bAspdRate,15; bonus bMagicHPGainValue,100; bonus bMagicSPGainValue,10; } if (getskilllv("WL_RECOGNIZEDSPELL") == 5) bonus bDelayrate,-30;
Скрипт при снятии
sc_end SC_TELEKINESIS_INTENSE;