Skip to content

Commit 1ac12e5

Browse files
[XE] Vampire cathedrals contain captives the vampires feed from. (#82108)
1 parent dd90728 commit 1ac12e5

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

data/mods/Xedra_Evolved/mapgen/vampire_cathedral.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@
5858
"terrain": { ",": "t_linoleum_gray", " ": "t_soil", "n": "t_rock_floor", "@": "t_rock_floor", "_": "t_rock_floor" },
5959
"place_item": [ { "item": "small_relic", "x": 21, "y": 36 } ],
6060
"place_npcs": [ { "class": "xe_vampire_mentor", "x": 21, "y": 30 } ],
61+
"place_monster": [ { "monster": "mon_civilian_bloodbag", "x": [ 19 ], "y": [ 36 ], "pack_size": [ 2, 5 ] } ],
6162
"place_monsters": [
6263
{ "monster": "GROUP_VAMPIRES_MIXED", "x": [ 0, 23 ], "y": [ 0, 23 ], "density": 0.1 },
6364
{ "monster": "GROUP_VAMPIRES_MIXED", "x": [ 24, 47 ], "y": [ 0, 23 ], "density": 0.1 },

data/mods/Xedra_Evolved/monsters/bloodsuckers.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -715,5 +715,16 @@
715715
"special_attacks": [ { "type": "bite", "cooldown": 15 } ],
716716
"fear_triggers": [ "SOUND", "PLAYER_CLOSE" ],
717717
"flags": [ "SEES", "SMELLS", "HEARS", "GOODHEARING", "WARM", "FLIES", "HIT_AND_RUN", "ANIMAL", "PATH_AVOID_DANGER" ]
718+
},
719+
{
720+
"id": "mon_civilian_bloodbag",
721+
"type": "MONSTER",
722+
"name": { "str": "enthralled victim" },
723+
"copy-from": "mon_civilian_stationary",
724+
"description": "They just stand there, staring into the void, with a vacant expression on their face. A multitude of small puncture scars can be seen on their neck.",
725+
"default_faction": "vampire",
726+
"//": "Vampire faction so they aren't killed by the vampires. They're food, not foe.",
727+
"//2": "Being fed and locked does wonders to keep them alive, so they don't die over time like the other civilians.",
728+
"upgrades": false
718729
}
719730
]

0 commit comments

Comments
 (0)