goblin subrace: remove/change feats

Started by Letsplayforfun, December 18, 2009, 08:01:13 PM

Previous topic - Next topic

Letsplayforfun

You might want to remove the 'fearless' feat for these little cowards.
Maybe the 'good aim' one too, sicne it's probably more halfing specific.
And maybe add resist disease or disease imunity, for their way of life.

Decimate_The_Weak

I think maybe it'd be a good idea to take away "Good Aim", and "Fearless", in exchange for "Resist Disease", and "Resist Poison".

Ranek


Relinquish

It was spoken about before, hardcoded feats, unless you want -1 ab on everything.

ScottyB

Without Snoteye, I don't think there's any way to do this. He set up the subrace system, which makes use of an NWNX plugin that can alter character files and the feats they have.

Box

add a feat (ifeat is the feat number in feats.2da
sString = "add /FeatList/Feat, type => gffWord, value => " + IntToString(iFeat) + ";";
delete a feat
 
 sString  = "replace 'Feat', "+IntToString(iFeat)+", DeleteParent;";
Should work, just replace ifeat with w/e you want..

derfo