Skip to content

Commit

Permalink
Fix regional settings
Browse files Browse the repository at this point in the history
  • Loading branch information
pisskop committed Sep 20, 2017
1 parent 48aa2ef commit 2b441b9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 10 deletions.
16 changes: 7 additions & 9 deletions pk_regional_settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,17 @@
{
"type": "region_settings",
"id": "default", "//": "identifier, when region_map is in it will determine alternatives ('desert' etc)",
"house_basement_chance": 6, "//": "one_in(n) houses with basements",
"house_basement_chance": 5, "//": "one_in(n) houses with basements",
"default_oter": "field", "//": "default oter_id (anything that isn't a house/road/etc) some become forests",
"default_groundcover": { "//": "biome settings for generic 'grass_or_dirt' (which is reproduced below",
"primary": "t_grass", "//": "default ter_id on ground",
"ratio": 4, "//": "one_in(n) chance that it becomes...",
"secondary": "t_dirt", "//": "...this instead"
},
"default_groundcover": [
[ "t_grass", 7850 ], [ "t_dirt", 2130 ], [ "t_tree_young", 15 ], [ "t_dirtmound", 3 ], [ "t_tree", 1 ], [ "t_tree_pine", 1 ]
],
"field_coverage": { "//": "biome settings for builtin field mapgen. The values below replicate results of hardcoded 'field' mapgen",
"percent_coverage": 0.9333, "//": "% of tiles that have a plant: one_in(120)",
"percent_coverage": 0.9000, "//": "% of tiles that have a plant: one_in(120)",
"default_ter": "t_shrub", "//": "default plant",
"other": { "//": "% of plants/features that aren't default_ter",
"t_shrub_blueberry": 0.4166,
"t_shrub_strawberry": 0.4166,
"t_shrub_blueberry": 0.2500,
"t_shrub_strawberry": 0.2500,
"f_mutpoppy": 8.3333,
"f_bluebell": 8.3333,
"f_dahlia": 8.3333,
Expand Down
1 change: 0 additions & 1 deletion vending items

This file was deleted.

0 comments on commit 2b441b9

Please sign in to comment.