Added the Investigator feat

Added the Investigator feat.
This commit is contained in:
Jaysyn904 2025-02-06 11:07:04 -05:00
parent 3adcf32e4d
commit 23de032b00
6 changed files with 13 additions and 3 deletions

View File

@ -25998,7 +25998,7 @@
25994 **** **** **** **** **** **** **** **** **** **** **** **** **** **** **** **** **** **** **** **** **** **** **** **** **** **** **** **** **** **** **** **** **** **** **** **** **** **** **** **** **** **** ****
25995 **** **** **** **** **** **** **** **** **** **** **** **** **** **** **** **** **** **** **** **** **** **** **** **** **** **** **** **** **** **** **** **** **** **** **** **** **** **** **** **** **** **** ****
25996 **** **** **** **** **** **** **** **** **** **** **** **** **** **** **** **** **** **** **** **** **** **** **** **** **** **** **** **** **** **** **** **** **** **** **** **** **** **** **** **** **** **** ****
25997 **** **** **** **** **** **** **** **** **** **** **** **** **** **** **** **** **** **** **** **** **** **** **** **** **** **** **** **** **** **** **** **** **** **** **** **** **** **** **** **** **** **** ****
25997 FEAT_INVESTIGATOR 16990414 16990415 ife_alertness **** **** **** **** **** **** **** **** **** **** 0 0 1 **** **** **** **** 0.5 **** **** **** **** **** **** **** **** **** **** **** **** FEAT_INVESTIGATOR 5 **** **** **** **** **** 0 1
25998 FEAT_CHARMING_THE_ARROW 16990312 16990313 if_charm_arrow **** **** **** **** **** **** **** **** **** **** 0 0 1 **** **** **** **** 1 **** **** **** 3239 4718 **** **** **** **** **** **** **** FEAT_CHARMING_THE_ARROW 6 0 **** **** **** **** 0 0
25999 FEAT_MARTIAL_STALKER 16990314 16990315 IR_NINJA **** **** **** **** **** **** **** **** 2488 45 0 0 1 **** **** **** **** 0.5 **** **** **** **** **** **** **** **** **** **** **** **** FEAT_MARTIAL_STALKER 5 0 **** **** **** **** 0 0
26000 **** **** **** **** **** **** **** **** **** **** **** **** **** **** **** **** **** **** **** **** **** **** **** **** **** **** **** **** **** **** **** **** **** **** **** **** **** **** **** **** **** **** ****

View File

@ -3654,6 +3654,7 @@ const int FEAT_IMPROVED_TRIP = 2807;
const int FEAT_PRC_IMP_DISARM = 5196;
const int FEAT_AWESOME_BLOW = 5370;
const int FEAT_IMPROVED_SHIELD_BASH = 3250;
const int FEAT_INVESTIGATOR = 25997;
// Player's Handbook II Feats
const int FEAT_STEADFAST_DETERMINATION = 3267;

View File

@ -54,7 +54,7 @@ void main()
int nTotalRows = FEAT_HIDDEN_TALENT_BIOFEEDBACK - FEAT_HIDDEN_TALENT_GRIP_IRON;
int nEndFeat = nStartFeat + nTotalRows;
string sFeat = Get2DAString("feats", "LABEL", nRow);
string sFeat = Get2DAString("feat", "LABEL", nRow);
effect eEffect = GetFirstEffect(oPC);
while (GetIsEffectValid(eEffect))

View File

@ -875,6 +875,11 @@ void PRCFeat_AddCompositeBonuses(object oPC, object oSkin)
SetCompositeBonus(oSkin, "VremyonniL", 2, ITEM_PROPERTY_SKILL_BONUS,SKILL_LORE);
SetCompositeBonus(oSkin, "VremyonniS", 2, ITEM_PROPERTY_SKILL_BONUS,SKILL_SPELLCRAFT);
}
if(GetHasFeat(FEAT_INVESTIGATOR, oPC))
{
SetCompositeBonus(oSkin, "InvestigatorSenseMotive", 2, ITEM_PROPERTY_SKILL_BONUS, SKILL_SENSE_MOTIVE);
SetCompositeBonus(oSkin, "InvestogatorSearch", 2, ITEM_PROPERTY_SKILL_BONUS, SKILL_SEARCH);
}
if(GetHasFeat(FEAT_UNDEAD_HD, oPC))
{
int nClass1 = GetClassByPosition(1, oPC);

View File

@ -73262,6 +73262,10 @@ Prerequisite: Ki Power, Proficiency with all martial weapons
Specifics: Your fighter and ninja levels stack for the purpose of determining the size of your ki pool, as well as your AC bonus. For example, a 5th-level fighter/1st-level ninja with this feat could use his ki powers a number of times equal to 3 (one-half his ninja and fighter levels) + his Wisdom bonus (if any), and would have a +1 bonus to AC (as if he were a 6th-level ninja).
Use: Automatic
Special: A fighter can select Martial Stalker as one of his fighter bonus feats</entry>
<entry id="213198" lang="en" sex="m">Investigator</entry>
<entry id="213199" lang="en" sex="m">Type of Feat: General
Benefit: You get a +2 bonus on all Sense Motive and Search checks.
Use: Automatic</entry>
<entry id="213200" lang="en" sex="m">## Hidden Talent Reserve ##</entry>
<entry id="213201" lang="en" sex="m">Hidden Talent</entry>
<entry id="213202" lang="en" sex="m">Type of Feat: General