From 619e108ed5832ba2380b0887fc71b9220b1757a3 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Thu, 10 Jun 2021 13:10:10 -0700 Subject: Set the faction towns to be their ownership zones --- vamp_stuff/Modification_Files/Locations/VampireCove.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'vamp_stuff/Modification_Files/Locations/VampireCove.json') diff --git a/vamp_stuff/Modification_Files/Locations/VampireCove.json b/vamp_stuff/Modification_Files/Locations/VampireCove.json index 20cd958..9e0e191 100644 --- a/vamp_stuff/Modification_Files/Locations/VampireCove.json +++ b/vamp_stuff/Modification_Files/Locations/VampireCove.json @@ -5,6 +5,9 @@ "om_terrain": "vampcave_entrance", "weight": 2000, "object": { + "faction_owner": [ + { "id": "vamps", "x": [ 0, 23 ], "y": [ 0, 23 ] } + ], "fill_ter": "t_grass", "rows": [ ",.......,.............,.", @@ -48,6 +51,9 @@ "om_terrain": "vampcave_corridor1", "weight": 2000, "object": { + "faction_owner": [ + { "id": "vamps", "x": [ 0, 23 ], "y": [ 0, 23 ] } + ], "fill_ter": "t_rock_floor", "rows": [ "##''''####''''####''''##", @@ -107,6 +113,9 @@ "om_terrain": "vampcave_corridor2", "weight": 2000, "object": { + "faction_owner": [ + { "id": "vamps", "x": [ 0, 23 ], "y": [ 0, 23 ] } + ], "fill_ter": "t_rock_floor", "rows": [ "######''lcrrrrcl''######", @@ -178,6 +187,9 @@ "om_terrain": "vampcave_basement", "weight": 2000, "object": { + "faction_owner": [ + { "id": "vamps", "x": [ 0, 23 ], "y": [ 0, 23 ] } + ], "fill_ter": "t_rock_floor", "rows": [ "########################", -- cgit v1.2.1