GithubHelp home page GithubHelp logo

kingmakerfavoredclass's Introduction

Favored Class

This is a mod for Pathfinder:Kingmaker that adds favored class mechanics and traits and archetype stacking.

It is not compatible with favored class from Eldritch Arcana mod.

It adds the following options for favored class bonuses:

  • +1 HP/level
  • +1 skill point/2 levels
  • +1 round of rage/bloodrage/bard or skald performance/level for certain races
  • +1 bomb use per day/2 levels for gnome or hobgoblin alchemist
  • +1 combat feat/rogue, slayer or wild talent/witch or shaman hex/magus arcana/arcane exploit/teamwork feat/focus power/6 levels for certain races
  • +1 monk ki pool/magus arcane pool/4 levels for certain races
  • +1 known spell of highest level-1/2 levels for alchemist/bard/inquisitor/sorceror/wizard/witch/skald/arcanist/oracle/investigator for certain races
  • +1 known cleric spell of highest level-1/2 levels for half-elf, human or half-orc shaman
  • +1 known oracle/wizard spell of enchantment school of highest level-1/2 levels for ganzi oracles
  • +1 known sorcerer spell with fire descriptor of highest level-1/2 levels for goblin sorcerers
  • +1 luck bonus on saving throws/4 levels for animal companion of halfling druid or hunter
  • +1 DR/magic /2 levels for animal companion of gnome or fetchling ranger or hunter
  • +1 to natural AC in wildshape/3 levels for elf or half-orc druid
  • +1 bonus to lay on hands healing/damage/2 levels for elf, halfling and gnome paladins
  • +1 bonus to fervor healing/damage/2 levels for drow warpriests
  • +1 bonus to lay on hands self healing/level for tiefling paladins
  • +1 bonus to channel energy healing or damage/3 levels for half-elf clerics and warpriests
  • +1 bonus to channel energy damage for purpose of harming undead/2 levels for aasimar clerics
  • +1 to damage of negative energy spells/2 levels for hobgoblin or fetchling clerics or dhampir oracles
  • +1 to damage of fire spells/2 levels for half orcs sorcerers or magi
  • +1 to damage of earth and acid spells/2 levels for dwarf sorcerers
  • +1 to earth elemental blasts damage/3 levels for dwarf kineticists
  • +1 to elemental blasts damage/4 levels for half-elf and elf kineticists
  • +1 to base speed/level for elf barbarians, bloodragers, brawlers and monks
  • +1 to natural AC when using mutagen/4 levels for dwarf alchemists
  • +1 to number of internal buffer uses/6 levels for halfling kineticists
  • +1 to maximum number of arcane reservoir points/level for elf or half-elf arcanists
  • +1 to aracane reservoir point restored after rest/6 levels for gnome arcanists
  • +1 to investigator inspiration pool/3 levels for for elf, ganzi or half-elf investigators,
  • +1 to Eidolon evolution pool/6 levels for half-elf summoners,
  • +1 DR/evil /2 levels for eidolon of aasimar summoner,
  • +1 bonus to natural AC of eidolon/4 levels for dwarf summoners,
  • +1 energy resistance to specific energy type/level for certain classes and races,
  • +1 caster level for necromancy school spells/4 levels for drow wizards,
  • +1 caster level for patron spells/4 levels for halfling witches,
  • +1 judgment use per day/6 levels for duergar inquisitors,
  • +1 disarm cmb bonus/3 levels for drow fighters,
  • +1 trip and grapple cmb bonus/4 levels for hobgoblin monks,
  • +1 to dodge bonus against favored enemies/4 levels for halfling rangers,
  • +1 to dodge bonus against studied targets/4 levels for halfling and fetchling slayers,
  • +1 to attack bonus against one favored enemy/4 levels for hobgoblin rangers,
  • +1 cruelty/greed/4 levels for drow antipaladins,
  • +1 mental focus point/2 levels for elf and halfling occultists.

Alternate Racial Traits:

  • Half-elf: ancestral arms,
  • Half-orc: toothy, sacred tattoo,
  • Tiefling: Claws.

