-
Notifications
You must be signed in to change notification settings - Fork 4.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #35627 from ralreegorganon/region-terrain-types
Add regional terrain/furniture resolution to mapgen
- Loading branch information
Showing
12 changed files
with
374 additions
and
25 deletions.
There are no files selected for viewing
13 changes: 13 additions & 0 deletions
13
data/json/furniture_and_terrain/furniture-regional-pseudo.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
[ | ||
{ | ||
"type": "furniture", | ||
"id": "f_region_flower", | ||
"name": "this should never actually show up, it's a pseudo furniture", | ||
"description": "this should never actually show up, it's a pseudo furniture", | ||
"symbol": " ", | ||
"color": "black", | ||
"move_cost_mod": 0, | ||
"required_str": 0, | ||
"flags": [ "TRANSPARENT", "NOITEM" ] | ||
} | ||
] |
32 changes: 32 additions & 0 deletions
32
data/json/furniture_and_terrain/terrain-regional-pseudo.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
[ | ||
{ | ||
"type": "terrain", | ||
"id": "t_region_groundcover", | ||
"name": "this should never actually show up, it's a pseudo terrain", | ||
"description": "this should never actually show up, it's a pseudo terrain", | ||
"symbol": " ", | ||
"color": "black", | ||
"move_cost": 0, | ||
"flags": [ "TRANSPARENT", "NOITEM" ] | ||
}, | ||
{ | ||
"type": "terrain", | ||
"id": "t_region_tree", | ||
"name": "this should never actually show up, it's a pseudo terrain", | ||
"description": "this should never actually show up, it's a pseudo terrain", | ||
"symbol": " ", | ||
"color": "black", | ||
"move_cost": 0, | ||
"flags": [ "TRANSPARENT", "NOITEM" ] | ||
}, | ||
{ | ||
"type": "terrain", | ||
"id": "t_region_shrub", | ||
"name": "this should never actually show up, it's a pseudo terrain", | ||
"description": "this should never actually show up, it's a pseudo terrain", | ||
"symbol": " ", | ||
"color": "black", | ||
"move_cost": 0, | ||
"flags": [ "TRANSPARENT", "NOITEM" ] | ||
} | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.