aboutsummaryrefslogtreecommitdiff
path: root/data/mobs/examples/heavy_mech.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'data/mobs/examples/heavy_mech.yaml')
-rw-r--r--data/mobs/examples/heavy_mech.yaml51
1 files changed, 30 insertions, 21 deletions
diff --git a/data/mobs/examples/heavy_mech.yaml b/data/mobs/examples/heavy_mech.yaml
index e2f5f5a..669c444 100644
--- a/data/mobs/examples/heavy_mech.yaml
+++ b/data/mobs/examples/heavy_mech.yaml
@@ -1,31 +1,10 @@
name: heavy mech
description: "A lumbering assault mech with layered armor plating and a rotary cannon arm. Steam vents from its exhaust ports with each step."
-attack: 40
-strength: 44
-defense: 44
-hp: 94
-speed: 5
-aggressive: true
-respawn_ticks: 70
-attack_type: crush
-attack_bonus: 35
-strength_bonus: 35
-stab_defense: 55
-slash_defense: 55
-crush_defense: 65
-science_defense: -25
-ranged_defense: 40
-weakness: solar
idle_descriptions:
- "scans the room with a blue optical beam"
- "vents a cloud of steam"
- "rotates its cannon with a mechanical whine"
- "announces a threat level assessment"
-combat_descriptions:
- - "fires its rotary cannon at %s"
- - "smashes %s with a hydraulic fist"
- - "unleashes a missile salvo at %s"
-size: massive
drops:
remains: scrap
loot:
@@ -40,3 +19,33 @@ drops:
- item_id: lawjunk
weight: 10
quantity: 2
+combat:
+ kind: combat
+ stats:
+ hp: 94
+ attack: 40
+ strength: 44
+ defense: 44
+ attack_type: crush
+ speed: 5
+ aggressive: true
+ respawn_ticks: 70
+ bonuses:
+ attack_bonus: 35
+ strength_bonus: 35
+ science_bonus: 0
+ science_percent_bonus: 0
+ ranged_bonus: 0
+ ranged_strength_bonus: 0
+ defenses:
+ stab_defense: 55
+ slash_defense: 55
+ crush_defense: 65
+ science_defense: -25
+ ranged_defense: 40
+ weakness: solar
+ size: massive
+ combat_descriptions:
+ - "fires its rotary cannon at %s"
+ - "smashes %s with a hydraulic fist"
+ - "unleashes a missile salvo at %s"