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/guard.yaml | 22 +++------------------- 1 file changed, 3 insertions(+), 19 deletions(-) (limited to 'data/mobs/examples/guard.yaml') diff --git a/data/mobs/examples/guard.yaml b/data/mobs/examples/guard.yaml index cba448b..bd20f24 100644 --- a/data/mobs/examples/guard.yaml +++ b/data/mobs/examples/guard.yaml @@ -1,26 +1,12 @@ -aggressive: false -attack: 5 -attack_bonus: 8 -attack_type: slash -crush_defense: 10 -defense: 5 +name: Guard description: A stern-looking guard in weathered armor. -hp: 30 +unique: true +protected: true idle_descriptions: - scans the area with a watchful eye - adjusts the grip on his weapon - nods curtly at passersby - leans against the gate, arms folded -name: Guard -protected: true -ranged_defense: 12 -respawn_ticks: 60 -science_defense: -5 -slash_defense: 15 -speed: 5 -stab_defense: 12 -strength: 5 -strength_bonus: 6 talk: nodes: about_gate: @@ -71,5 +57,3 @@ talk: - '"Good quality ore. This''ll do." He stamps a slip of paper and hands it to you. "That''s your pass. Don''t lose it."' options: - text: '"Thanks."' -unique: true -size: medium -- cgit v1.2.3