diff --git a/mods/SleepyG11@TheEncounter/description.md b/mods/SleepyG11@TheEncounter/description.md new file mode 100644 index 000000000..183857197 --- /dev/null +++ b/mods/SleepyG11@TheEncounter/description.md @@ -0,0 +1,5 @@ +Provides API to create Events, such as the ones seen in Hot Potato mod. + +Events are made through Domains and Scenarios. `TheEncounter.Domain`s provide info about encountering the events, and `TheEncounter.Scenario`s provide logic of an Event. + +Adds 2 new states: G.STATES.ENC_EVENT_SELECT and G.STATES.ENC_EVENT diff --git a/mods/SleepyG11@TheEncounter/meta.json b/mods/SleepyG11@TheEncounter/meta.json new file mode 100644 index 000000000..184044f16 --- /dev/null +++ b/mods/SleepyG11@TheEncounter/meta.json @@ -0,0 +1,14 @@ +{ + "title": "TheEncounter", + "requires-steamodded": true, + "requires-talisman": false, + "categories": [ + "API" + ], + "author": "SleepyG11", + "repo": "https://github.com/SleepyG11/TheEncounterBalatro/tree/main", + "downloadURL": "https://github.com/SleepyG11/TheEncounterBalatro/archive/refs/heads/main.zip", + "version": "0.1.0", + "automatic-version-check": true, + "fixed-release-tag-updates": false +}