summaryrefslogtreecommitdiff
path: root/terrain-11_clean-up-map-extras.patch
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2023-01-12 06:43:58 -0800
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2023-01-12 06:43:58 -0800
commit49dc004875526ef94b6eb2de7206dd8e6ceaad2f (patch)
tree40e97150265a9aab85483ec16fc1f9b8cf69b12a /terrain-11_clean-up-map-extras.patch
parentUpdated to 2022-10-10-2310 (diff)
downloadcataclysm-bn-49dc004875526ef94b6eb2de7206dd8e6ceaad2f.tar.xz
Updated to 2022-10-15-2049
Diffstat (limited to 'terrain-11_clean-up-map-extras.patch')
-rw-r--r--terrain-11_clean-up-map-extras.patch146
1 files changed, 146 insertions, 0 deletions
diff --git a/terrain-11_clean-up-map-extras.patch b/terrain-11_clean-up-map-extras.patch
new file mode 100644
index 0000000..f133e5a
--- /dev/null
+++ b/terrain-11_clean-up-map-extras.patch
@@ -0,0 +1,146 @@
+--- a/data/json/overmap/map_extras.json
++++ b/data/json/overmap/map_extras.json
+@@ -129,7 +129,7 @@
+ {
+ "id": "mx_portal",
+ "type": "map_extra",
+- "name": "Portal",
++ "name": "Shimmering Portal",
+ "description": "Portal is here.",
+ "generator": { "generator_method": "map_extra_function", "generator_id": "mx_portal" },
+ "sym": "P",
+@@ -139,7 +139,7 @@
+ {
+ "id": "mx_portal_in",
+ "type": "map_extra",
+- "name": "Portal In",
++ "name": "Tear in Reality",
+ "description": "Another portal is here.",
+ "generator": { "generator_method": "map_extra_function", "generator_id": "mx_portal_in" },
+ "sym": "P",
+@@ -170,7 +170,7 @@
+ "id": "mx_spider",
+ "type": "map_extra",
+ "name": "Spiders",
+- "description": "This area is covered with webs. Probably spiders are nearby",
++ "description": "This area is covered with webs. Probably spiders are nearby.",
+ "generator": { "generator_method": "map_extra_function", "generator_id": "mx_spider" },
+ "sym": "S",
+ "color": "yellow",
+@@ -239,16 +239,22 @@
+ {
+ "id": "mx_trees",
+ "type": "map_extra",
+- "name": "Stand of trees",
++ "name": "Copse of trees",
+ "description": "A copse of trees.",
+- "generator": { "generator_method": "update_mapgen", "generator_id": "mx_trees_map" }
++ "generator": { "generator_method": "update_mapgen", "generator_id": "mx_trees_map" },
++ "sym": "t",
++ "color": "light_green",
++ "autonote": true
+ },
+ {
+ "id": "mx_grass",
+ "type": "map_extra",
+ "name": "Tall grass",
+ "description": "A meadow of tall grass.",
+- "generator": { "generator_method": "update_mapgen", "generator_id": "mx_grass_map" }
++ "generator": { "generator_method": "update_mapgen", "generator_id": "mx_grass_map" },
++ "sym": "g",
++ "color": "light_green",
++ "autonote": true
+ },
+ {
+ "id": "mx_fallen_shed",
+@@ -256,6 +262,7 @@
+ "name": "Derelict shed",
+ "description": "A collapsed shed.",
+ "generator": { "generator_method": "update_mapgen", "generator_id": "mx_fallen_shed_map" },
++ "sym": "s",
+ "color": "brown",
+ "autonote": true
+ },
+@@ -295,7 +302,9 @@
+ "name": "Burned Ground",
+ "description": "Burned ground is here.",
+ "generator": { "generator_method": "map_extra_function", "generator_id": "mx_burned_ground" },
+- "sym": "."
++ "sym": ".",
++ "color": "white",
++ "autonote": true
+ },
+ {
+ "id": "mx_point_burned_ground",
+@@ -303,7 +312,9 @@
+ "name": "Burned Ground (Point)",
+ "description": "Burned ground is here.",
+ "generator": { "generator_method": "map_extra_function", "generator_id": "mx_point_burned_ground" },
+- "sym": "."
++ "sym": ".",
++ "color": "white",
++ "autonote": true
+ },
+ {
+ "id": "mx_marloss_pilgrimage",
+@@ -321,21 +332,29 @@
+ "name": "Casings",
+ "description": "Several spent casings are here.",
+ "generator": { "generator_method": "map_extra_function", "generator_id": "mx_casings" },
+- "sym": "C"
++ "sym": "C",
++ "color": "white",
++ "autonote": true
+ },
+ {
+ "id": "mx_looters",
+ "type": "map_extra",
+ "name": "Looters",
+ "description": "Some looters gathering everything not nailed down.",
+- "generator": { "generator_method": "map_extra_function", "generator_id": "mx_looters" }
++ "generator": { "generator_method": "map_extra_function", "generator_id": "mx_looters" },
++ "sym": "L",
++ "color": "red",
++ "autonote": true
+ },
+ {
+ "id": "mx_corpses",
+ "type": "map_extra",
+ "name": "Corpses",
+ "description": "Some unfortunates from the billions lost in the Cataclysm.",
+- "generator": { "generator_method": "map_extra_function", "generator_id": "mx_corpses" }
++ "generator": { "generator_method": "map_extra_function", "generator_id": "mx_corpses" },
++ "sym": "c",
++ "color": "light_red",
++ "autonote": true
+ },
+ {
+ "id": "mx_nest_wasp",
+@@ -362,7 +381,10 @@
+ "type": "map_extra",
+ "name": "Prison Bus",
+ "description": "A prison bus.",
+- "generator": { "generator_method": "update_mapgen", "generator_id": "mx_prison_bus" }
++ "generator": { "generator_method": "update_mapgen", "generator_id": "mx_prison_bus" },
++ "sym": "P",
++ "color": "blue",
++ "autonote": true
+ },
+ {
+ "id": "mx_mass_grave",
+@@ -377,9 +399,12 @@
+ {
+ "id": "mx_grave",
+ "type": "map_extra",
+- "name": "Grave",
+- "description": "A grave.",
+- "generator": { "generator_method": "map_extra_function", "generator_id": "mx_grave" }
++ "name": "Solitary Grave",
++ "description": "A solitary grave.",
++ "generator": { "generator_method": "map_extra_function", "generator_id": "mx_grave" },
++ "sym": "c",
++ "color": "white",
++ "autonote": true
+ },
+ {
+ "id": "mx_sewer_round",