aboutsummaryrefslogtreecommitdiff
path: root/data/mobs/greater_drone.yaml
diff options
context:
space:
mode:
authorhistoria <[not public]>2026-06-19 02:08:55 -0400
committerhistoria <[not public]>2026-06-19 02:08:55 -0400
commit458916fb78dcef3ff77cb29b7ba98d9f646819fc (patch)
tree19cd8b8eef41a1aa00d155bf7953ad2770f91a4c /data/mobs/greater_drone.yaml
parent97a1a908b9e6e6d3516628c139c9b64262b4fe08 (diff)
downloadthehouseoficarus-458916fb78dcef3ff77cb29b7ba98d9f646819fc.tar.gz
feat: rough pharmacy skill added
Diffstat (limited to 'data/mobs/greater_drone.yaml')
-rw-r--r--data/mobs/greater_drone.yaml33
1 files changed, 33 insertions, 0 deletions
diff --git a/data/mobs/greater_drone.yaml b/data/mobs/greater_drone.yaml
new file mode 100644
index 0000000..9585203
--- /dev/null
+++ b/data/mobs/greater_drone.yaml
@@ -0,0 +1,33 @@
+id: greater_drone
+name: greater drone
+description: "A large, heavily armored drone with multiple energy emitters. Red warning lights pulse along its hull."
+attack: 1
+strength: 1
+defense: 30
+hp: 120
+ranged: 0
+science: 40
+speed: 4
+aggressive: true
+respawn_ticks: 80
+attack_type: science
+attack_bonus: 0
+strength_bonus: 0
+stab_defense: 55
+slash_defense: 55
+crush_defense: 50
+science_defense: 40
+ranged_defense: -20
+idle_descriptions:
+ - "projects a defensive energy shield"
+ - "recalibrates its targeting array"
+ - "emits a warning klaxon"
+ - "deploys sensor probes"
+drops:
+ loot:
+ - item_id: scrap_metal
+ weight: 40
+ quantity: 3
+ - item_id: credits
+ weight: 60
+ quantity: 1500