You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
__result.AddRange(__instance.ConstructPages(pageRange,max+1,min,doAddPageFunc,newAction<RuleBookPageInfo,PageRangeInfo,int>(__instance.FillAbilityPage),Localization.Translate("APPENDIX XII, SUBSECTION VI - CUSTOM ABILITIES {0}")));
767
+
__result.AddRange(__instance.ConstructPages(pageRange,max+1,min,doAddPageFunc,newAction<RuleBookPageInfo,PageRangeInfo,int>(__instance.FillAbilityPage),Localization.Translate("APPENDIX XII, SUBSECTION I - MOD ABILITIES {0}")));
Copy file name to clipboardExpand all lines: README.md
+11-11Lines changed: 11 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,11 @@
3
3
## Inscryption API made by Cyantist
4
4
5
5
This plugin is a BepInEx plugin made for Inscryption as an API.
6
-
It can currently create custom cards and inject them into the card pool, or modify existing cards in the card pool.
6
+
It can currently:
7
+
- Create custom cards and inject them into the card pool
8
+
- Modify existing cards in the card pool
9
+
- Create custom abilities and inject them into the ability pool
10
+
- Create custom regions
7
11
8
12
## Installation (automated)
9
13
This is the recommended way to install the API on the game.
@@ -43,25 +47,21 @@ If you want help debugging you can find me on the [Inscryption Modding Discord](
43
47
## Development
44
48
At the moment I am working on:
45
49
46
-
- Cleaning the plugins code up
47
50
- Adding comments
48
-
- Improving the parameter handle order and names
49
51
- Documentation
52
+
- Custom special abilities
50
53
51
54
The next planned features for this plugin are:
52
55
53
-
- Extending the loader to handle and load custom abilities, boons and items.
54
-
55
-
Future planned features for this plugin include:
56
-
57
-
- Automatic installation
56
+
- Extending the loader to handle and load custom ~~abilities,~~ boons and items.
58
57
59
58
## Contribution
60
59
### How can you help?
61
60
Use the plugin and report bugs you find! Lots of traits won't be designed to work well together and may cause bugs or crashes. At the very least we can document this. Ideally we can create generic patches for them.
62
61
### But really, I want to help develop this mod
63
-
Great! I'm more than happy to accept help. Either make a pull request or come join us over in Daniel Mullins Discord, you can normally find me in the thread Modding in #inscribe-datamine but hopefully we'll have a dedicated channel soon
62
+
Great! I'm more than happy to accept help. Either make a pull request or come join us over in the [Inscryption Modding Discord](https://discord.gg/QrJEF5Denm).
63
+
### Can I donate?
64
+
Donations are totally not needed, this is a passion project before anything else. If you do still want to donate though, you can buy me a coffee on [ko-fi](https://ko-fi.com/madcyantist).
"description": "This plugin is a BepInEx plugin made for Inscryption as an API. It can currently create custom cards and inject them into the card pool, or modify existing cards in the card pool.",
5
+
"description": "This plugin is a BepInEx plugin made for Inscryption as an API. It can currently create custom cards and abilities and inject them into the data pool, or modify existing cards in the card pool.",
0 commit comments