mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2025-12-26 18:12:40 +00:00
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
12 lines
234 B
JSON
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"
|
|
|
|
}
|
|
}
|
|
} |