From e5977a6141496e866e4e6f3cdbd57f13280122a5 Mon Sep 17 00:00:00 2001 From: Alexander V Date: Mon, 11 Dec 2023 14:47:43 +0300 Subject: [PATCH] Snowy gamma (#12596) --- config/example/maps.txt | 5 +++++ maps/gamma_snow.json | 14 ++++++++++++++ 2 files changed, 19 insertions(+) create mode 100644 maps/gamma_snow.json diff --git a/config/example/maps.txt b/config/example/maps.txt index c026b0dde461..4300e6664696 100644 --- a/config/example/maps.txt +++ b/config/example/maps.txt @@ -27,6 +27,11 @@ map gamma votable endmap +map gamma_snow + votable + voteweight 0.7 +endmap + map delta votable minplayers 70 diff --git a/maps/gamma_snow.json b/maps/gamma_snow.json new file mode 100644 index 000000000000..cf5c3302f4d3 --- /dev/null +++ b/maps/gamma_snow.json @@ -0,0 +1,14 @@ +{ + "map_name": "Gamma Station (Snowy)", + "map_path": "gamma", + "map_file": "gamma.dmm", + "station_name": "NSS Gamma", + "station_name_ru": "КСН Гамма", + "station_image": "gamma", + "traits":[{ + "Linkage": null, + "Environment Type": "Snow", + "Station": true, + "Snowstorm": true + }] +}