diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2023-03-15 17:37:07 -0700 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2023-03-15 17:37:07 -0700 |
commit | 183ee9fef51743bcf39b94822a23585fdd7cc698 (patch) | |
tree | 1476814f3dbcc8de822b773199b17c34b8ae2edc /vamp_stuff/Modification_Files/Locations | |
parent | Typo. (diff) | |
download | cataclysm-dda-mod_vampire-stuff-redone-183ee9fef51743bcf39b94822a23585fdd7cc698.tar.xz |
Port to DDA.
Diffstat (limited to 'vamp_stuff/Modification_Files/Locations')
-rw-r--r-- | vamp_stuff/Modification_Files/Locations/EyeCrypt.json | 2 | ||||
-rw-r--r-- | vamp_stuff/Modification_Files/Locations/MemorialCrypt.json | 8 |
2 files changed, 5 insertions, 5 deletions
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 ] } |