Skip to content

Commit

Permalink
New ruleset to test decorations
Browse files Browse the repository at this point in the history
  • Loading branch information
Foxel committed Jan 7, 2018
1 parent f71b8b4 commit 4db1f9b
Showing 1 changed file with 21 additions and 12 deletions.
33 changes: 21 additions & 12 deletions Themes/dark/dark.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,42 +10,51 @@
"tileset": "blinds",
"decorations": [
{
"texture": "welcomeMat",
"texture": "welcomeMat3",
"length": 3,
"location": 0,
"amountType": 0,
"amount": "100",
"validLocations": {
"value": 4294967295
}
},
{
"texture": "welcomeMat2",
"length": 2,
"location": 1,
"location": 0,
"amountType": 0,
"amount": "100",
"validLocations": {
"value": 4294967295
}
}
],
"flavourTiles": [
},
{
"type": 1,
"texture": "paperhouse",
"location": 7,
"texture": "welcomeMat",
"length": 1,
"location": 0,
"amountType": 0,
"amount": "100",
"validLocations": {
"value": 0
"value": 4294967295
}
}
]
],
"flavourTiles": []
}
],
"rooms": [
{
"style": "hallway",
"start": 1,
"count": "1",
"size": "3"
"size": "6"
},
{
"style": "hallway",
"start": 2,
"count": "1",
"size": "3"
"size": "6"
}
]
}

0 comments on commit 4db1f9b

Please sign in to comment.