Other features:

  • Everyone can select a Deity (optional),
  • Everyone can select 2 traits at character creation (optional),
  • Archetype stacking,
  • Fixed tiefling heritages to work closer to pnp (i.e. you can no longer get both spell-like ability and your heritage ability, like extra bite attack or + 1 Natural AC)

It also add following feats:

  • Additional Traits (if traits are enabled),
  • Favored Prestige Class (due to technical reasons should always be taken before taking first level in corresponding prestige class)
  • Prestigious Spellcaster (again due to technical reasons can be taken only after you select a spellbook to advance with corresponding prestige class, also it will not work if it is taken for spontaneous caster advancing prestige class and you get to select new spells known from some other spontaneous casting class, i.e. if you have eldritch knight advancing sorcerer spellcasting, you can not take the feat during a level up for let's say inquisitor class)

It requires at least Call of the Wild 1.137.

This mod supposed to work with all classes that were introduced by other mods as long as it is loaded the last (should be by default).

For other modders: you can easily add favored class bonuses for your races/classes by providing a simple description file and placing it in /ZFavoredClass/Custom/, (there is already an example), you will need to specify:

  • guid of the feature corresponding to the favored class bonus (ensure that it has enough ranks, do not use existing features, but rather create a copy of them, since blueprint will be altered)
  • how many levels are needed to acquire the feature
  • guid of the feature giving partial bonus (if there is any, otherwise leave it empty)
  • guid of the class (due to guid generation process, if you want to use same bonus for different classes, you will need to supply full and partial features with different guids for each class)
  • guid of races providing this favored class bonus

Install

  • Download and install Unity Mod Manager 0.13.0 or later
  • Download the mod
  • Build it using Visual Studio 2017 Community Edition or use prebuilt binaries from latest Releases (just drop archive into UMM GUI)
  • Run the game

kingmakerfavoredclass's People

Contributors

christoph-wagner avatar ebuckle avatar holic75 avatar

Stargazers

 avatar  avatar  avatar  avatar

kingmakerfavoredclass's Issues

Aeromantic Affinity trait behavior issue

Aeromantic Affinity does not grant the CL bonus for spells, which had their type/descriptor changed to electricity, via Elemental Bloodline Arcana - Air.
Tested on the 2.1.5d build, using Shocking Grasp to verify that the trait functions for spells that meet the conditions by default. And by using Burning Hands to test if it works with the conversion mechanism.

Remaining mod path dir issues

I'm still encountering some new mod path issues with the recent fix, cc94dab . I noticed the following two locations aren't using UMM's API to get the Mods directory:

string[] filePaths = Directory.GetFiles(@"./Mods/ZFavoredClass/Custom/", "*.json", SearchOption.TopDirectoryOnly);

string[] filePaths = Directory.GetFiles(@"./Mods/ZFavoredClass/PrestigiousSpellcaster/", "*.json", SearchOption.TopDirectoryOnly);


From #2 :

It looks like the Custom favored classes fails to load due to the same issue.

[ZFavoredClass] System.IO.DirectoryNotFoundException: Could not find a part of the path '/home/user/gamesdata/GOG Games/Pathfinder Kingmaker/game/Mods/ZFavoredClass/Custom'.
  at System.IO.__Error.WinIOError (System.Int32 errorCode, System.String maybeFullPath) [0x000f7] in <e1a80661d61443feb3dbdaac88eeb776>:0 
  at System.IO.FileSystemEnumerableIterator`1[TSource].HandleError (System.Int32 hr, System.String path) [0x00006] in <e1a80661d61443feb3dbdaac88eeb776>:0 
  at System.IO.FileSystemEnumerableIterator`1[TSource].CommonInit () [0x00054] in <e1a80661d61443feb3dbdaac88eeb776>:0 
  at System.IO.FileSystemEnumerableIterator`1[TSource]..ctor (System.String path, System.String originalUserPath, System.String searchPattern, System.IO.SearchOption searchOption, System.IO.SearchResultHandler`1[TSource] resultHandler, System.Boolean checkHost) [0x000d6] in <e1a80661d61443feb3dbdaac88eeb776>:0 
  at System.IO.FileSystemEnumerableFactory.CreateFileNameIterator (System.String path, System.String originalUserPath, System.String searchPattern, System.Boolean includeFiles, System.Boolean includeDirs, System.IO.SearchOption searchOption, System.Boolean checkHost) [0x00009] in <e1a80661d61443feb3dbdaac88eeb776>:0 
  at System.IO.Directory.InternalGetFileDirectoryNames (System.String path, System.String userPathOriginal, System.String searchPattern, System.Boolean includeFiles, System.Boolean includeDirs, System.IO.SearchOption searchOption, System.Boolean checkHost) [0x00000] in <e1a80661d61443feb3dbdaac88eeb776>:0 
  at System.IO.Directory.InternalGetFiles (System.String path, System.String searchPattern, System.IO.SearchOption searchOption) [0x00000] in <e1a80661d61443feb3dbdaac88eeb776>:0 
  at System.IO.Directory.GetFiles (System.String path, System.String searchPattern, System.IO.SearchOption searchOption) [0x00038] in <e1a80661d61443feb3dbdaac88eeb776>:0 
  at ZFavoredClass.Core.loadCustomFavoredClassBonuses () [0x00000] in <4e8f0f1a8035491e931a4fb2f6d089d6>:0 
  at ZFavoredClass.Core.load () [0x00594] in <4e8f0f1a8035491e931a4fb2f6d089d6>:0 
  at ZFavoredClass.Main+LibraryScriptableObject_LoadDictionary_Patch.Postfix (Kingmaker.Blueprints.LibraryScriptableObject __instance) [0x00037] in <4e8f0f1a8035491e931a4fb2f6d089d6>:0 
  at System.IO.__Error.WinIOError (System.Int32 errorCode, System.String maybeFullPath) [0x000f7] in <e1a80661d61443feb3dbdaac88eeb776>:0 
  at System.IO.FileSystemEnumerableIterator`1[TSource].HandleError (System.Int32 hr, System.String path) [0x00006] in <e1a80661d61443feb3dbdaac88eeb776>:0 
  at System.IO.FileSystemEnumerableIterator`1[TSource].CommonInit () [0x00054] in <e1a80661d61443feb3dbdaac88eeb776>:0 
  at System.IO.FileSystemEnumerableIterator`1[TSource]..ctor (System.String path, System.String originalUserPath, System.String searchPattern, System.IO.SearchOption searchOption, System.IO.SearchResultHandler`1[TSource] resultHandler, System.Boolean checkHost) [0x000d6] in <e1a80661d61443feb3dbdaac88eeb776>:0 
  at System.IO.FileSystemEnumerableFactory.CreateFileNameIterator (System.String path, System.String originalUserPath, System.String searchPattern, System.Boolean includeFiles, System.Boolean includeDirs, System.IO.SearchOption searchOption, System.Boolean checkHost) [0x00009] in <e1a80661d61443feb3dbdaac88eeb776>:0 
  at System.IO.Directory.InternalGetFileDirectoryNames (System.String path, System.String userPathOriginal, System.String searchPattern, System.Boolean includeFiles, System.Boolean includeDirs, System.IO.SearchOption searchOption, System.Boolean checkHost) [0x00000] in <e1a80661d61443feb3dbdaac88eeb776>:0 
  at System.IO.Directory.InternalGetFiles (System.String path, System.String searchPattern, System.IO.SearchOption searchOption) [0x00000] in <e1a80661d61443feb3dbdaac88eeb776>:0 
  at System.IO.Directory.GetFiles (System.String path, System.String searchPattern, System.IO.SearchOption searchOption) [0x00038] in <e1a80661d61443feb3dbdaac88eeb776>:0 
  at ZFavoredClass.Core.loadCustomFavoredClassBonuses () [0x00000] in <4e8f0f1a8035491e931a4fb2f6d089d6>:0 
  at ZFavoredClass.Core.load () [0x00594] in <4e8f0f1a8035491e931a4fb2f6d089d6>:0 
  at ZFavoredClass.Main+LibraryScriptableObject_LoadDictionary_Patch.Postfix (Kingmaker.Blueprints.LibraryScriptableObject __instance) [0x00037] in <4e8f0f1a8035491e931a4fb2f6d089d6>:0 

