Exalted update

Updated Vow of Poverty. Added Sanctify Ki Strike, Holy Strike, Fist of Heavens, Vow of Abstinence, Vow of Chastity & Gift of Faith.  (@fenac).  Turned off the Taunt & Parry skills.  Re-disabled AC & save bonuses from Tumble & Spellcraft.   Updated min() & max() to PRCmin() & PRCmax() to not conflict with similarly named NUI adjacent functions.  Set Point Blank Shot to 30' per PnP.  Added icon for Chosen of Evil.  Started work on Hidden Talent.  Created Psionics function cheatsheet.  Updated release archive.
This commit is contained in:
Jaysyn904
2025-01-29 22:46:38 -05:00
parent 370b29e917
commit e641b42f84
209 changed files with 1893 additions and 926 deletions

View File

@@ -1560,6 +1560,12 @@ const int FEAT_SANCTIFY_MARTIAL_SICKLE = 3169;
const int FEAT_SANCTIFY_MARTIAL_MINDBLADE = 3623;
const int FEAT_SANCTIFY_MARTIAL_WHIP = 3596;
const int FEAT_SANCTIFY_MARTIAL_TRIDENT = 3597;
const int FEAT_SANCTIFYKISTRIKE = 26002;
const int FEAT_HOLYKISTRIKE = 26003;
const int FEAT_FISTOFHEAVENS = 26004;
const int FEAT_VOWABSTINENCE = 26005;
const int FEAT_VOWCHASTITY = 26006;
const int FEAT_GIFTOFFAITH = 26007;
//heartwarder
const int FEAT_CHARISMA_INC1 = 3230;
@@ -2493,7 +2499,13 @@ const int FEAT_WEAPON_OF_CHOICE_MINDBLADE = 3622;
const int FEAT_MIND_CLEAVE = 24414;
//Psionic Feats
//:: Psionic Feats
const int FEAT_AUGMENT_PSIONICS_QUICKSELECTS = 3550;
const int FEAT_AUGMENT_QUICKSELECTS_2 = 3563;
const int FEAT_AUGMENT_PSIONICS_DIGITS_0_4 = 3551;
const int FEAT_AUGMENT_PSIONICS_DIGITS_5_9 = 3552;
const int FEAT_AUGMENT_PSIONICS_TENS = 3553;
const int FEAT_MENTAL_RESISTANCE = 4812;
const int FEAT_HOSTILE_MIND = 4813;
const int FEAT_FORCE_OF_WILL = 4814;
@@ -5862,10 +5874,60 @@ const int FEAT_SWIFT_WING_SPELLCASTING_VASSAL = 19588;
const int FEAT_WARPRIEST_SPELLCASTING_VASSAL = 19589;
//:: No spellcasting or invoking marker feats
const int FEAT_ASMODEUS_SPELLCASTING_NONE = 19590;
const int FEAT_TIAMAT_SPELLCASTING_NONE = 19591;
const int FEAT_DSONG_SPELLCASTING_NONE = 19592;
const int FEAT_OLLAM_SPELLCASTING_NONE = 19593;
const int FEAT_ASMODEUS_SPELLCASTING_NONE = 19590;
const int FEAT_TIAMAT_SPELLCASTING_NONE = 19591;
const int FEAT_DSONG_SPELLCASTING_NONE = 19592;
const int FEAT_OLLAM_SPELLCASTING_NONE = 19593;
//:: PRC8 Hidden Talent Feats
const int FEAT_HIDDEN_TALENT_BIOFEEDBACK = 25901;
const int FEAT_HIDDEN_TALENT_BITE_WOLF = 25902;
const int FEAT_HIDDEN_TALENT_BOLT = 25903;
const int FEAT_HIDDEN_TALENT_BURST = 25904;
const int FEAT_HIDDEN_TALENT_CALLTOMIND = 25905;
const int FEAT_HIDDEN_TALENT_CALL_WEAPONRY = 25906;
const int FEAT_HIDDEN_TALENT_CHAMELEON = 25907;
const int FEAT_HIDDEN_TALENT_CLAWS_BEAST = 25908;
const int FEAT_HIDDEN_TALENT_COMPRESSION = 25909;
const int FEAT_HIDDEN_TALENT_CONCEALTHOUGHT = 25910;
const int FEAT_HIDDEN_TALENT_CREATESOUND = 25911;
const int FEAT_HIDDEN_TALENT_CRYSTALSHARD = 25912;
const int FEAT_HIDDEN_TALENT_DAZE = 25913;
const int FEAT_HIDDEN_TALENT_DECELERATION = 25914;
const int FEAT_HIDDEN_TALENT_DEFPRECOG = 25915;
const int FEAT_HIDDEN_TALENT_DEMORALIZE = 25916;
const int FEAT_HIDDEN_TALENT_DISABLE = 25917;
const int FEAT_HIDDEN_TALENT_DISSIPATINGTOUCH = 25918;
const int FEAT_HIDDEN_TALENT_DISTRACT = 25919;
const int FEAT_HIDDEN_TALENT_ELFSIGHT = 25920;
const int FEAT_HIDDEN_TALENT_EMPATHY = 25921;
const int FEAT_HIDDEN_TALENT_EMPTYMIND = 25922;
const int FEAT_HIDDEN_TALENT_ENERGYRAY = 25923;
const int FEAT_HIDDEN_TALENT_ENTANGLE = 25924;
const int FEAT_HIDDEN_TALENT_EXPANSION = 25925;
const int FEAT_HIDDEN_TALENT_FARHAND = 25926;
const int FEAT_HIDDEN_TALENT_FORCESCREEN = 25927;
const int FEAT_HIDDEN_TALENT_GREASE = 25928;
const int FEAT_HIDDEN_TALENT_HAMMER = 25929;
const int FEAT_HIDDEN_TALENT_INERTIALARMOUR = 25930;
const int FEAT_HIDDEN_TALENT_MATTERAGITATION = 25931;
const int FEAT_HIDDEN_TALENT_METAPHYSICAL_CLAW = 25932;
const int FEAT_HIDDEN_TALENT_METAPHYSICAL_WEAPON = 25933;
const int FEAT_HIDDEN_TALENT_MINDTHRUST = 25934;
const int FEAT_HIDDEN_TALENT_MYLIGHT = 25935;
const int FEAT_HIDDEN_TALENT_OFFPRECOG = 25936;
const int FEAT_HIDDEN_TALENT_OFFPRESC = 25937;
const int FEAT_HIDDEN_TALENT_PREVENOM = 25938;
const int FEAT_HIDDEN_TALENT_PREVENOM_WEAPON = 25939;
const int FEAT_HIDDEN_TALENT_SKATE = 25940;
const int FEAT_HIDDEN_TALENT_STOMP = 25941;
const int FEAT_HIDDEN_TALENT_SYNESTHETE = 25942;
const int FEAT_HIDDEN_TALENT_TELEMPATHICPRO = 25943;
const int FEAT_HIDDEN_TALENT_THICKSKIN = 25944;
const int FEAT_HIDDEN_TALENT_VIGOR = 25945;
const int FEAT_HIDDEN_TALENT_GRIP_IRON = 25946;
//:: Test void