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:
3
mods/InertSteak@Pokermon/description.md
Normal file
3
mods/InertSteak@Pokermon/description.md
Normal 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
|
||||||
8
mods/InertSteak@Pokermon/meta.json
Normal file
8
mods/InertSteak@Pokermon/meta.json
Normal 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"
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user