Skip to content

Commit

Permalink
fixed road / city generation, modified mod description
Browse files Browse the repository at this point in the history
  • Loading branch information
David Brown authored and kevingranade committed Jun 10, 2019
1 parent 3261440 commit 7cceebd
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions data/mods/desert_region/desert_regional_map_settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
"id": "default",
"default_oter": "desert",
"default_groundcover": [ [ "t_searth_test", 4 ], [ "t_sand", 1 ] ],
"river_scale": 0.2,
"river_scale": 0.0,
"field_coverage": {
"percent_coverage": 0.1333,
"default_ter": "t_shrub",
"other": {
"f_cactus": 12.3333,
"t_cactus": 12.3333,
"t_tree_young": 0.2,
"t_tree": 0.1,
"t_tree_birch": 0.05,
Expand Down
2 changes: 1 addition & 1 deletion data/mods/desert_region/desert_special_locations.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
{
"type": "overmap_location",
"id": "desert",
"terrains": [ "field" ]
"terrains": [ "desert" ]
},
{
"type": "overmap_location",
Expand Down
2 changes: 1 addition & 1 deletion data/mods/desert_region/modinfo.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"ident": "desertpack",
"name": "Desert Region",
"authors": [ "Dpwb", "DracoGriffin" ],
"description": "Nondescript desert set in the Cataclysm universe.",
"description": "A testbed/WIP mod to showcase regional_map_settings JSON changes.",
"category": "content",
"dependencies": [ "dda" ],
"version": "0.1",
Expand Down

0 comments on commit 7cceebd

Please sign in to comment.