From 8eec7b75ff9c8c368b252373db45fb891732d2ca Mon Sep 17 00:00:00 2001 From: historia <[not public]> Date: Wed, 1 Jul 2026 19:41:34 -0400 Subject: mob combat stats overhauled and standardized --- data/mobs/examples/crawler.yaml | 45 ++++++++++++++++++++++++++++------------- 1 file changed, 31 insertions(+), 14 deletions(-) (limited to 'data/mobs/examples/crawler.yaml') 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" -- cgit v1.2.3