Consider fixing this and similar path issues related to not using UMM's mod dir api.

[Bug] Bonus Skill Points When Playing Human

Tested on a character with "Call of the Wild" and "Favoured Class" active. When playing a Human character, choosing "Bonus Skill Points" NEVER adds a bonus skill point, no matter how many times you select it. Tested on a Human Druid and Storm Druid with 12 Intelligence, and I always got 5 skill points per level.

Earth Element Damage Bonus not applied

The dwarf favoured class option for the Kineticist to get +1/3 damage on earth element blasts that apply your Elemental Overflow bonus simply does not apply. I've tested it at both level 3 and 6, both with and without burn, and with both pure Earth and the composite Mud blasts, and with and without balance fixes. I end up with my base damage (1/2 level rounded up+constitution), plus my elemental overflow, but nothing more. From my understanding, since I've taken the bonus every level, I should have an extra +2 damage with my earth elemental blasts. This happens in version 2.15d, with only Call of the Wild, Favored Class, and Bag of Tricks for testing.

Any way to remove the race restrictions?

This is not a bug or anything, I just don't know an easier way to contanct the developer. Is there any way to remove the race restrictions on all the different bonuses? Or can you reccomend some software so I try to change it myself?

Mod Manager Log Errors

I'm currently running your latest version of CotW, Properflanking 2 and Favored Class mods, all under the latest version of the game.

