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/goblin.yaml | 32 -------------------------------- 1 file changed, 32 deletions(-) delete mode 100644 data/mobs/goblin.yaml (limited to 'data/mobs/goblin.yaml') diff --git a/data/mobs/goblin.yaml b/data/mobs/goblin.yaml deleted file mode 100644 index a02c112..0000000 --- a/data/mobs/goblin.yaml +++ /dev/null @@ -1,32 +0,0 @@ -name: goblin -description: "A small green-skinned goblin with a rusty blade." -attack: 1 -strength: 3 -defense: 3 -hp: 12 -speed: 5 -aggressive: true -respawn_ticks: 25 -attack_type: slash -attack_bonus: 3 -strength_bonus: 2 -stab_defense: 4 -slash_defense: 3 -crush_defense: -2 -science_defense: 0 -ranged_defense: 3 -idle_descriptions: - - "mutters something unintelligible" - - "waves a rusty blade around" - - "picks its nose" - - "kicks a pebble" -size: small -drops: - remains: bones - loot: - - item_id: credits - weight: 80 - quantity: 5 - - item_id: credits - weight: 20 - quantity: 25 -- cgit v1.2.3