Files
Aurora.3/config/example/customsynths.json
Lady Fowl bb4007a912 Overhauls Custom Synthetic Code (#6803)
Loads custom synths from json or SQL as opposed to a txt file. Adds support for multiple borg sprites, ai chassis and custom ai hologram sprites as opposed to one sprite per player. Adds the ability to use custom pai sprites
2019-08-07 21:30:01 +03:00

12 lines
234 B
JSON

{
"synths": {
"Synth name here": {
"ckey": "ckey",
"synthicon": "synth icon name",
"aiholoicon": "ai holo icon name",
"aichassisicon": "ai chassis icon name",
"paiicon": "pai icon name"
}
}
}