This commit is contained in:
Aria 2025-03-21 22:23:30 +11:00
commit 9c94d113d3
Signed by untrusted user who does not match committer: aria
GPG key ID: 19AB7AA462B8AB3B
10260 changed files with 1237388 additions and 0 deletions

View file

@ -0,0 +1,45 @@
{
"metadata" : {
"name" : "humanbunkernew",
"species" : "human",
"rules" : [
],
"anchor" : [ "entrance1right" ],
"gravity" : 80,
"maxRadius" : 1000000,
"maxParts" : 100,
"extendSurfaceFreeSpace" : 100,
"protected" : false
},
"parts" : [
{
"name" : "entrance1left",
"rules" : [
[ "maxSpawnCount", [1] ]
],
"def" : [ "tmx", "entrance1left.json" ]
},
{
"name" : "entrance1right",
"rules" : [
[ "maxSpawnCount", [1] ]
],
"def" : [ "tmx", "entrance1right.json" ]
},
{
"name" : "chamber1",
"rules" : [
[ "maxSpawnCount", [1] ]
],
"def" : [ "tmx", "chamber1.json" ]
},
{
"name" : "hallway1",
"rules" : [
[ "maxSpawnCount", [6] ]
],
"def" : [ "tmx", "hallway1.json" ]
}
]
}