aboutsummaryrefslogtreecommitdiff
path: root/data/mobs/examples/drone.yaml
diff options
context:
space:
mode:
authorhistoria <[not public]>2026-07-01 19:41:34 -0400
committerhistoria <[not public]>2026-07-01 19:41:34 -0400
commit8eec7b75ff9c8c368b252373db45fb891732d2ca (patch)
tree528ab3f235e3082a51b8bd6c8e5ae269c41b4f2b /data/mobs/examples/drone.yaml
parent78b522d57a9ebc691e075523910d7cdaa06b6493 (diff)
downloadthehouseoficarus-8eec7b75ff9c8c368b252373db45fb891732d2ca.tar.gz
mob combat stats overhauled and standardized
Diffstat (limited to 'data/mobs/examples/drone.yaml')
-rw-r--r--data/mobs/examples/drone.yaml45
1 files changed, 31 insertions, 14 deletions
diff --git a/data/mobs/examples/drone.yaml b/data/mobs/examples/drone.yaml
index 5ac6552..08091f5 100644
--- a/data/mobs/examples/drone.yaml
+++ b/data/mobs/examples/drone.yaml
@@ -1,24 +1,10 @@
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:
@@ -30,3 +16,34 @@ drops:
- item_id: credits
weight: 15
quantity: 200
+combat:
+ kind: combat
+ stats:
+ hp: 45
+ attack: 15
+ strength: 14
+ defense: 12
+ attack_type: crush
+ speed: 4
+ aggressive: true
+ respawn_ticks: 35
+ bonuses:
+ attack_bonus: 0
+ strength_bonus: 0
+ science_bonus: 0
+ science_percent_bonus: 0
+ ranged_bonus: 0
+ ranged_strength_bonus: 0
+ defenses:
+ stab_defense: 0
+ slash_defense: 0
+ crush_defense: 0
+ science_defense: 0
+ ranged_defense: 0
+ assassin_level: 15
+ damage_without: insulated_gloves
+ size: small
+ combat_descriptions:
+ - "fires an electrical bolt at %s"
+ - "charges its capacitors and zaps %s"
+ - "swoops down on %s with crackling energy"