Skip to content

Commit fb38fbc

Browse files
committed
Add manifest, update changelog
1 parent 05ad86c commit fb38fbc

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
# Changelog
2+
3+
## v2.0
4+
- Rewrite (Specifics to be added)
5+
26
## v1.13.0
37
- Added support for custom card backgrounds, dialogs, encounters and talking cards
48
- Fixes to abilities loading and stackable custom abilities

manifest.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"name": "API",
3+
"version_number": "2.0.0",
4+
"website_url": "https://github.com/ScottWilson0903/InscryptionAPI",
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.",
6+
"dependencies": [
7+
"BepInEx-BepInExPack_Inscryption-5.4.1701"
8+
]
9+
}

0 commit comments

Comments
 (0)