2026/05/07 Update

Hospitaler had incorrect epic bonus feat progression
Hospitaler had incorrect bonus feat list.
Hospitaler was missing Ride from its skill list.
Runecaster had incorrect epic bonus feat progression
Runecaster had incorrect bonus feat list.
Warmage Edge should work with magic staves.
Added PRC_RETH_DEKALA_AURA_HOSTILE_ONLY switch and modified Vilefire aura to use it.
Spells that use DoCone() should now respect Mastery of Shaping.
Removed Hospitaler from list of classes that use the Fighter Bonus Feat list.
ExtraordinarySpellAim() now handles persistent AoEs
Acid Fog, Blade Barrier, Creeping Doom, Grease, Incindiary Cloud, Wall of Fire, Wall of Frost, Prismatic Wall, Prismatic Sphere, Sleet Storm and Spike Growth now respect Extraordinary Spell Aim.
This commit is contained in:
Jaysyn904
2026-05-07 13:42:22 -04:00
parent 129d5f33b8
commit 1ea0b03976
50 changed files with 1153 additions and 887 deletions

View File

@@ -637,6 +637,17 @@ const string PRC_PNP_SHIFTER_BONUS = "PRC_PNP_SHIFTER
*/
const string PRC_CHICKEN_INFESTED = "PRC_CHICKEN_INFESTED";
/******************************************************************************\
* Racial switches *
\******************************************************************************/
/**
* When enabled, Reth Dekala's vilefire aura only affects hostile creatures
* instead of all creatures in melee range.
*/
const string PRC_RETH_DEKALA_AURA_HOSTILE_ONLY = "PRC_RETH_DEKALA_AURA_HOSTILE_ONLY";
/******************************************************************************\
* Template and Weapon of Legacy switches *
\******************************************************************************/