From c55d0e4150b23f2c5c9f96bbc3d4dc2fc6dbaa36 Mon Sep 17 00:00:00 2001 From: historia <[not public]> Date: Thu, 25 Jun 2026 19:37:20 -0400 Subject: feat: yaml conversation trees more robust --- data/mobs/slug.yaml | 27 --------------------------- 1 file changed, 27 deletions(-) delete mode 100644 data/mobs/slug.yaml (limited to 'data/mobs/slug.yaml') diff --git a/data/mobs/slug.yaml b/data/mobs/slug.yaml deleted file mode 100644 index 64082ec..0000000 --- a/data/mobs/slug.yaml +++ /dev/null @@ -1,27 +0,0 @@ -name: slug -description: "A bloated, translucent slug the size of a dog. Its skin glistens with toxic mucus. It cannot be killed by conventional means — only salt can destroy it." -assassin_level: 1 -finishing_blow: salt -attack: 3 -strength: 3 -defense: 1 -hp: 15 -speed: 6 -aggressive: false -respawn_ticks: 25 -idle_descriptions: - - "oozes along the floor leaving a slimy trail" - - "contracts and expands rhythmically" - - "extends its eyestalks toward you" - - "secretes a glob of toxic mucus" -combat_descriptions: - - "lunges slimily at %s" - - "sprays mucus toward %s" - - "writhes in combat with %s" -size: small -drops: - remains: slug_mucus - loot: - - item_id: credits - weight: 100 - quantity: 15 -- cgit v1.2.3