KO
|
EN
gitlite — search
Search
#llm
#typescript
#python
#golang
#deep-learning
#cli
#security
#java
#nodejs
#machine-learning
#javascript
#cpp
ProTemplate
★ 26
Open GitHub ↗
Slay the Spire character mod template
Download README (.md)
Explore Similar Repositories
SeedSearch
:
A mod that searches through Slay the Spire seeds.
mapmarks
:
A Slay the Spire map highlighting mod (WIP)
conquer-the-spire
:
Slay the Spire simulator using C++ with some reinforcement learning
MCPTheSpire
:
A Slay the Spire mod that enables AI agents to play the game through the Model Context Protocol (MCP).
PackmasterCharacter
:
Slay the Spire Modding Anniversary Project 5
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
ProTemplate
?
Download (.md)
This is an example character template for the more experienced Slay the Spire modder. It contains the basics of an empty character, as well as: - Improved X cost action framework (Alchyr) - General action use wizard for any effects (GK + my own stuff) - Lambda power support (mine) - AbstractRelic, Power and Card with improved image loading and other shortcuts (alchyr + mine) - AbstractCard comes with secondary variable and secondary damage (me + Kio) - Automatic card recoloring (me + Mayhem) - Hopefully more! Let me know if there's something you'd want added!! Setup guide: 1. Clone the project with Github, preferably downloading with Github Desktop to make it so IntelliJ integration is easy! 2. Go into your `pom.xml`, and change the path to your steam installation, the artifactId, version number, name, description, and modID fields inside of that. 3. Rename the mod's Resources folder. (the folder under the `resources` folder, initially named todomodResources. The change needs to match your mod ID, plus "Resources". IE: if your modid is "blah", `blahResources`.) 4. In the modded character file, go to the Enums section at the bottom and change the PlayerClass and CardColor enums. They're also annotated with TODOs. 5. In the main mod file, change the modID to match the modID field in your `pom.xml`. 6. Delete LICENSE (and add [your own](https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/licensing-a-repository) if needed). 7. Change the author field in `resources/ModTheSpire.json` to your own name. 8. Rename the mod's code folder. (the folder named 'yourmod' to start). Right click and refactor its name to the name of your mod, all lowercase. 9+. You'll probably want to rename your character in the `Charstrings.json` file to start off. From there, it's just making the mod of your dreams!