diff options
Diffstat (limited to 'vamp_stuff/Modification_Files/Locations/VampireCove.json')
-rw-r--r-- | vamp_stuff/Modification_Files/Locations/VampireCove.json | 12 |
1 files changed, 12 insertions, 0 deletions
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": [ "########################", |