Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions mods/SleepyG11@TheEncounter/description.md
Original file line number Diff line number Diff line change
@@ -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
14 changes: 14 additions & 0 deletions mods/SleepyG11@TheEncounter/meta.json
Original file line number Diff line number Diff line change
@@ -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
}