-
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.
add json-based map extras for fields
linting and fix leftover from testing fix cp error switch to update mapgen mode begin integrating update_mapgen Update wilderness.json Update wilderness.json add shed Update regional_map_settings.json adjust frequencies based on playtest lint Update wilderness.json
- Loading branch information
Showing
4 changed files
with
302 additions
and
21 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,256 @@ | ||
[ | ||
{ | ||
"type": "palette", | ||
"id": "long_grass_meadow_palette", | ||
"terrain": { | ||
" ": "t_null", | ||
".": [ [ "t_region_groundcover", 10 ], "t_grass_long" ], | ||
",": [ [ "t_region_groundcover", 4 ], "t_grass_long" ], | ||
";": [ "t_region_groundcover", [ "t_grass_long", 2 ] ], | ||
"|": [ "t_region_groundcover", [ "t_grass_long", 10 ] ] | ||
}, | ||
"furniture": { | ||
".": [ [ "f_null", 200 ], [ "f_region_weed", 7 ], [ "f_boulder_small", 2 ], "f_boulder_medium", "f_boulder_large" ], | ||
",": [ [ "f_null", 200 ], [ "f_region_weed", 8 ], [ "f_boulder_small", 2 ], "f_boulder_medium", "f_boulder_large" ], | ||
";": [ [ "f_null", 200 ], [ "f_region_weed", 9 ], [ "f_boulder_small", 2 ], "f_boulder_medium", "f_boulder_large" ], | ||
"|": [ [ "f_null", 200 ], [ "f_region_weed", 10 ], [ "f_boulder_small", 2 ], "f_boulder_medium", "f_boulder_large" ] | ||
} | ||
}, | ||
{ | ||
"type": "palette", | ||
"id": "copse_trees_palette", | ||
"terrain": { | ||
" ": "t_null", | ||
".": [ [ "t_region_groundcover", 60 ], "t_region_tree", "t_region_shrub" ], | ||
",": [ [ "t_region_groundcover", 30 ], [ "t_region_groundcover_forest", 8 ], [ "t_region_tree", 2 ], "t_region_shrub" ], | ||
";": [ [ "t_region_groundcover", 10 ], [ "t_region_groundcover_forest", 8 ], [ "t_region_tree", 6 ], "t_region_shrub" ], | ||
"|": [ [ "t_region_groundcover_forest", 7 ], "t_water_sh" ] | ||
}, | ||
"furniture": { | ||
".": [ [ "f_null", 200 ], [ "f_region_weed", 7 ] ], | ||
",": [ [ "f_null", 200 ], [ "f_region_weed", 8 ] ], | ||
";": [ [ "f_null", 200 ], [ "f_region_weed", 10 ] ] | ||
} | ||
}, | ||
{ | ||
"type": "mapgen", | ||
"method": "json", | ||
"update_mapgen_id": "mx_grass_map", | ||
"object": { | ||
"rows": [ | ||
" ......... ", | ||
" ............... ", | ||
" .......,,,,,....... ", | ||
" .....,,,,,,,,,,..... ", | ||
" ...,,,,,,,,,,,,,,.... ", | ||
" ....,,,;;;;;;;,,,,.... ", | ||
" ...,,,;;;;;;;;;,,,,... ", | ||
"....,,;;;;||;;;;,,,,....", | ||
"...,,,,;;;;;||;;,,,,,...", | ||
"...,;,;;||;||;;;;,,,,...", | ||
"...,,;;;;;;;;||;;,,,,...", | ||
"...,;,;||;||;;;;;,,,,...", | ||
"...,,,,;;;;;;||;,,,,,...", | ||
"...,;,,;;||;||;;,,,,,...", | ||
"...,,,;;|;;;;||;;,,,,...", | ||
"...,,,,,;;||;;;;,,,,,...", | ||
"....,,;,;;;;;;;,,,,,....", | ||
" ...,,,,,,;;||;;;,,,... ", | ||
" ....,,,,,;;;;;,,,,.... ", | ||
" ....,,,,,,,,,,,,,,.... ", | ||
" .......,,,,,,....... ", | ||
" .................... ", | ||
" ................ ", | ||
" .......... " | ||
], | ||
"palettes": [ "long_grass_meadow_palette" ] | ||
} | ||
}, | ||
{ | ||
"type": "mapgen", | ||
"method": "json", | ||
"update_mapgen_id": "mx_grass_map", | ||
"object": { "place_nested": [ { "chunks": [ [ "mx_grass_nested", 100 ] ], "x": [ 0, 17 ], "y": [ 0, 17 ], "repeat": [ 1, 6 ] } ] } | ||
}, | ||
{ | ||
"type": "mapgen", | ||
"method": "json", | ||
"nested_mapgen_id": "mx_grass_nested", | ||
"object": { | ||
"mapgensize": [ 6, 6 ], | ||
"rows": [ | ||
" .... ", | ||
".,,,,.", | ||
".,|;,.", | ||
".,;|,.", | ||
".,,,,.", | ||
" .... " | ||
], | ||
"palettes": [ "long_grass_meadow_palette" ] | ||
} | ||
}, | ||
{ | ||
"type": "mapgen", | ||
"method": "json", | ||
"nested_mapgen_id": "mx_grass_nested", | ||
"object": { | ||
"mapgensize": [ 8, 8 ], | ||
"rows": [ | ||
" ...... ", | ||
"..,,,,..", | ||
".,,|;,,.", | ||
".,;||;,.", | ||
".,;|;;,.", | ||
".,,;|,,.", | ||
"..,,,,..", | ||
" ...... " | ||
], | ||
"palettes": [ "long_grass_meadow_palette" ] | ||
} | ||
}, | ||
{ | ||
"type": "mapgen", | ||
"method": "json", | ||
"update_mapgen_id": "mx_trees_map", | ||
"object": { | ||
"rows": [ | ||
" ......... ", | ||
" ............... ", | ||
" .......,,,,,....... ", | ||
" .....,,,,,,,,,,..... ", | ||
" ...,,,,,,,,,,,,,,.... ", | ||
" ....,,,;;;;;;;,,,,.... ", | ||
" ...,,,;;;;;;;;;,,,,... ", | ||
"....,,;;;;||;;;;,,,,....", | ||
"...,,,,;;;;;||;;,,,,,...", | ||
"...,;,;;||;||;;;;,,,,...", | ||
"...,,;;;;;;;;||;;,,,,...", | ||
"...,;,;||;||;;;;;,,,,...", | ||
"...,,,,;;;;;;||;,,,,,...", | ||
"...,;,,;;||;||;;,,,,,...", | ||
"...,,,;;|;;;;||;;,,,,...", | ||
"...,,,,,;;||;;;;,,,,,...", | ||
"....,,;,;;;;;;;,,,,,....", | ||
" ...,,,,,,;;||;;;,,,... ", | ||
" ....,,,,,;;;;;,,,,.... ", | ||
" ....,,,,,,,,,,,,,,.... ", | ||
" .......,,,,,,....... ", | ||
" .................... ", | ||
" ................ ", | ||
" .......... " | ||
], | ||
"palettes": [ "copse_trees_palette" ] | ||
} | ||
}, | ||
{ | ||
"type": "mapgen", | ||
"method": "json", | ||
"update_mapgen_id": "mx_trees_map", | ||
"object": { "place_nested": [ { "chunks": [ [ "mx_trees_nested", 100 ] ], "x": [ 0, 17 ], "y": [ 0, 17 ], "repeat": [ 1, 6 ] } ] } | ||
}, | ||
{ | ||
"type": "mapgen", | ||
"method": "json", | ||
"nested_mapgen_id": "mx_trees_nested", | ||
"object": { | ||
"mapgensize": [ 6, 6 ], | ||
"rows": [ | ||
" .... ", | ||
".,,,,.", | ||
".,|;,.", | ||
".,;|,.", | ||
".,,,,.", | ||
" .... " | ||
], | ||
"palettes": [ "copse_trees_palette" ] | ||
} | ||
}, | ||
{ | ||
"type": "mapgen", | ||
"method": "json", | ||
"nested_mapgen_id": "mx_trees_nested", | ||
"object": { | ||
"mapgensize": [ 8, 8 ], | ||
"rows": [ | ||
" ...... ", | ||
"..,,,,..", | ||
".,,|;,,.", | ||
".,;||;,.", | ||
".,;|;;,.", | ||
".,,;|,,.", | ||
"..,,,,..", | ||
" ...... " | ||
], | ||
"palettes": [ "copse_trees_palette" ] | ||
} | ||
}, | ||
{ | ||
"type": "mapgen", | ||
"method": "json", | ||
"update_mapgen_id": "mx_fallen_shed_map", | ||
"object": { | ||
"place_nested": [ | ||
{ | ||
"chunks": [ [ "mx_grass_nested", 70 ], [ "mx_trees_nested", 30 ] ], | ||
"x": [ 0, 17 ], | ||
"y": [ 0, 17 ], | ||
"repeat": [ 2, 6 ] | ||
}, | ||
{ "chunks": [ [ "mx_fallen_shed_nested", 100 ] ], "x": [ 0, 11 ], "y": [ 0, 11 ] } | ||
] | ||
} | ||
}, | ||
{ | ||
"type": "mapgen", | ||
"method": "json", | ||
"nested_mapgen_id": "mx_fallen_shed_nested", | ||
"object": { | ||
"mapgensize": [ 11, 11 ], | ||
"rows": [ | ||
"--++++--||-", | ||
"-_______RR|", | ||
"w_______RRw", | ||
"w________Rw", | ||
"|_________|", | ||
"||-_____|||", | ||
"|_________|", | ||
"w_________w", | ||
"w_________w", | ||
"-_________|", | ||
"--||||||-||" | ||
], | ||
"palettes": [ "desolatebarn_palette" ], | ||
"terrain": { "_": "t_dirt" }, | ||
"furniture": { "_": [ [ "f_null", 30 ], "f_rubble", "f_rubble_rock" ] }, | ||
"items": { | ||
"_": { "item": "wood_workshop", "chance": 1 }, | ||
"R": [ { "item": "wood_workshop", "chance": 3 }, { "item": "mischw", "chance": 2 } ] | ||
} | ||
} | ||
}, | ||
{ | ||
"type": "mapgen", | ||
"method": "json", | ||
"nested_mapgen_id": "mx_fallen_shed_nested", | ||
"object": { | ||
"mapgensize": [ 8, 8 ], | ||
"rows": [ | ||
"--w_-||-", | ||
"-______|", | ||
"|______+", | ||
"|R_____+", | ||
"|RR____|", | ||
"|_RRR__w", | ||
"-__RRR_w", | ||
"--w||-||" | ||
], | ||
"palettes": [ "desolatebarn_palette" ], | ||
"terrain": { "_": "t_dirt" }, | ||
"furniture": { "_": [ [ "f_null", 30 ], "f_rubble", "f_rubble_rock" ] }, | ||
"items": { | ||
"_": { "item": "wood_workshop", "chance": 1 }, | ||
"R": [ { "item": "wood_workshop", "chance": 3 }, { "item": "mischw", "chance": 2 } ] | ||
} | ||
} | ||
} | ||
] |
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