2026/01/12 Update
Gated DEBUG text in unarmed_caller.nss Added feat constants for the Combat Focus line of feats. Fixed & tested Fey + PrC spellcasting durations and the caster level returned for templates.
This commit is contained in:
@@ -6336,6 +6336,13 @@ const int FEAT_HIDDEN_TALENT_THICKSKIN = 25944;
|
||||
const int FEAT_HIDDEN_TALENT_VIGOR = 25945;
|
||||
const int FEAT_HIDDEN_TALENT_GRIP_IRON = 25946;
|
||||
|
||||
//:: Player's Handbook II feats
|
||||
const int FEAT_COMBAT_FOCUS = -9999;
|
||||
const int FEAT_COMBAT_STABILITY = -9998;
|
||||
const int FEAT_COMBAT_DEFENSE = -9997;
|
||||
const int FEAT_COMBAT_VIGOR = -9996;
|
||||
const int FEAT_COMBAT_AWARENESS = -9995;
|
||||
const int FEAT_COMBAT_STRIKE = -9994;
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user