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:
@@ -76,7 +76,7 @@
|
||||
|
||||
/* This variable MUST be updated with every new version of the PRC!!! */
|
||||
|
||||
const string PRC_VERSION = "PRC8 4.82";
|
||||
const string PRC_VERSION = "PRC8 4.83";
|
||||
|
||||
/* This variable MUST be updated every time 'assemble_spellbooks.bat' is run!!! */
|
||||
|
||||
|
||||
@@ -176,6 +176,7 @@ const int POWER_PSYCHICREFORMATION = 14155;
|
||||
const int POWER_TELEKINETICMANEUVER = 14156;
|
||||
const int POWER_DIMENSIONALANCHOR = 14157;
|
||||
const int POWER_DISMISSAL = 14158;
|
||||
const int POWER_DIMENSIONDOOR = 14162;
|
||||
const int POWER_DIMENSIONDOOR_SELFONLY = 14159;
|
||||
const int POWER_DIMENSIONDOOR_PARTY = 14160;
|
||||
const int POWER_DOMINATE = 14161;
|
||||
@@ -186,6 +187,7 @@ const int POWER_ENERGYBALL_ELEC = 14166;
|
||||
const int POWER_ENERGYBALL_FIRE = 14167;
|
||||
const int POWER_ENERGYBALL_SONIC = 14168;
|
||||
const int POWER_PSYCHICVAMPIRE = 14169;
|
||||
const int POWER_CLAW_ENERGY = 14350;
|
||||
const int POWER_CLAW_ENERGY_COLD = 14170;
|
||||
const int POWER_CLAW_ENERGY_ELEC = 14171;
|
||||
const int POWER_CLAW_ENERGY_FIRE = 14172;
|
||||
|
||||
Reference in New Issue
Block a user