aboutsummaryrefslogtreecommitdiff
path: root/data/mobs/ghoul.yaml
diff options
context:
space:
mode:
authorhistoria <[not public]>2026-06-19 13:28:06 -0400
committerhistoria <[not public]>2026-06-19 13:28:06 -0400
commit3a58125d14bb307f861b38c6c5b0a63babde7e08 (patch)
treebd89e866447d55e6dffd447d8ef5fabf9b8fbe9d /data/mobs/ghoul.yaml
parent575a71dcfed3b9fa44af244836f638a23df05a9a (diff)
downloadthehouseoficarus-3a58125d14bb307f861b38c6c5b0a63babde7e08.tar.gz
feat: all skills kind of implemented, random prototype content added
Diffstat (limited to 'data/mobs/ghoul.yaml')
-rw-r--r--data/mobs/ghoul.yaml38
1 files changed, 38 insertions, 0 deletions
diff --git a/data/mobs/ghoul.yaml b/data/mobs/ghoul.yaml
new file mode 100644
index 0000000..4c4bfa8
--- /dev/null
+++ b/data/mobs/ghoul.yaml
@@ -0,0 +1,38 @@
+id: ghoul
+name: ghoul
+description: "A radiation-scarred crew member, barely recognizable as human. Its flesh glows faintly and its eyes are hollow sockets."
+attack: 22
+strength: 22
+defense: 20
+hp: 54
+speed: 4
+aggressive: true
+respawn_ticks: 35
+attack_type: crush
+attack_bonus: 15
+strength_bonus: 12
+stab_defense: 20
+slash_defense: 25
+crush_defense: 15
+science_defense: -5
+ranged_defense: 20
+weakness: hydro
+idle_descriptions:
+ - "shambles aimlessly and moans"
+ - "scratches at the walls leaving glowing marks"
+ - "stares blankly into the darkness"
+ - "emits a low, rattling groan"
+combat_descriptions:
+ - "claws at %s with irradiated hands"
+ - "lunges at %s with a gurgling shriek"
+ - "bites %s with decaying teeth"
+drops:
+ remains: bones
+ loot:
+ - item_id: credits
+ weight: 60
+ quantity: 80
+ - item_id: scrap_metal
+ weight: 25
+ - table: herb_table_low
+ weight: 15