Skip to content

Commit

Permalink
feat(content): add 2story03
Browse files Browse the repository at this point in the history
new house
  • Loading branch information
LilShiningMan committed Aug 2, 2024
1 parent 040af36 commit 7b1a8a4
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 0 deletions.
10 changes: 10 additions & 0 deletions data/json/overmap/multitile_city_buildings.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,16 @@
{ "point": [ 0, 0, 2 ], "overmap": "2Story02_roof_north" }
]
},
{
"type": "city_building",
"id": "2Story03",
"locations": [ "land" ],
"overmaps": [
{ "point": [ 0, 0, 0 ], "overmap": "2Story03_1_north" },
{ "point": [ 0, 0, 1 ], "overmap": "2Story03_2_north" },
{ "point": [ 0, 0, 2 ], "overmap": "2Story03_roof_north" }
]
},
{
"type": "city_building",
"id": "2storyModern01",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@
"2Story01_2",
"2Story02_1",
"2Story02_2",
"2Story03_1",
"2Story03_2",
"2storyModern01_first",
"2storyModern01_second",
"2storyModern02_1",
Expand Down Expand Up @@ -284,6 +286,7 @@
"id": [
"2Story01_roof",
"2Story02_roof",
"2Story03_roof",
"2storyModern01_roof",
"2storyModern02_roof",
"2StoryModern03_roof",
Expand Down
1 change: 1 addition & 0 deletions data/json/regional_map_settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -593,6 +593,7 @@
"houses": {
"2Story01": 50,
"2Story02": 50,
"2Story03": 50,
"2storyModern01": 50,
"2storyModern02": 50,
"2StoryModern03": 50,
Expand Down

0 comments on commit 7b1a8a4

Please sign in to comment.