From a2054fa9f0cb53cad08e8af71a62c4e5166f06d7 Mon Sep 17 00:00:00 2001 From: Pupsi Mupsi <44737997+Pupsi-Mupsi@users.noreply.github.com> Date: Thu, 30 Apr 2020 18:11:50 +0200 Subject: [PATCH] Update ws_fire_lookout_tower.json --- data/json/mapgen/ws_fire_lookout_tower.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/data/json/mapgen/ws_fire_lookout_tower.json b/data/json/mapgen/ws_fire_lookout_tower.json index c950ffa53d19f..1b96b3890ebba 100644 --- a/data/json/mapgen/ws_fire_lookout_tower.json +++ b/data/json/mapgen/ws_fire_lookout_tower.json @@ -157,7 +157,9 @@ { "vehicle": "motorcycle", "x": 11, "y": 9, "rotation": 180, "chance": 25 }, { "vehicle": "motorcycle", "x": 12, "y": 7, "rotation": 0, "chance": 25 }, { "vehicle": "bicycle", "x": 6, "y": 10, "rotation": 100, "chance": 25 }, - { "vehicle": "bicycle", "x": 19, "y": 10, "rotation": 90, "chance": 25 } + { "vehicle": "bicycle", "x": 19, "y": 10, "rotation": 90, "chance": 25 }, + { "vehicle": "surv_rv", "x": 4, "y": 20, "chance": 8, "rotation": 180, "fuel": 0 }, + { "vehicle": "surv_car", "x": 16, "y": 2, "chance": 15, "rotation": 0, "fuel": 0 } ], "place_monsters": [ { "monster": "GROUP_ZOMBIE", "x": 12, "y": 9, "repeat": [ 2, 4 ] },