Slime and Largo Configs
The slimes.json contains an list of interfaces, introduced into brackets, do not delete them ;).
One slime config interface looks like this:
{
"Name": "SLIME_NAME",
"FoodConfig": {
"Add": [
"FOODGROUP","…"
],
"Remove": [
"FOODGROUP","…"
]
},
"ColourConfig": {
"Top": "TOP_COLOUR_AS_HEX_STRING_WITHOUT_#",
"Mid": "MIDDLE_COLOUR_AS_HEX_STRING_WITHOUT_#",
"Bot": "BOTTOM_COLOUR_AS_HEX_STRING_WITHOUT_#"
}
}
If your unsure about slime/largo or foodgroup names, checkout the list I added to these docs.
If you want to leave a configuration out, you can either assign null, or just leave it out of the file.