Renderer/assets/Data/game/races.json
austin 4b85519e1a
All checks were successful
studiorailgun/Renderer/pipeline/head This commit looks good
validate race data
2025-05-18 12:30:37 -04:00

12 lines
237 B
JSON

{
"raceMap" : [
{
"raceId" : "human",
"displayName" : "Human",
"associatedCreatureId" : "human",
"structureIds": [
"defaultHouse"
]
}
]
}