aboutsummaryrefslogtreecommitdiff
path: root/data/mobs/examples/goblin.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/goblin.yaml
parent068ce514ea3eebdc42b595c631b4b00ce4594577 (diff)
downloadthehouseoficarus-c55d0e4150b23f2c5c9f96bbc3d4dc2fc6dbaa36.tar.gz
feat: yaml conversation trees more robust
Diffstat (limited to 'data/mobs/examples/goblin.yaml')
-rw-r--r--data/mobs/examples/goblin.yaml32
1 files changed, 32 insertions, 0 deletions
diff --git a/data/mobs/examples/goblin.yaml b/data/mobs/examples/goblin.yaml
new file mode 100644
index 0000000..a02c112
--- /dev/null
+++ b/data/mobs/examples/goblin.yaml
@@ -0,0 +1,32 @@
+name: goblin
+description: "A small green-skinned goblin with a rusty blade."
+attack: 1
+strength: 3
+defense: 3
+hp: 12
+speed: 5
+aggressive: true
+respawn_ticks: 25
+attack_type: slash
+attack_bonus: 3
+strength_bonus: 2
+stab_defense: 4
+slash_defense: 3
+crush_defense: -2
+science_defense: 0
+ranged_defense: 3
+idle_descriptions:
+ - "mutters something unintelligible"
+ - "waves a rusty blade around"
+ - "picks its nose"
+ - "kicks a pebble"
+size: small
+drops:
+ remains: bones
+ loot:
+ - item_id: credits
+ weight: 80
+ quantity: 5
+ - item_id: credits
+ weight: 20
+ quantity: 25