JSON Mods: Create Sentinels Sets

From Astrea Wiki
Jump to navigation Jump to search
  • After creating a mod, go to the mod folder and find the folder called "SentinelsSets";
caption
  • Now you need to create a JSON file for each Sentinels Set that you want to create and put the JSON files in the folder "SentinelsSets". It is possible to create multiple Sentinels Sets in the same Mod. Create a new JSON file for the Sentinels Set using this JSON file Sentinels Set JSON File Example as an example, it has the structure for creating new Sentinels Sets;
  • Change the name of the character that the Sentinels Set belongs to. It is possible to make a Sentinels Set appear to all characters, to do this change the character name to "Neutral";
    "Character": "Moonie",
  • Add the name of the sentinels that you want to be in the set;
	"Sentinels": [
		"AdaptedCourier",
		"SolarPlexus"
	]
  • After creating the Sentinels Sets that you want, restart Astrea, go to the Character Selection screen, select a character that you created a Sentinels Set and besides the "Play with character" button there will be a button called "Sentinels", click it, the Sentinels Sets that you created will be there alongside the default Sentinels Set. This way you can test out the Sentinels Sets that you created. Whenever you want to make changes to a Sentinels Set or add a new Sentinels Set you will need to restart Astrea to make it appear on the Sentinels Sets UI.
caption

Go Back to Mods page: Mods