2026/01/30 Update

Updated version number.
Fixed Touch of Golden Ice.
Removed Leadership related feats from Thrallherds feat list.
Necrocarnum Circlet should only fire the Detect Undead cone VFX once.
Desert Wind maneuvers should to the right amount of damage.
Blade Guide now takes less damage during combat.
FEAT_HOSPITALER_SPELLCASTING_PALADIN was missing from HospitalerMarkerFeats()
Frenzied Berzerker should now work with Vow of Poverty and Forsaker.
prc_wallbreathc now uses PRCEffectDamage().
Changed Mantle of Egregious Might back to Dodge AC.
Tweaked Mirror Image.
This commit is contained in:
Jaysyn904
2026-01-30 18:11:38 -05:00
parent 5464837d0b
commit 875f00c88f
79 changed files with 52563 additions and 47021 deletions

View File

@@ -30,7 +30,7 @@ int DoSpell(object oCaster, object oTarget, int nCasterLevel, int nEvent)
eList = EffectLinkEffects(eList, EffectAbilityIncrease(ABILITY_INTELLIGENCE, 4));
eList = EffectLinkEffects(eList, EffectAbilityIncrease(ABILITY_WISDOM, 4));
eList = EffectLinkEffects(eList, EffectAbilityIncrease(ABILITY_CHARISMA, 4));
eList = EffectLinkEffects(eList, EffectACIncrease(4, AC_DEFLECTION_BONUS));
eList = EffectLinkEffects(eList, EffectACIncrease(4, AC_DODGE_BONUS));
eList = EffectLinkEffects(eList, EffectAttackIncrease(4));
eList = EffectLinkEffects(eList, EffectSavingThrowIncrease(SAVING_THROW_ALL, 4));
eList = EffectLinkEffects(eList, EffectVisualEffect(VFX_DUR_CESSATE_POSITIVE));

View File

@@ -305,9 +305,7 @@ void main2()
//--iHP;
//effect eDamage = PRCEffectDamage(oImage, iHP); // reduces image to 1 hp
SetCurrentHitPoints(oImage, 1);
// these need to be applied to every image
// these need to be applied to every image
ApplyEffectToObject(DURATION_TYPE_PERMANENT, eImage, oImage);
ApplyEffectToObject(DURATION_TYPE_PERMANENT, eNoSpell, oImage);
//ApplyEffectToObject(DURATION_TYPE_PERMANENT, eDamage, oImage);
@@ -315,6 +313,8 @@ void main2()
SetMirrorImageScripts(oImage);
SetCurrentHitPoints(oImage, 1);
DelayCommand(0.0, SetLocalObject(oImage, "oMaster", oCaster));
if(!GetIsPC(oCaster))