
Dacextras
More features for Dungeons and combat (dac), including a config & custom class creation system
Dacextras is an addon to Dungeons and Combat, adding features and configs that do not exist in DaC due to Mcreator restrictions.
Config
The config file is dacextras-common.toml and can be found in your config file once the game is loaded at least once with dacextras installed. The config currently includes: Config for attributes of all default classes Kamath Boss attributes Fractured vex spawn rates
CUSTOM CLASS CREATOR (:
To create a custom class, you must first several files in your config folder. These files will NOT be auto-generated and in order to enable this feature you must create them yourself.
First, create a folder named "dacextras_custom_classes", which will contain all json files for your custom classes. ** Then, create a file named "custom_main.json"** In this file, there will only be one field being a list of all the names/ids of your custom classes. Example:
Spoiler
{ "custom_classes": ["Necromancer", "Holy Knight"] }
You can basically have as many custom classes as you want For each custom class, you must create a file with the same name/id as that class which will contain all of the attributes of that class. For example, in "Necromancer.json:
Spoiler
{ "max_health":4, "damage":4, "speed":3, "swing":6, "armor":8, "toughness":9, "description1": "best description", "description2":"the best class", "description3":"idk ur description", "helmet":"minecraft:iron_helmet", "leggings":"minecraft:iron_leggings", "chestplate":"minecraft:iron_chestplate", "boots":"minecraft:iron_boots", "main_hand":"minecraft_iron_sword", "off_hand":"minecraft:iron_sword"}
Also reworks how attributes are applied, so now champion belt and anything affecting base health works properly Note: Custom classes will give achievement "dacextras:the_custom"
