JSON Mods: Create Starter Dice Sets

From Astrea Wiki
Jump to navigation Jump to search
  • After creating a mod, go to the mod folder and find the folder called "StarterDiceSets";
caption
  • Now you need to create a JSON file for each Starter Dice Set that you want to create and put the JSON files in the folder "StarterDiceSets". It is possible to create multiple Starter Dice Sets in the same Mod. Create a new JSON file for the Starter Dice Set using this JSON file Starter Dice Set JSON File Example as an example, it has the structure for creating new Starter Dice Sets, it is using Moonie as an example;
  • Change the name of the character that the Starter Dice Set belongs to. It is possible to make a Starter Dice Set appear to all characters, to do this change the character name to "Neutral";
    "Character": "Moonie",
  • If you wanna create new dice, you will need to create them using the Create New Character Die. Else you can use dice that already exist in game. You can use dice from other tiers, like Safe, Balanced, etc, and even other characters.
  • Change the die name and amount of copies of the die;
    "Dice": [
        {
            "DieName": "Convert",
            "DieAmount": 2
        },
        {
            "DieName": "Purify++",
            "DieAmount": 2
        },
        {
            "DieName": "Twilight Sigil",
            "DieAmount": 2
        },
        {
            "DieName": "Light Shield",
            "DieAmount": 3
        }
Observation: In the case of adding a Starter Dice, you must write its name and finish with the character name, for example, "MinorShieldMoonie" or "MinorPurifyHevelius".
  • After creating the Starter Dice Sets that you want, restart Astrea, go to the Character Selection screen, select a character that you created a Starter Dice Set and besides the "Play with character" button there will be a button called "Starter Dice", click it, the Starter Dice Sets that you created will be there alongside the default Starter Dice Set. This way you can test out the Starter Dice Sets that you created. Whenever you want to make changes to a Starter Dice Set or add a new Starter Dice Set you will need to restart Astrea to make it appear on the Starter Dice Sets UI.
caption


Go Back to Mods page: Mods