aboutsummaryrefslogtreecommitdiff
path: root/data/mobs/examples/lesser_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/lesser_drone.yaml
parent78b522d57a9ebc691e075523910d7cdaa06b6493 (diff)
downloadthehouseoficarus-8eec7b75ff9c8c368b252373db45fb891732d2ca.tar.gz
mob combat stats overhauled and standardized
Diffstat (limited to 'data/mobs/examples/lesser_drone.yaml')
-rw-r--r--data/mobs/examples/lesser_drone.yaml44
1 files changed, 26 insertions, 18 deletions
diff --git a/data/mobs/examples/lesser_drone.yaml b/data/mobs/examples/lesser_drone.yaml
index c9e50a5..d9c452d 100644
--- a/data/mobs/examples/lesser_drone.yaml
+++ b/data/mobs/examples/lesser_drone.yaml
@@ -1,28 +1,10 @@
name: lesser drone
description: "A floating metallic drone with a pulsing energy core. Its surface crackles with electric discharge."
-attack: 1
-strength: 1
-defense: 18
-hp: 55
-ranged: 0
-science: 20
-speed: 4
-aggressive: true
-respawn_ticks: 50
-attack_type: science
-attack_bonus: 0
-strength_bonus: 0
-stab_defense: 35
-slash_defense: 35
-crush_defense: 30
-science_defense: 20
-ranged_defense: -10
idle_descriptions:
- "hovers silently, scanning the area"
- "emits a low electronic hum"
- "projects a thin beam of light across the floor"
- "rotates slowly in place"
-size: small
drops:
loot:
- item_id: scrap
@@ -30,3 +12,29 @@ drops:
- item_id: credits
weight: 40
quantity: 300
+combat:
+ kind: combat
+ stats:
+ hp: 55
+ attack: 1
+ strength: 1
+ defense: 18
+ science: 20
+ attack_type: science
+ speed: 4
+ aggressive: true
+ respawn_ticks: 50
+ bonuses:
+ attack_bonus: 0
+ strength_bonus: 0
+ science_bonus: 0
+ science_percent_bonus: 0
+ ranged_bonus: 0
+ ranged_strength_bonus: 0
+ defenses:
+ stab_defense: 35
+ slash_defense: 35
+ crush_defense: 30
+ science_defense: 20
+ ranged_defense: -10
+ size: small