2025/05/16 Update

Expanded Warblade for epic progression.
Warblade's Aptitude Focus now works with all new weapons.
Expanded Knight of the Middle Circle for epic progression.
Added Swarm of Arrows to fighter bonus feat list.
Added Vile Martial Strike feats for all new weapons.
Added Sanctified Martial Strike feats for all new weapons.
Added missing iprp feats for Eagle Claw & Trident.
Bestow Power shouldn't work on the caster.
Spell Betrayal should only affect a target once per spell casting.
Sap is a Martial weapon.
Arcane Duelist's False Keenness now works with all new weapons.
Disciple of Dispater's Rusting Grasp now works on the appropriate new weapons.
Animate Object now works with all the new weapon types.
This commit is contained in:
Jaysyn904
2025-05-16 16:40:51 -04:00
parent 53c5a9789f
commit 95480e23dd
24 changed files with 3764 additions and 2785 deletions

View File

@@ -150,6 +150,42 @@ const int FEAT_EPIC_DRAGONHEART_MAGE = 25113;
const int FEAT_EPIC_SWIFT_WING = 25114;
const int FEAT_EPIC_DIAMOND_DRAGON = 25115;
//:: Vile Martial Strike Expansion
const int FEAT_VILE_MARTIAL_EAGLE_CLAW = 24800;
const int FEAT_VILE_MARTIAL_LIGHT_LANCE = 24801;
const int FEAT_VILE_MARTIAL_HEAVY_PICK = 24802;
const int FEAT_VILE_MARTIAL_LIGHT_PICK = 24803;
const int FEAT_VILE_MARTIAL_SAI = 24804;
const int FEAT_VILE_MARTIAL_NUNCHAKU = 24805;
const int FEAT_VILE_MARTIAL_FALCHION = 24806;
const int FEAT_VILE_MARTIAL_SAP = 24807;
const int FEAT_VILE_MARTIAL_KATAR = 24808;
const int FEAT_VILE_MARTIAL_HEAVY_MACE = 24809;
const int FEAT_VILE_MARTIAL_MAUL = 24810;
const int FEAT_VILE_MARTIAL_DBL_SCIMITAR = 24811;
const int FEAT_VILE_MARTIAL_GOAD = 24812;
const int FEAT_VILE_MARTIAL_ELVEN_LIGHTBLADE = 24813;
const int FEAT_VILE_MARTIAL_ELVEN_THINBLADE = 24814;
const int FEAT_VILE_MARTIAL_ELVEN_COURTBLADE = 24815;
//:: Sanctify Martial Strike Expansion
const int FEAT_SANCTIFY_MARTIAL_EAGLE_CLAW = 24850;
const int FEAT_SANCTIFY_MARTIAL_LIGHT_LANCE = 24851;
const int FEAT_SANCTIFY_MARTIAL_HEAVY_PICK = 24852;
const int FEAT_SANCTIFY_MARTIAL_LIGHT_PICK = 24853;
const int FEAT_SANCTIFY_MARTIAL_SAI = 24854;
const int FEAT_SANCTIFY_MARTIAL_NUNCHAKU = 24855;
const int FEAT_SANCTIFY_MARTIAL_FALCHION = 24856;
const int FEAT_SANCTIFY_MARTIAL_SAP = 24857;
const int FEAT_SANCTIFY_MARTIAL_KATAR = 24858;
const int FEAT_SANCTIFY_MARTIAL_HEAVY_MACE = 24859;
const int FEAT_SANCTIFY_MARTIAL_MAUL = 24860;
const int FEAT_SANCTIFY_MARTIAL_DBL_SCIMITAR = 24861;
const int FEAT_SANCTIFY_MARTIAL_GOAD = 24862;
const int FEAT_SANCTIFY_MARTIAL_ELVEN_LIGHTBLADE = 24863;
const int FEAT_SANCTIFY_MARTIAL_ELVEN_THINBLADE = 24864;
const int FEAT_SANCTIFY_MARTIAL_ELVEN_COURTBLADE = 24865;
//:: Web Enhancement Feats
const int FEAT_CHARMING_THE_ARROW = 25997;