1
0

add pokermon (#1)

This pull request introduces a new mod called "Pokermon" for the game
Balatro. The changes include the addition of a description file and a
metadata file for the mod.

Details of the changes:

* Added a description for the "Pokermon" mod in
`mods/InertSteak@Pokermon/description.md`, explaining the content and
features of the mod.
* Created a metadata file `mods/InertSteak@Pokermon/meta.json` with
relevant information such as title, mod loader, category, author,
repository URL, and download URL.
This commit is contained in:
Efe
2025-01-01 18:41:43 +01:00
committed by GitHub
2 changed files with 11 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
# What is Pokermon?
Pokermon is a full content mod for Balatro, adding content based on Pokemon. There are now 200(!!) Jokers that have been added alongside many other custom additions. There is also an option to only play with Pokemon Jokers if you want to focus on the new content. (Option defaults to off)
> by InertSteak

View File

@@ -0,0 +1,8 @@
{
"title": "Pokermon",
"mod-loader": "steamodded",
"category": "Gameplay",
"author": "InertSteak",
"repo":"https://github.com/InertSteak/Pokermon",
"downloadURL": "https://github.com/InertSteak/Pokermon/archive/refs/tags/2.1.0b.tar.gz"
}