aboutsummaryrefslogtreecommitdiff
path: root/data/mobs/examples/security_turret.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/security_turret.yaml
parent068ce514ea3eebdc42b595c631b4b00ce4594577 (diff)
downloadthehouseoficarus-c55d0e4150b23f2c5c9f96bbc3d4dc2fc6dbaa36.tar.gz
feat: yaml conversation trees more robust
Diffstat (limited to 'data/mobs/examples/security_turret.yaml')
-rw-r--r--data/mobs/examples/security_turret.yaml41
1 files changed, 41 insertions, 0 deletions
diff --git a/data/mobs/examples/security_turret.yaml b/data/mobs/examples/security_turret.yaml
new file mode 100644
index 0000000..9929106
--- /dev/null
+++ b/data/mobs/examples/security_turret.yaml
@@ -0,0 +1,41 @@
+name: security turret
+description: "A ceiling-mounted auto-turret with twin barrels and a red targeting laser. It tracks you with mechanical precision."
+attack: 1
+strength: 1
+defense: 16
+hp: 44
+ranged: 34
+speed: 5
+aggressive: true
+respawn_ticks: 40
+attack_type: ranged
+attack_bonus: 0
+strength_bonus: 0
+stab_defense: 30
+slash_defense: 20
+crush_defense: 40
+science_defense: -20
+ranged_defense: 15
+weakness: solar
+idle_descriptions:
+ - "pans the room with a targeting laser"
+ - "emits a rhythmic clicking sound"
+ - "calibrates its targeting sensors"
+ - "beeps a warning tone"
+combat_descriptions:
+ - "fires twin bolts at %s"
+ - "unleashes a burst of rounds at %s"
+ - "locks onto %s and opens fire"
+size: small
+drops:
+ remains: scrap
+ loot:
+ - item_id: credits
+ weight: 70
+ quantity: 100
+ - item_id: scrap
+ weight: 20
+ quantity: 3
+ - item_id: credits
+ weight: 10
+ quantity: 250