Skip to content

Commit

Permalink
Updated README and added some minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
vikigenius committed Oct 1, 2022
1 parent f6f83ac commit 773940c
Show file tree
Hide file tree
Showing 2 changed files with 56 additions and 3 deletions.
57 changes: 56 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,23 @@ Note that this only disables the spellbook progression patches, you will still g

### Angel

Angel has been patched to allow Paladin as a mergeable option. This needs thorough testing to see if higher level spells are castable and if the progressions are applied correctly. Be warned.
Angel can merge with the followin additional spellbooks
* Palading (This needs thorough testing to see if higher level spells are castable and if the progressions are applied correctly. Be warned.)
* Sorcerer
* Wizard
* Arcanist
* Witch
* Sage Sorcerer
* Crossblooded Sorcerer

### Lich

Lich can now merge with the following spellbooks.

* Druid
* Oracle
* Shaman
* Cleric

### Aeon

Expand All @@ -46,6 +61,17 @@ Aeon gets to merge spellbooks with the following base spellbooks
* Magus
* Sword Saint
* Hunter
* Eldritch Scion
* Sorcerer
* Wizard
* Arcanist
* Sage Sorcerer
* Cross Blooded Sorcerer
* Oracle
* Bard
* Shaman
* Cleric
* Witch

### Azata
Azata gets to merge spellbooks with the following base spellbooks
Expand All @@ -61,6 +87,13 @@ Azata gets to merge spellbooks with the following base spellbooks
* Wizard
* ExploiterWizard
* Arcanist
* Eldritch Scion
* Arcanist
* Cross Blooded Sorcerer
* Oracle
* Shaman
* Cleric
* Witch

### Demon
Demon gets to merge spellbooks with the following base spellbooks
Expand All @@ -71,6 +104,17 @@ Demon gets to merge spellbooks with the following base spellbooks
* Sword Saint
* Sorcerer
* Sage Sorcerer
* Bard
* Eldritch Scion
* Cross Blooded Sorcerer
* Arcanist
* Oracle
* Bard
* Shaman
* Cleric
* Wizard
* Druid
* Witch

### Trickster
Trickster gets to merge spellbooks with the following base spellbooks
Expand All @@ -81,6 +125,15 @@ Trickster gets to merge spellbooks with the following base spellbooks
* Bard
* Skald
* Witch
* Eldritch Scion
* Sage Sorcerer
* Sorcerer
* Cross Blooded Sorcerer
* Wizard
* Druid
* Cleric
* Oracle
* Shaman


## Base Spellbooks
Expand All @@ -97,6 +150,8 @@ The following spellbooks have had their spell slot progressions patched to allow
* WarPriest
* Paladin
* Hunter (Uses the Bard spellbook)
* Eldritch Scion (Uses the Bard progression)


The patched hybrid casters mentioned above can cast 7th level spells post CL 20.

Expand Down
2 changes: 0 additions & 2 deletions SpellbookMerge/Features/IncorporateSpellbook.cs
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,6 @@ public static void AddDemonIncorporateSpellbookFeature()
Resources.SpellbookBlueprints.BardSpellbook.ToReference<BlueprintSpellbookReference>(),
Resources.SpellbookBlueprints.ShamanSpellbook.ToReference<BlueprintSpellbookReference>(),
Resources.SpellbookBlueprints.ClericSpellbook.ToReference<BlueprintSpellbookReference>(),
Resources.SpellbookBlueprints.SorcererSpellbook.ToReference<BlueprintSpellbookReference>(),
Resources.SpellbookBlueprints.WizardSpellbook.ToReference<BlueprintSpellbookReference>(),
Resources.SpellbookBlueprints.DruidSpellbook.ToReference<BlueprintSpellbookReference>(),
Resources.SpellbookBlueprints.WitchSpellbook.ToReference<BlueprintSpellbookReference>(),
Expand Down Expand Up @@ -137,7 +136,6 @@ public static void AddTricksterIncorporateSpellbookFeature()
Resources.SpellbookBlueprints.OracleSpellbook.ToReference<BlueprintSpellbookReference>(),
Resources.SpellbookBlueprints.ShamanSpellbook.ToReference<BlueprintSpellbookReference>(),
Resources.SpellbookBlueprints.ClericSpellbook.ToReference<BlueprintSpellbookReference>(),
Resources.SpellbookBlueprints.SorcererSpellbook.ToReference<BlueprintSpellbookReference>(),
Resources.SpellbookBlueprints.WizardSpellbook.ToReference<BlueprintSpellbookReference>(),
Resources.SpellbookBlueprints.DruidSpellbook.ToReference<BlueprintSpellbookReference>(),
};
Expand Down

0 comments on commit 773940c

Please sign in to comment.