aboutsummaryrefslogtreecommitdiff
path: root/data/mobs/examples/drone.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'data/mobs/examples/drone.yaml')
-rw-r--r--data/mobs/examples/drone.yaml32
1 files changed, 32 insertions, 0 deletions
diff --git a/data/mobs/examples/drone.yaml b/data/mobs/examples/drone.yaml
new file mode 100644
index 0000000..5ac6552
--- /dev/null
+++ b/data/mobs/examples/drone.yaml
@@ -0,0 +1,32 @@
+name: drone
+description: "A malfunctioning security drone crackling with electrical discharge. Its attacks are especially dangerous to anyone not wearing insulated gloves."
+assassin_level: 15
+damage_without: insulated_gloves
+attack: 15
+strength: 14
+defense: 12
+hp: 45
+speed: 4
+aggressive: true
+respawn_ticks: 35
+idle_descriptions:
+ - "hovers erratically, sparking"
+ - "emits a high-pitched whine"
+ - "scans the area with a flickering red beam"
+ - "rotates its weapon array with a mechanical click"
+combat_descriptions:
+ - "fires an electrical bolt at %s"
+ - "charges its capacitors and zaps %s"
+ - "swoops down on %s with crackling energy"
+size: small
+drops:
+ remains: circuit_board
+ loot:
+ - item_id: credits
+ weight: 80
+ quantity: 75
+ - item_id: insulated_gloves
+ weight: 5
+ - item_id: credits
+ weight: 15
+ quantity: 200