Fixed Abjurant Champion marker feat issue

Fixed Abjurant Champion marker feat issue.  Fixed icons for Necropolitan & Corrupt Spell Focus.  Updated Saint's ability to only allow living saints.  Tweaked Heavy Pick & Falchion icon sizes.  Updated release archive.
This commit is contained in:
Jaysyn904
2024-03-15 09:33:09 -04:00
parent 680acc6248
commit 759cd7a242
9 changed files with 463 additions and 549 deletions

View File

@@ -4280,28 +4280,29 @@ const int FEAT_TIAMAT_MYSTERY_SHADOWSMITH = 18092;
const int FEAT_ORCUS_MYSTERY_SHADOWSMITH = 18093;
//:: None marker feats
const int FEAT_ABCHAMP_NONE = 18034;
const int FEAT_AOTS_NONE = 18035;
const int FEAT_ANIMA_NONE = 18036;
const int FEAT_ARCTRICK_NONE = 18037;
const int FEAT_BLDMAGUS_NONE = 18038;
const int FEAT_ASMODEUS_NONE = 18039;
const int FEAT_ENLIGHTENEDFIST_NONE = 18040;
const int FEAT_MAESTER_NONE = 18041;
const int FEAT_TIAMAT_NONE = 18042;
const int FEAT_UNSEEN_NONE = 18043;
const int FEAT_VIRTUOSO_NONE = 18044;
const int FEAT_WILDMAGE_NONE = 18045;
const int FEAT_ABCHAMP_NONE = 18036;
const int FEAT_AOTS_NONE = 18037;
const int FEAT_ANIMA_NONE = 18038;
const int FEAT_ARCTRICK_NONE = 18039;
const int FEAT_BLDMAGUS_NONE = 18040;
const int FEAT_ASMODEUS_NONE = 18041;
const int FEAT_ENLIGHTENEDFIST_NONE = 18042;
const int FEAT_MAESTER_NONE = 18043;
const int FEAT_TIAMAT_NONE = 18044;
const int FEAT_UNSEEN_NONE = 18045;
const int FEAT_VIRTUOSO_NONE = 18046;
const int FEAT_WILDMAGE_NONE = 18047;
const int FEAT_ALIENIST_NONE = 18094;
const int FEAT_DRAGONSONG_NONE = 18095;
const int FEAT_ESAVANT_NONE = 18096;
const int FEAT_MYSTICTHEURGE_NONE = 18097;
const int FEAT_OLLAM_NONE = 18098;
const int FEAT_ORCUS_NONE = 18099;
const int FEAT_SANCTIFIED_MIND_MANIFEST_NONE = 18173;
const int FEAT_SOULCASTER_MANIFEST_NONE = 18174;
const int FEAT_ALIENIST_NONE = 18095;
const int FEAT_CHILDNIGHT_NONE = 18096;
const int FEAT_DRAGONSONG_NONE = 18097;
const int FEAT_ESAVANT_NONE = 18098;
const int FEAT_MASTERSHADOW_NONE = 18099;
const int FEAT_MYSTICTHEURGE_NONE = 18100;
const int FEAT_NOCTUMANCER_NONE = 18101;
const int FEAT_OLLAM_NONE = 18102;
const int FEAT_ORCUS_NONE = 18103;
//:: Fist of Zuoken marker feats
const int FEAT_CEREBREMANCER_MANIFEST_FOZ = 18130;
@@ -4356,11 +4357,4 @@ const int FEAT_IRONMIND_MANIFEST_WILDER = 18168;
const int FEAT_PSYCHIC_THEURGE_MANIFEST_WILDER = 18169;
const int FEAT_SANCTIFIED_MIND_MANIFEST_WILDER = 18170;
const int FEAT_SHADOWMIND_MANIFEST_WILDER = 18171;
const int FEAT_SOULCASTER_MANIFEST_WILDER = 18172;
//: Other Psionic marker feats
const int FEAT_SANCTIFIED_MIND_MANIFEST_NONE = 18173;
const int FEAT_SOULCASTER_MANIFEST_NONE = 18174;
const int FEAT_SOULCASTER_MANIFEST_WILDER = 18172;