From 23de032b00c4f946ab2e5d0ff4d359d58d910a6d Mon Sep 17 00:00:00 2001 From: Jaysyn904 <68194417+Jaysyn904@users.noreply.github.com> Date: Thu, 6 Feb 2025 11:07:04 -0500 Subject: [PATCH] Added the Investigator feat Added the Investigator feat. --- nwn/nwnprc/trunk/2das/feat.2da | 2 +- nwn/nwnprc/trunk/include/prc_feat_const.nss | 1 + nwn/nwnprc/trunk/scripts/ft_hidntalent_ft.nss | 2 +- nwn/nwnprc/trunk/scripts/prc_feats.nss | 5 +++++ nwn/nwnprc/trunk/tlk/prc8_consortium.tlk | Bin 11977843 -> 11977958 bytes nwn/nwnprc/trunk/tlk/prc8_consortium.tlk.xml | 6 +++++- 6 files changed, 13 insertions(+), 3 deletions(-) diff --git a/nwn/nwnprc/trunk/2das/feat.2da b/nwn/nwnprc/trunk/2das/feat.2da index 89921f95..8f95475c 100644 --- a/nwn/nwnprc/trunk/2das/feat.2da +++ b/nwn/nwnprc/trunk/2das/feat.2da @@ -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 **** **** **** **** **** **** **** **** **** **** **** **** **** **** **** **** **** **** **** **** **** **** **** **** **** **** **** **** **** **** **** **** **** **** **** **** **** **** **** **** **** **** **** diff --git a/nwn/nwnprc/trunk/include/prc_feat_const.nss b/nwn/nwnprc/trunk/include/prc_feat_const.nss index a455282b..6a11350d 100644 --- a/nwn/nwnprc/trunk/include/prc_feat_const.nss +++ b/nwn/nwnprc/trunk/include/prc_feat_const.nss @@ -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; diff --git a/nwn/nwnprc/trunk/scripts/ft_hidntalent_ft.nss b/nwn/nwnprc/trunk/scripts/ft_hidntalent_ft.nss index d01adcfc..002dc913 100644 --- a/nwn/nwnprc/trunk/scripts/ft_hidntalent_ft.nss +++ b/nwn/nwnprc/trunk/scripts/ft_hidntalent_ft.nss @@ -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)) diff --git a/nwn/nwnprc/trunk/scripts/prc_feats.nss b/nwn/nwnprc/trunk/scripts/prc_feats.nss index 5bb83b91..4b7fb444 100644 --- a/nwn/nwnprc/trunk/scripts/prc_feats.nss +++ b/nwn/nwnprc/trunk/scripts/prc_feats.nss @@ -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); diff --git a/nwn/nwnprc/trunk/tlk/prc8_consortium.tlk b/nwn/nwnprc/trunk/tlk/prc8_consortium.tlk index 2892e125af27b77977d06fcb078da0d20f6aafa6..706917cb551d6d45c56f99c50eaf24746f567de9 100644 GIT binary patch delta 1556 zcmYL|TToSH6vy}W><<*>CMsUwaM>GHGf0%I`_k%&SxVi1e*h{FU-#3aOHGNxcErXc}|@FNMyNI@!W zI7mY}0+@~&n28L`LMF11joHY-9L$A_d6S*^-&qn>7@n$b77ZtulcY5@7*O+9yT$}v zvVwAANSdXRV+R9rI5lX=zbQdSwJ|nD$9g5tEBu}weU|yBZWXo0H4;KOQfqU%M7daK zI~KkA0J-dW6QrakE96br{o19DXQ=_^#cR(cx#D^LqGz()ZcKDkF;6$dALq9%N}Z+_ zP)-e1sDit)iqg^ELzH)h?v~gzw)~17J)-%el+k1U9WrY4TGvRDB^5Iriz-=9PL-lN zZK1R!^Yefs1?j9hDMOz5QaWhV&y1$+oN&&8q`B(}U-I=6^Dj5e$T>^{#QxZB&YceP~5OKjGrQ}S}S zvmQoseW7o_{6kvlQaAUyMvUIe*c#W^5+N;Zwr$l9-&S+K z{}&0iq|9Y_yEgS9qmDEVFWc;v9gM3Vnp`7FPx_M#dY<9~t`VmXuA9k+;baBBYJHLynSn$uZJSj+6Ju`=o=MAf2R(d_Yc;4@oyUMNX45wxv!s`NN4(jv(F(41O!1iBIoQ4M?>Kt8?^`w#s1U;@t1<2vd|JCrPMU#_$CKJ z6HC9;&`|p|EsCV+hG~W_x@ab6m}wfOrY>rjrkP}#CNKJX_g);DF1vX4_wILn>s#Mi zYwsVs#*AO1W5z+~n1(obV89C>;&Braa5HW}B9bs2$w)yeW*`men28KzVivNH4L@ch z2Xl~%0D>@KArJWoVJ_z3Ruo`97N8JC2%{JaQ34yKScJt`g4=LA%5VqDQGunn6O~wo z<*336+=aVw5AMZ%Scz3wjr*|%)u_Q*)M6dhV*@r~6E>p`58y%6qX7@05lwg)kKj>k z!DDzF&De@f8O6r`pyMC9&3LdWR`L_efH$FK9&9+gi438y6^ZrG7YQd8pEq z`4wfll0Q@WU8%>*L?99}@;2DoEag;4WspuI9aT=Q2O=I>7l>HK8Jd$5ht$MTI+F{G zPYoKLjkcEWmXq&-oD7qbt7v8@Gi=fvb}{~MRMl3G^v>tX=cXL*0Og8l z^4FMUdKzPgtS3tG0xo2!P$nJDTb*2ULc0pb++bYV66@Fd8KpV-MU8K@wHzrI%aXQ2 zw~`Z#W!qvGC9Q?L$Fw5e6NwHT1A}uALx6emzELT zZEMMr_;tWCsG1X`a4k>gkn^>Eb1|QXvXE8gsZb#ueDkj2=-J7=|I}$~Gt_?moRWI7 zTw|hPMyD>LRN6}DGbt_y+K)|tG_hV!>y^rCDLRwvHOUvO;;Zox=1&9f%K3g + Investigator + Type of Feat: General +Benefit: You get a +2 bonus on all Sense Motive and Search checks. +Use: Automatic ## Hidden Talent Reserve ## Hidden Talent Type of Feat: General @@ -73532,4 +73536,4 @@ Specifics: You gain a +4 perfection bonus on Will saving throws against charm an Type of Feat: Exalted Prerequisite: Wis 13+ Specifics: You gain a +2 bonus on saving throws to resist any fear effect, despair effect (such as the crushing despair spell), or similar mind-affecting condition, but not charms or compulsions (such as the charm person and dominate person spells) - \ No newline at end of file +