forked from CleverRaven/Cataclysm-DDA
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove hardcoded field mapgen (CleverRaven#70122)
* Remove hardcoded field mapgen I expected that to be much harder. * lint * Update regions.json * remove from mods This may need some adjusting * Update ice_fields.json no longer builtin * Update desert_overmap_terrain.json * Update tropical_overmap_terrain.json * deletion typo * Another accidental deletion * Update tropical_overmap_terrain.json * Update tropical_overmap_terrain.json * add mapgen for tropicataclysm desert Could be fine tuned but I don't know tropicataclysm
- Loading branch information
Showing
19 changed files
with
109 additions
and
533 deletions.
There are no files selected for viewing
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,55 @@ | ||
[ | ||
{ | ||
"type": "mapgen", | ||
"method": "json", | ||
"om_terrain": [ "field" ], | ||
"object": { | ||
"fill_ter": "t_region_groundcover", | ||
"rows": [ | ||
"123123123123123123123123", | ||
"231231231231231231231231", | ||
"312312312312312312312312", | ||
"123123123123123123123123", | ||
"231231231231231231231231", | ||
"312312312312312312312312", | ||
"123123123123123123123123", | ||
"231231231231231231231231", | ||
"312312312312312312312312", | ||
"123123123123123123123123", | ||
"231231231231231231231231", | ||
"312312312312312312312312", | ||
"123123123123123123123123", | ||
"231231231231231231231231", | ||
"312312312312312312312312", | ||
"123123123123123123123123", | ||
"231231231231231231231231", | ||
"312312312312312312312312", | ||
"123123123123123123123123", | ||
"231231231231231231231231", | ||
"312312312312312312312312", | ||
"123123123123123123123123", | ||
"231231231231231231231231", | ||
"312312312312312312312312" | ||
], | ||
"//": "1: reserve for furniture. 2: reserve for terrain. 3: reserve for items.", | ||
"terrain": { | ||
"1": "t_region_groundcover", | ||
"2": [ [ "t_region_groundcover", 35000 ], [ "t_region_shrub_plains", 6 ], [ "t_region_tree", 2 ] ], | ||
"3": "t_region_groundcover" | ||
}, | ||
"furniture": { | ||
"1": [ | ||
[ "f_null", 35000 ], | ||
[ "f_region_plain", 100 ], | ||
[ "f_boulder_small", 10 ], | ||
[ "f_boulder_medium", 8 ], | ||
[ "f_boulder_large", 2 ], | ||
[ "f_region_flower", 1 ] | ||
], | ||
"2": "f_null", | ||
"3": "f_null" | ||
}, | ||
"items": { "3": { "item": "field", "chance": 1 } } | ||
} | ||
} | ||
] |
File renamed without changes.
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.