Skip to content

Commit

Permalink
add apiary
Browse files Browse the repository at this point in the history
  • Loading branch information
BenLubar committed Mar 21, 2021
1 parent 11ac876 commit c3c9096
Show file tree
Hide file tree
Showing 3 changed files with 149 additions and 0 deletions.
10 changes: 10 additions & 0 deletions plans/generic01.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
]
},
"outdoor": [
"generic01_apiary",
"generic01_cage_trap",
"generic01_depot",
"generic01_mineshaft",
Expand All @@ -47,6 +48,7 @@
}
},
"limits": {
"generic01_apiary": [1, 1],
"generic01_cage_trap": [20, 100],
"generic01_barracks": [4, 8],
"generic01_bedroom": [120, 300],
Expand Down Expand Up @@ -476,6 +478,14 @@
"type": "cemetery"
}
},
{
"name": "Apiary",
"action": "dig",
"match": {
"type": "corridor",
"comment": "apiary"
}
},
{
"name": "Farmer's Workshop",
"action": "dig",
Expand Down
4 changes: 4 additions & 0 deletions rooms/instances/generic01_apiary/generic.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"$schema": "https://ben.lubar.me/df-ai-schemas/room-instance.json",
"p": []
}
135 changes: 135 additions & 0 deletions rooms/templates/generic01_apiary/generic.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,135 @@
{
"$schema": "https://ben.lubar.me/df-ai-schemas/room-template.json",
"f": [
{
"type": "hive",
"x": 0,
"y": 0,
"z": 0
},
{
"type": "hive",
"x": 2,
"y": 0,
"z": 0
},
{
"type": "hive",
"x": 4,
"y": 0,
"z": 0
},
{
"type": "hive",
"x": 6,
"y": 0,
"z": 0
},
{
"type": "hive",
"x": 0,
"y": 1,
"z": 0
},
{
"type": "hive",
"x": 2,
"y": 1,
"z": 0
},
{
"type": "hive",
"x": 4,
"y": 1,
"z": 0
},
{
"type": "hive",
"x": 6,
"y": 1,
"z": 0
},
{
"type": "hive",
"x": 0,
"y": 2,
"z": 0
},
{
"type": "hive",
"x": 2,
"y": 2,
"z": 0
},
{
"type": "hive",
"x": 4,
"y": 2,
"z": 0
},
{
"type": "hive",
"x": 6,
"y": 2,
"z": 0
},
{
"type": "hive",
"x": 0,
"y": 3,
"z": 0
},
{
"type": "hive",
"x": 2,
"y": 3,
"z": 0
},
{
"type": "hive",
"x": 4,
"y": 3,
"z": 0
},
{
"type": "hive",
"x": 6,
"y": 3,
"z": 0
},
{
"type": "hive",
"x": 0,
"y": 4,
"z": 0
},
{
"type": "hive",
"x": 2,
"y": 4,
"z": 0
},
{
"type": "hive",
"x": 4,
"y": 4,
"z": 0
},
{
"type": "hive",
"x": 6,
"y": 4,
"z": 0
}
],
"r": [
{
"type": "corridor",
"min": [-3, -2, 0],
"max": [3, 2, 0],
"outdoor": true,
"layout": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19],
"comment": "apiary"
}
]
}

0 comments on commit c3c9096

Please sign in to comment.