Skip to content

Commit

Permalink
Create japaneseruins.dungeon
Browse files Browse the repository at this point in the history
  • Loading branch information
theobserver12 authored Jan 27, 2018
1 parent 7afa2e3 commit a03b55b
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions dungeons/missions/japaneseruins/japaneseruins.dungeon
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"metadata" : {
"name" : "japaneseruins",
"species" : "generic",
"rules" : [
],
"anchor" : [ "japaneseruins" ],
"gravity" : 80,
"maxRadius" : 100000,
"maxParts" : 100,
"protected" : true
},

"parts" : [
{
"name" : "japaneseruins",
"rules" : [
[ "maxSpawnCount", [1] ]
],
"def" : [ "tmx", "japaneseruins.json" ]
}
]
}

0 comments on commit a03b55b

Please sign in to comment.