Some stuff on skills.
...
| Table of Contents |
|---|
Skills Overview
Most skills are, well, just about fine. Nothing is perfect (and certainly mostly not PnP accurate) but for NWN they operate OK. Even discipline if only to give fighter based classes something to take and slightly weaken characters which otherwise would have high BAB but need other skills.
Some things that'd be ace to have if we could:
- A way to invoke scripts for existing active skills:
- Heal - skill script on use instead of the engine doing it - can help with them being used in combat (which is a bit of a WTF! even if it leaves you flat footed) and allow some fine tuning
- Animal Handling - could expand what it affects if more racial types are added, and deal with exceptions to things being dominated or do a slightly different version that simply doesn't use EffectDominated but has other behaviour
- Taunt - can have it be upgraded into other versions (eg Mass Taunt or whatever) or block it on certain enemies or add bonuses to the user etc.
- Hide - while more a "Use stealth mode" intercept would be nice - the Hide in Plain Sight is a bit (a lot...) buggy for AI and can be abused, so a cooldown would be nice among other tweaks
- A way to add new skill synergies
- New active skills or existing skills made to be an active skill ala Animal Handling would be good (Appraise, Intimidate, Bluff as per below)
Skill Feats
There's a few cut feats we can introduce to improve some skills, see Overhaul Feats.
Improvements to base Skills
Appraise
Should get this applied to all converted modules stores and show the re-rolls.
Crafting Skills
These could do with a once over and be made usable in the OC modules and actually useful overallIf it could be made an active skill having it be able to analyse and report the (rough) gold value of an item would be great.
Bluff
Combat usage!
Feint
This could have a NUI item or free general feat - the Feint action.
...
- Check every creature who can see me
- For each creature roll a Bluff roll
- If all have failed, apply the feat Hide in Plain Sight for 1.0 seconds
- Or possibly ClearAllActions(TRUE); - need to test. HIPS is crazy good.
- ActionUseSkill(SKILL_HIDE) to hide
Crafting Skills
These could do with a once over and be made usable in the OC modules and actually useful overall.
Fixes for the base system: https://neverwintervault.org/project/nwn1/hakpak/craft-magic-fixes
Needs to account for custom spellcasting classes.
Intimidate
Need further uses for this skill if there are no checks in conversations. The Demoralize Opponent probably needs to be an action with a slightly longer duration like Taunt has (5 rounds).
...