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 ++++++++++++ .../Modification_Files/Locations/WastelandOutskirt.json | 11 +++++++++++ 2 files changed, 23 insertions(+) (limited to 'vamp_stuff/Modification_Files') 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": [ "########################", diff --git a/vamp_stuff/Modification_Files/Locations/WastelandOutskirt.json b/vamp_stuff/Modification_Files/Locations/WastelandOutskirt.json index 6537a72..b1cb88a 100644 --- a/vamp_stuff/Modification_Files/Locations/WastelandOutskirt.json +++ b/vamp_stuff/Modification_Files/Locations/WastelandOutskirt.json @@ -5,6 +5,17 @@ "om_terrain": [ [ "wo3", "wo2", "wo1" ], [ "wo6", "wo5", "wo4" ], [ "wo9", "wo8", "wo7" ] ], "weight": 1000, "object": { + "faction_owner": [ + { "id": "wastelander", "x": [ 0, 23 ], "y": [ 0, 23 ] }, + { "id": "wastelander", "x": [ 24, 47 ], "y": [ 0, 23 ] }, + { "id": "wastelander", "x": [ 48, 71 ], "y": [ 0, 23 ] }, + { "id": "wastelander", "x": [ 0, 23 ], "y": [ 24, 47 ] }, + { "id": "wastelander", "x": [ 24, 47 ], "y": [ 24, 47 ] }, + { "id": "wastelander", "x": [ 48, 71 ], "y": [ 24, 47 ] }, + { "id": "wastelander", "x": [ 0, 23 ], "y": [ 48, 71 ] }, + { "id": "wastelander", "x": [ 24, 47 ], "y": [ 48, 71 ] }, + { "id": "wastelander", "x": [ 48, 71 ], "y": [ 48, 71 ] }, + ], "fill_ter": "t_grass", "rows": [ "........................................................................", -- cgit v1.2.1