When I load the game and the MM Window pops up, under the logs heading I see these errors for your Flavored Class mod... Just reporting it here for you as I'm not sure what these are or if they will cause a problem with my game.

[ZFavoredClass] Loading favored class bonus from: D:\Steam\steamapps\common\Pathfinder Kingmaker\Mods/ZFavoredClass/Custom/bonus_charmed_life.json
[ZFavoredClass] Failure
[ZFavoredClass] System.Collections.Generic.KeyNotFoundException: The given key was not present in the dictionary.
at System.Collections.Generic.Dictionary2[TKey,TValue].get_Item (TKey key) [0x0001e] in <7ba07f088431485bb722f3b3373e87ee>:0 at CallOfTheWild.ExtensionMethods.Get[T] (Kingmaker.Blueprints.LibraryScriptableObject library, System.String assetId) [0x00006] in <55e6e40757994262ac7e937d0570dab1>:0 at ZFavoredClass.Core.loadCustomFeature (System.String filename) [0x000ef] in <3efd38e786824b4d8d53e368a3664919>:0 [ZFavoredClass] Loading favored class bonus from: D:\Steam\steamapps\common\Pathfinder Kingmaker\Mods/ZFavoredClass/Custom/bonus_panache.json [ZFavoredClass] Failure [ZFavoredClass] System.Collections.Generic.KeyNotFoundException: The given key was not present in the dictionary. at System.Collections.Generic.Dictionary2[TKey,TValue].get_Item (TKey key) [0x0001e] in <7ba07f088431485bb722f3b3373e87ee>:0
at CallOfTheWild.ExtensionMethods.Get[T] (Kingmaker.Blueprints.LibraryScriptableObject library, System.String assetId) [0x00006] in <55e6e40757994262ac7e937d0570dab1>:0
at ZFavoredClass.Core.loadCustomFeature (System.String filename) [0x000ef] in <3efd38e786824b4d8d53e368a3664919>:0
[ZFavoredClass] Loading favored class bonus from: D:\Steam\steamapps\common\Pathfinder Kingmaker\Mods/ZFavoredClass/Custom/channel_energy_bonus.json
[ZFavoredClass] Success
[ZFavoredClass] Loading favored class bonus from: D:\Steam\steamapps\common\Pathfinder Kingmaker\Mods/ZFavoredClass/Custom/druid_wildshape_natural_ac_bonus.json
[ZFavoredClass] Success
[ZFavoredClass] Loading favored class bonus from: D:\Steam\steamapps\common\Pathfinder Kingmaker\Mods/ZFavoredClass/Custom/fervor_bonus.json
[ZFavoredClass] Success
[ZFavoredClass] Loading favored class bonus from: D:\Steam\steamapps\common\Pathfinder Kingmaker\Mods/ZFavoredClass/Custom/harm_undead_bonus.json
[ZFavoredClass] Success
[ZFavoredClass] Loading favored class bonus from: D:\Steam\steamapps\common\Pathfinder Kingmaker\Mods/ZFavoredClass/Custom/patron_spells_bonus.json
[ZFavoredClass] Success
[ZFavoredClass] Loading favored class bonus from: D:\Steam\steamapps\common\Pathfinder Kingmaker\Mods/ZFavoredClass/Custom/spiritualist_bonded_manifestation.json
[ZFavoredClass] Success
[ZFavoredClass] Loading favored class bonus from: D:\Steam\steamapps\common\Pathfinder Kingmaker\Mods/ZFavoredClass/Custom/spiritualist_inference_bonus.json
[ZFavoredClass] Success
[ZFavoredClass] Loading prestigious spellcaster data from: D:\Steam\steamapps\common\Pathfinder Kingmaker\Mods/ZFavoredClass/PrestigiousSpellcaster/arcane_archer.json
[ZFavoredClass] Failure
[ZFavoredClass] System.Collections.Generic.KeyNotFoundException: The given key was not present in the dictionary.
at System.Collections.Generic.Dictionary2[TKey,TValue].get_Item (TKey key) [0x0001e] in <7ba07f088431485bb722f3b3373e87ee>:0 at CallOfTheWild.ExtensionMethods.Get[T] (Kingmaker.Blueprints.LibraryScriptableObject library, System.String assetId) [0x00006] in <55e6e40757994262ac7e937d0570dab1>:0 at ZFavoredClass.Core.loadPrestigiousSpellCaster (System.String filename) [0x000f5] in <3efd38e786824b4d8d53e368a3664919>:0 [ZFavoredClass] Loading prestigious spellcaster data from: D:\Steam\steamapps\common\Pathfinder Kingmaker\Mods/ZFavoredClass/PrestigiousSpellcaster/dawnflower_anchorite.json [ZFavoredClass] Success [ZFavoredClass] Loading prestigious spellcaster data from: D:\Steam\steamapps\common\Pathfinder Kingmaker\Mods/ZFavoredClass/PrestigiousSpellcaster/deadeye_devotee.json [ZFavoredClass] Failure [ZFavoredClass] System.Collections.Generic.KeyNotFoundException: The given key was not present in the dictionary. at System.Collections.Generic.Dictionary2[TKey,TValue].get_Item (TKey key) [0x0001e] in <7ba07f088431485bb722f3b3373e87ee>:0
at CallOfTheWild.ExtensionMethods.Get[T] (Kingmaker.Blueprints.LibraryScriptableObject library, System.String assetId) [0x00006] in <55e6e40757994262ac7e937d0570dab1>:0
at ZFavoredClass.Core.loadPrestigiousSpellCaster (System.String filename) [0x000f5] in <3efd38e786824b4d8d53e368a3664919>:0
[ZFavoredClass] Loading prestigious spellcaster data from: D:\Steam\steamapps\common\Pathfinder Kingmaker\Mods/ZFavoredClass/PrestigiousSpellcaster/dragon_disciple.json
[ZFavoredClass] Success
[ZFavoredClass] Loading prestigious spellcaster data from: D:\Steam\steamapps\common\Pathfinder Kingmaker\Mods/ZFavoredClass/PrestigiousSpellcaster/eldritch_knight.json
[ZFavoredClass] Success
[ZFavoredClass] Loading prestigious spellcaster data from: D:\Steam\steamapps\common\Pathfinder Kingmaker\Mods/ZFavoredClass/PrestigiousSpellcaster/hinterlander.json
[ZFavoredClass] Success
[ZFavoredClass] Loading prestigious spellcaster data from: D:\Steam\steamapps\common\Pathfinder Kingmaker\Mods/ZFavoredClass/PrestigiousSpellcaster/holy_vindicator.json
[ZFavoredClass] Success
[ZFavoredClass] Enabling deity selection for everyone.
[ZFavoredClass] Enabling Traits.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.