2025/05/25 Update
Updated all ToB maneuvers with saves to respect Blade Meditation. Added HasBladeMeditationForDiscipline() Expanded Witchborn Binder for epic progression. Fixed a few bugs around Vile Martial strike. Echo Spell shouldn't target self or items. Muckdweller should have a -6 STR. Added new Vile Martial feats to GetVileFeats(). Grappling something now removes invisibility. Started on Power Attack NUI. Starmantle shouldn't stack. Factotum & Shadow Thief of Amn require UMD checks for scroll casting.
This commit is contained in:
@@ -169,22 +169,22 @@ 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;
|
||||
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;
|
||||
|
Reference in New Issue
Block a user