2025/05/13 Update

Updated TF Shadowlord's prereq 2da.
Fixed CW Samurai's TWF levelup issue.
Added CW Samurai's skill 2DA back in.
Cleaned up ECL 2DA.
Fixed prereq bug with Imp Crit Eagle Claw.
Added Ability Focus feats for all Shapes, Essences & Invocations with DCs.
Fixed bug with 6th slot of crafting spells prereqs.
Added Reth Dekala HD to Initiator total.
Removed Dark Sun race files.
Updated all racial outsiders, monstrous humanoids, aberrations, giants, humanoids and fey to have the correct weapon & armor profs.
This commit is contained in:
Jaysyn904
2025-05-13 23:05:31 -04:00
parent 66de6daa94
commit 2caeb8941c
125 changed files with 3990 additions and 3630 deletions

View File

@@ -644,6 +644,74 @@ const int FEAT_EPIC_WEAPON_SPECIALIZATION_ELVEN_LIGHTBLADE = 24700;
const int FEAT_EPIC_WEAPON_SPECIALIZATION_ELVEN_THINBLADE = 24708;
const int FEAT_EPIC_WEAPON_SPECIALIZATION_ELVEN_COURTBLADE = 24716;
//:: Ability Focus Feats
const int FEAT_ABFOC_DEAFENING_ROAR = 25150;
const int FEAT_ABFOC_SCALDING_GUST = 25151;
const int FEAT_ABFOC_CHARM = 25152;
const int FEAT_ABFOC_FRIGHTFUL_PRESENCE = 25153;
const int FEAT_ABFOC_TERRIFYING_ROAR = 25154;
const int FEAT_ABFOC_BALEFUL_UTTERANCE = 25155;
const int FEAT_ABFOC_CALL_OF_THE_BEAST = 25156;
const int FEAT_ABFOC_DRAIN_INCARNUM = 25157;
const int FEAT_ABFOC_ELDRITCH_GLAIVE = 25158;
const int FEAT_ABFOC_ELDRITCH_SPEAR = 25159;
const int FEAT_ABFOC_FRIGHTFUL_BLAST = 25160;
const int FEAT_ABFOC_HAMMER_BLAST = 25161;
const int FEAT_ABFOC_HIDEOUS_BLOW = 25162;
const int FEAT_ABFOC_MIASMIC_CLOUD = 25163;
const int FEAT_ABFOC_SICKENING_BLAST = 25164;
const int FEAT_ABFOC_SOULREAVING_AURA = 25165;
const int FEAT_ABFOC_BANEFUL_BLAST_ABERRATION = 25166;
const int FEAT_ABFOC_BANEFUL_BLAST_BEAST = 25167;
const int FEAT_ABFOC_BANEFUL_BLAST_CONSTRUCT = 25168;
const int FEAT_ABFOC_BANEFUL_BLAST_DRAGON = 25169;
const int FEAT_ABFOC_BANEFUL_BLAST_DWARF = 25170;
const int FEAT_ABFOC_BANEFUL_BLAST_ELEMENTAL = 25171;
const int FEAT_ABFOC_BANEFUL_BLAST_ELF = 25172;
const int FEAT_ABFOC_BANEFUL_BLAST_FEY = 25173;
const int FEAT_ABFOC_BANEFUL_BLAST_GIANT = 25174;
const int FEAT_ABFOC_BANEFUL_BLAST_GOBLINOID = 25175;
const int FEAT_ABFOC_BANEFUL_BLAST_GNOME = 25176;
const int FEAT_ABFOC_BANEFUL_BLAST_HALFLING = 25177;
const int FEAT_ABFOC_BANEFUL_BLAST_HUMAN = 25178;
const int FEAT_ABFOC_BANEFUL_BLAST_MONSTROUS = 25179;
const int FEAT_ABFOC_BANEFUL_BLAST_OOZE = 25180;
const int FEAT_ABFOC_BANEFUL_BLAST_ORC = 25181;
const int FEAT_ABFOC_BANEFUL_BLAST_OUTSIDER = 25182;
const int FEAT_ABFOC_BANEFUL_BLAST_PLANT = 25183;
const int FEAT_ABFOC_BANEFUL_BLAST_REPTILIAN = 25184;
const int FEAT_ABFOC_BANEFUL_BLAST_SHAPECHANGER = 25185;
const int FEAT_ABFOC_BANEFUL_BLAST_UNDEAD = 25186;
const int FEAT_ABFOC_BANEFUL_BLAST_VERMIN = 25187;
const int FEAT_ABFOC_BESHADOWED_BLAST = 25188;
const int FEAT_ABFOC_BRIMSTONE_BLAST = 25189;
const int FEAT_ABFOC_CURSE_OF_DESPAIR = 25190;
const int FEAT_ABFOC_DREAD_SEIZURE = 25191;
const int FEAT_ABFOC_ELDRITCH_CHAIN = 25192;
const int FEAT_ABFOC_HELLRIME_BLAST = 25193;
const int FEAT_ABFOC_STEAL_INCARNUM = 25194;
const int FEAT_ABFOC_WALL_OF_GLOOM = 25195;
const int FEAT_ABFOC_BEWITCHING_BLAST = 25196;
const int FEAT_ABFOC_ELDRITCH_CONE = 25197;
const int FEAT_ABFOC_ELDRITCH_LINE = 25198;
const int FEAT_ABFOC_ENERVATING_SHADOW = 25199;
const int FEAT_ABFOC_HINDERING_BLAST = 25200;
const int FEAT_ABFOC_INCARNUM_BLAST = 25201;
const int FEAT_ABFOC_NIGHTMARES_MADE_REAL = 25202;
const int FEAT_ABFOC_NOXIOUS_BLAST = 25203;
const int FEAT_ABFOC_PAINFUL_SLUMBER_OF_THE_AGES = 25204;
const int FEAT_ABFOC_PENETRATING_BLAST = 25205;
const int FEAT_ABFOC_UTTERDARK_BLAST = 25206;
const int FEAT_ABFOC_WALL_OF_PERILOUS_FLAME = 25207;
const int FEAT_ABFOC_BINDING_BLAST = 25208;
const int FEAT_ABFOC_ELDRITCH_DOOM = 25209;
const int FEAT_ABFOC_INCARNUM_SHROUD = 25210;
const int FEAT_ABFOC_STEAL_SUMMONING = 25211;
const int FEAT_ABFOC_ELDRITCH_BLAST = 25212;
const int FEAT_ABFOC_WORD_OF_CHANGING = 25213;
//Passive Feats
const int FEAT_ETERNAL_FREEDOM = 4298;
const int FEAT_INTUITIVE_ATTACK = 3166;