aboutsummaryrefslogtreecommitdiff
path: root/data/mobs/examples/skeleton.yaml
diff options
context:
space:
mode:
authorhistoria <[not public]>2026-06-25 19:37:20 -0400
committerhistoria <[not public]>2026-06-25 19:37:20 -0400
commitc55d0e4150b23f2c5c9f96bbc3d4dc2fc6dbaa36 (patch)
treed1c02acea2b4c8d0f672c1539cfdb373b6272ed0 /data/mobs/examples/skeleton.yaml
parent068ce514ea3eebdc42b595c631b4b00ce4594577 (diff)
downloadthehouseoficarus-c55d0e4150b23f2c5c9f96bbc3d4dc2fc6dbaa36.tar.gz
feat: yaml conversation trees more robust
Diffstat (limited to 'data/mobs/examples/skeleton.yaml')
-rw-r--r--data/mobs/examples/skeleton.yaml31
1 files changed, 31 insertions, 0 deletions
diff --git a/data/mobs/examples/skeleton.yaml b/data/mobs/examples/skeleton.yaml
new file mode 100644
index 0000000..ba82afc
--- /dev/null
+++ b/data/mobs/examples/skeleton.yaml
@@ -0,0 +1,31 @@
+name: skeleton
+description: "An animated pile of bones, held together by dark energy."
+attack: 8
+strength: 6
+defense: 8
+hp: 22
+speed: 5
+aggressive: true
+respawn_ticks: 30
+attack_type: stab
+attack_bonus: 6
+strength_bonus: 4
+stab_defense: 10
+slash_defense: 18
+crush_defense: -5
+science_defense: -8
+ranged_defense: 10
+idle_descriptions:
+ - "rattles ominously"
+ - "clicks its jaw open and shut"
+ - "stares with empty eye sockets"
+size: medium
+drops:
+ remains: bones
+ loot:
+ - item_id: credits
+ weight: 70
+ quantity: 30
+ - item_id: credits
+ weight: 30
+ quantity: 100