v1.4.4
This commit is contained in:
commit
9c94d113d3
10260 changed files with 1237388 additions and 0 deletions
67
assets/devel/dungeons/testcase/testcase.dungeon
Normal file
67
assets/devel/dungeons/testcase/testcase.dungeon
Normal file
|
@ -0,0 +1,67 @@
|
|||
{
|
||||
"metadata" : {
|
||||
"name" : "testcase",
|
||||
"species" : "novakid",
|
||||
"rules" : [
|
||||
],
|
||||
"anchor" : [ "anchor" ],
|
||||
"gravity" : 80,
|
||||
"maxRadius" : 1000000,
|
||||
"maxParts" : 20,
|
||||
"extendSurfaceFreeSpace" : 100,
|
||||
"protected" : false
|
||||
},
|
||||
|
||||
"parts" : [
|
||||
|
||||
// SALOON LAYOUTS
|
||||
{
|
||||
"name" : "anchor",
|
||||
"rules" : [
|
||||
[ "doNotConnectToPart", [ "anchor", "piece" ] ],
|
||||
[ "doNotCombineWith", [ "anchor" ] ]
|
||||
],
|
||||
"def" : [ "tmx", "anchor.json" ],
|
||||
"chance" : 1
|
||||
},
|
||||
|
||||
{
|
||||
"name" : "piece",
|
||||
"rules" : [
|
||||
[ "doNotConnectToPart", [ "anchor", "piece" ] ]
|
||||
],
|
||||
"def" : [ "tmx", "piece.json" ],
|
||||
"chance" : 1
|
||||
},
|
||||
|
||||
{
|
||||
"name" : "connector1",
|
||||
"rules" : [
|
||||
// [ "doNotConnectToPart", [ "anchor" ] ]
|
||||
[ "doNotConnectToPart", [ "connector1", "connector2", "connector3" ] ]
|
||||
],
|
||||
"def" : [ "tmx", "connector1.json" ],
|
||||
"chance" : 1
|
||||
},
|
||||
|
||||
{
|
||||
"name" : "connector2",
|
||||
"rules" : [
|
||||
// [ "doNotConnectToPart", [ "anchor" ] ]
|
||||
[ "doNotConnectToPart", [ "connector1", "connector2", "connector3" ] ]
|
||||
],
|
||||
"def" : [ "tmx", "connector2.json" ],
|
||||
"chance" : 1
|
||||
},
|
||||
|
||||
{
|
||||
"name" : "connector3",
|
||||
"rules" : [
|
||||
// [ "doNotConnectToPart", [ "anchor" ] ]
|
||||
[ "doNotConnectToPart", [ "connector1", "connector2", "connector3" ] ]
|
||||
],
|
||||
"def" : [ "tmx", "connector3.json" ],
|
||||
"chance" : 1
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue