aboutsummaryrefslogtreecommitdiff
path: root/data/mobs/examples/crawler.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/crawler.yaml
parent78b522d57a9ebc691e075523910d7cdaa06b6493 (diff)
downloadthehouseoficarus-8eec7b75ff9c8c368b252373db45fb891732d2ca.tar.gz
mob combat stats overhauled and standardized
Diffstat (limited to 'data/mobs/examples/crawler.yaml')
-rw-r--r--data/mobs/examples/crawler.yaml45
1 files changed, 31 insertions, 14 deletions
diff --git a/data/mobs/examples/crawler.yaml b/data/mobs/examples/crawler.yaml
index 9021c51..55d8f6f 100644
--- a/data/mobs/examples/crawler.yaml
+++ b/data/mobs/examples/crawler.yaml
@@ -1,24 +1,10 @@
name: crawler
description: "A heavily armored bio-mechanical creature with a chitinous exoskeleton. Its regenerative biology prevents death unless dissolved with acid."
-assassin_level: 30
-finishing_blow: acid_vial
-attack: 25
-strength: 22
-defense: 30
-hp: 80
-speed: 5
-aggressive: false
-respawn_ticks: 45
idle_descriptions:
- "scrapes its mandibles together menacingly"
- "clicks and chitters in an alien rhythm"
- "tests the air with feathered antennae"
- "coils its segmented body defensively"
-combat_descriptions:
- - "snaps its mandibles at %s"
- - "lashes out with a barbed tail at %s"
- - "charges headlong into %s"
-size: large
drops:
remains: chitin_plate
loot:
@@ -30,3 +16,34 @@ drops:
- item_id: credits
weight: 20
quantity: 500
+combat:
+ kind: combat
+ stats:
+ hp: 80
+ attack: 25
+ strength: 22
+ defense: 30
+ attack_type: crush
+ speed: 5
+ aggressive: false
+ respawn_ticks: 45
+ 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: 30
+ finishing_blow: acid_vial
+ size: large
+ combat_descriptions:
+ - "snaps its mandibles at %s"
+ - "lashes out with a barbed tail at %s"
+ - "charges headlong into %s"