JSON Mods: Create Blessings Sets

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

Go Back to Mods page: Mods