2026/02/22 Update

Added scripting for Combat Form feats: Combat Focus, Combat Awareness, Combat Stability, Combat Defense, Combat Vitality & Combat Strike.
Updated fighter bonus feat lists for Champion of Torm, Dragon Devotee, Eldritch Knight, Fighter, Hospitaler, Psychic Warrior, Serene Guardian, Spellsword and Warblade.
This commit is contained in:
Jaysyn904
2026-02-22 13:06:52 -05:00
parent 73ce19db22
commit 783f0ddac4
71 changed files with 48853 additions and 48188 deletions

View File

@@ -362,6 +362,8 @@ void EvalPRCFeats(object oPC)
if(oPC == GetLocalObject(GetModule(), "ccc_active_pc"))
return;
if(GetHasFeat(FEAT_COMBAT_FOCUS, oPC)) ExecuteScript("prc_combatfocus", oPC);
int nGeneration = PRC_NextGeneration(GetLocalInt(oPC, PRC_EvalPRCFeats_Generation));
if (DEBUG > 1) DoDebug("EvalPRCFeats Generation: " + IntToString(nGeneration));
SetLocalInt(oPC, PRC_EvalPRCFeats_Generation, nGeneration);