|
2 | 2 | <summary>View Changelog</summary> |
3 | 3 |
|
4 | 4 | # 2.22.0 |
5 | | -- Added AllFullBoons list to BoonManager |
6 | | -- Added FullConsumableItemData to ConsumableItemManager |
7 | 5 | - Added FullBoon objects for each vanilla Boon |
8 | | -- Added RuleBookManager.GetUnformattedPageId for retrieving a pageId without the API identifier |
9 | | -- Added support for rulebook text redirects |
10 | | -- Added GetFullBoon and GetFullConsumableItemData extension methods |
| 6 | +- Added 'AllFullBoons' list to BoonManager |
11 | 7 | - Added support for boons and items appearing in multiple acts' rulebooks |
12 | | -- Added metaCategories field to FullBoon |
13 | | -- Added BoonShouldBeAdded method to BoonManager |
14 | | -- Added ItemShouldBeAdded method to ConsumableItemPatches |
| 8 | +- Added RuleBookRedirectManager and support for rulebook text redirects/page links |
| 9 | +- Added additional methods to RuleBookManager: ItemShouldBeAdded, BoonShouldBeAdded, SlotModShouldBeAdded, GetUnformattedPageId |
| 10 | +- Added GetFullBoon and GetFullConsumableItemData extension methods |
| 11 | +- Added extension methods for adding text redirects to abilities, stat icons, items, boons, slot modifications, and rulebook pages |
15 | 12 | - Fixed RuleBook construction patches having lower patch priority than intended |
16 | | -- Moved ConsumableItemManager patches to ConsumableItemPatches class |
17 | | -- Changed patch to LoadPage from a prefix to a transpiler to avoid mod conflicts |
18 | | - - modders can modify this transpiler by overriding |
| 13 | +- Moved ConsumableItemManager patches to a separate ConsumableItemPatches class |
| 14 | +- Modified implementation of rulebook fill page logic to let modders patch the API logic |
| 15 | + - Patch 'RuleBookManagerPatches.FillPage' to do this |
19 | 16 | - Tweaked how custom rulebook pages are added and detected |
20 | | -- Tweaked wiki page for adding custom rulebook sections, added additional section on text redirects |
| 17 | +- Tweaked wiki page for adding custom rulebook sections |
| 18 | +- Added wiki section on adding text redirects |
21 | 19 |
|
22 | 20 | # 2.21.1 |
23 | 21 | - Fixed RuleBookManager not syncing when playing with no custom rulebook sections |
|
0 commit comments