Skip to content

Commit 773940c

Browse files
committed
Updated README and added some minor fixes
1 parent f6f83ac commit 773940c

File tree

2 files changed

+56
-3
lines changed

2 files changed

+56
-3
lines changed

README.md

Lines changed: 56 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,23 @@ Note that this only disables the spellbook progression patches, you will still g
3333

3434
### Angel
3535

36-
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.
36+
Angel can merge with the followin additional spellbooks
37+
* Palading (This needs thorough testing to see if higher level spells are castable and if the progressions are applied correctly. Be warned.)
38+
* Sorcerer
39+
* Wizard
40+
* Arcanist
41+
* Witch
42+
* Sage Sorcerer
43+
* Crossblooded Sorcerer
44+
45+
### Lich
46+
47+
Lich can now merge with the following spellbooks.
3748

49+
* Druid
50+
* Oracle
51+
* Shaman
52+
* Cleric
3853

3954
### Aeon
4055

@@ -46,6 +61,17 @@ Aeon gets to merge spellbooks with the following base spellbooks
4661
* Magus
4762
* Sword Saint
4863
* Hunter
64+
* Eldritch Scion
65+
* Sorcerer
66+
* Wizard
67+
* Arcanist
68+
* Sage Sorcerer
69+
* Cross Blooded Sorcerer
70+
* Oracle
71+
* Bard
72+
* Shaman
73+
* Cleric
74+
* Witch
4975

5076
### Azata
5177
Azata gets to merge spellbooks with the following base spellbooks
@@ -61,6 +87,13 @@ Azata gets to merge spellbooks with the following base spellbooks
6187
* Wizard
6288
* ExploiterWizard
6389
* Arcanist
90+
* Eldritch Scion
91+
* Arcanist
92+
* Cross Blooded Sorcerer
93+
* Oracle
94+
* Shaman
95+
* Cleric
96+
* Witch
6497

6598
### Demon
6699
Demon gets to merge spellbooks with the following base spellbooks
@@ -71,6 +104,17 @@ Demon gets to merge spellbooks with the following base spellbooks
71104
* Sword Saint
72105
* Sorcerer
73106
* Sage Sorcerer
107+
* Bard
108+
* Eldritch Scion
109+
* Cross Blooded Sorcerer
110+
* Arcanist
111+
* Oracle
112+
* Bard
113+
* Shaman
114+
* Cleric
115+
* Wizard
116+
* Druid
117+
* Witch
74118

75119
### Trickster
76120
Trickster gets to merge spellbooks with the following base spellbooks
@@ -81,6 +125,15 @@ Trickster gets to merge spellbooks with the following base spellbooks
81125
* Bard
82126
* Skald
83127
* Witch
128+
* Eldritch Scion
129+
* Sage Sorcerer
130+
* Sorcerer
131+
* Cross Blooded Sorcerer
132+
* Wizard
133+
* Druid
134+
* Cleric
135+
* Oracle
136+
* Shaman
84137

85138

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

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

SpellbookMerge/Features/IncorporateSpellbook.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,6 @@ public static void AddDemonIncorporateSpellbookFeature()
100100
Resources.SpellbookBlueprints.BardSpellbook.ToReference<BlueprintSpellbookReference>(),
101101
Resources.SpellbookBlueprints.ShamanSpellbook.ToReference<BlueprintSpellbookReference>(),
102102
Resources.SpellbookBlueprints.ClericSpellbook.ToReference<BlueprintSpellbookReference>(),
103-
Resources.SpellbookBlueprints.SorcererSpellbook.ToReference<BlueprintSpellbookReference>(),
104103
Resources.SpellbookBlueprints.WizardSpellbook.ToReference<BlueprintSpellbookReference>(),
105104
Resources.SpellbookBlueprints.DruidSpellbook.ToReference<BlueprintSpellbookReference>(),
106105
Resources.SpellbookBlueprints.WitchSpellbook.ToReference<BlueprintSpellbookReference>(),
@@ -137,7 +136,6 @@ public static void AddTricksterIncorporateSpellbookFeature()
137136
Resources.SpellbookBlueprints.OracleSpellbook.ToReference<BlueprintSpellbookReference>(),
138137
Resources.SpellbookBlueprints.ShamanSpellbook.ToReference<BlueprintSpellbookReference>(),
139138
Resources.SpellbookBlueprints.ClericSpellbook.ToReference<BlueprintSpellbookReference>(),
140-
Resources.SpellbookBlueprints.SorcererSpellbook.ToReference<BlueprintSpellbookReference>(),
141139
Resources.SpellbookBlueprints.WizardSpellbook.ToReference<BlueprintSpellbookReference>(),
142140
Resources.SpellbookBlueprints.DruidSpellbook.ToReference<BlueprintSpellbookReference>(),
143141
};

0 commit comments

Comments
 (0)