-
Notifications
You must be signed in to change notification settings - Fork 36
Adding Content
From here, what exactly to do depends entirely on what you want to make.
If you plan on making a character, start from Adding a Character and then move on to Adding Cards and Adding Relics.
If you want to just add content to existing characters, just go straight to Adding Cards and Adding Relics.
For anything else, you'll likely need two things: other guides, and looking at examples.
The most useful references will likely be the BaseMod, ModTheSpire, and StSLib wikis.
The BaseMod wiki explains how to add various types of content using the hooks it provides, along with other features that you may find helpful for the content you're trying to create. I would recommend this one first.
The ModTheSpire wiki explains patching, which will be necessary for more complicated mods, such as if you want to add your own mechanics.
StSLib provides some commonly-used features, mainly for cards and relics.
Rather than attempting to link to every tutorial ever made, I'll recommend you go to the Slay the Spire discord and ask around in the #modding-technical channel if you know what you want to make but can't find the information you need.