From 3fbb3ac2958f1784a6dc649bc1c46c8977b9d35b Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Wed, 15 Mar 2023 19:44:00 -0700 Subject: Backport some of the optimizations and bugfixes from my work porting to DDA. --- vamp_stuff/Modification_Files/Locations/EyeCrypt.json | 2 +- vamp_stuff/Modification_Files/Locations/MemorialCrypt.json | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) (limited to 'vamp_stuff/Modification_Files/Locations') diff --git a/vamp_stuff/Modification_Files/Locations/EyeCrypt.json b/vamp_stuff/Modification_Files/Locations/EyeCrypt.json index db179b2..89cbcec 100644 --- a/vamp_stuff/Modification_Files/Locations/EyeCrypt.json +++ b/vamp_stuff/Modification_Files/Locations/EyeCrypt.json @@ -446,7 +446,7 @@ "npcs": { "9": { "class": "VAMP_LONELY_F" } }, "place_loot": [ { "group": "coffin_bones", "chance": 50, "repeat": [ 2 ], "x": [ 15, 17 ], "y": [ 19, 19 ] }, - { "group": "coffin_bones", "chance": 25, "repeat": [ 1 ], "x": [ 11, 7 ], "y": [ 16, 16 ] }, + { "group": "coffin_bones", "chance": 25, "repeat": [ 1 ], "x": [ 7, 11 ], "y": [ 16, 16 ] }, { "group": "coffin_bones", "chance": 25, "repeat": [ 1 ], "x": [ 7, 8 ], "y": [ 18, 18 ] }, { "group": "coffin_bones", "chance": 25, "repeat": [ 1 ], "x": [ 10, 11 ], "y": [ 18, 18 ] }, { "group": "coffin_bones", "chance": 25, "repeat": [ 1 ], "x": [ 7, 11 ], "y": [ 20, 20 ] }, diff --git a/vamp_stuff/Modification_Files/Locations/MemorialCrypt.json b/vamp_stuff/Modification_Files/Locations/MemorialCrypt.json index e90da9b..6cdcd71 100644 --- a/vamp_stuff/Modification_Files/Locations/MemorialCrypt.json +++ b/vamp_stuff/Modification_Files/Locations/MemorialCrypt.json @@ -192,9 +192,9 @@ { "group": "vamp_grave_memories", "chance": 5, "repeat": [ 1 ], "x": [ 6, 6 ], "y": [ 20, 20 ] }, { "group": "vamp_grave_memories", "chance": 5, "repeat": [ 1 ], "x": [ 4, 4 ], "y": [ 20, 20 ] }, { "group": "hand_tools", "chance": 50, "repeat": [ 1 ], "x": [ 16, 16 ], "y": [ 4, 5 ] }, - { "group": "hand_tools", "chance": 50, "repeat": [ 1 ], "x": [ 17, 16 ], "y": [ 4, 4 ] }, + { "group": "hand_tools", "chance": 50, "repeat": [ 1 ], "x": [ 16, 17 ], "y": [ 4, 4 ] }, { "group": "coffin_bones", "chance": 25, "repeat": [ 1 ], "x": [ 13, 14 ], "y": [ 4, 4 ] }, - { "group": "coffin_bones", "chance": 25, "repeat": [ 1 ], "x": [ 14, 14 ], "y": [ 5, 4 ] }, + { "group": "coffin_bones", "chance": 25, "repeat": [ 1 ], "x": [ 14, 14 ], "y": [ 4, 5 ] }, { "group": "coffin_bones", "chance": 25, "repeat": [ 1 ], "x": [ 10, 10 ], "y": [ 4, 5 ] } ], "place_monsters": [ { "monster": "GROUP_CRYPTIES", "density": 0.12, "x": [ 4, 20 ], "y": [ 11, 21 ] } ] @@ -457,8 +457,8 @@ { "group": "coffin_bones", "chance": 25, "repeat": [ 1 ], "x": [ 14, 16 ], "y": [ 15, 15 ] }, { "group": "coffin_bones", "chance": 25, "repeat": [ 1 ], "x": [ 15, 16 ], "y": [ 17, 17 ] }, { "group": "coffin_bones", "chance": 25, "repeat": [ 1 ], "x": [ 14, 16 ], "y": [ 19, 19 ] }, - { "group": "coffin_bones", "chance": 25, "repeat": [ 1 ], "x": [ 10, 8 ], "y": [ 19, 19 ] }, - { "group": "coffin_bones", "chance": 25, "repeat": [ 1 ], "x": [ 9, 8 ], "y": [ 17, 17 ] }, + { "group": "coffin_bones", "chance": 25, "repeat": [ 1 ], "x": [ 8, 10 ], "y": [ 19, 19 ] }, + { "group": "coffin_bones", "chance": 25, "repeat": [ 1 ], "x": [ 8, 9 ], "y": [ 17, 17 ] }, { "group": "coffin_bones", "chance": 25, "repeat": [ 1 ], "x": [ 8, 10 ], "y": [ 15, 15 ] }, { "group": "medieval", "chance": 5, "repeat": [ 1 ], "x": [ 5, 9 ], "y": [ 6, 10 ] }, { "group": "coffin_bones", "chance": 50, "repeat": [ 2 ], "x": [ 11, 13 ], "y": [ 22, 22 ] } -- cgit v1.2.1