From 458916fb78dcef3ff77cb29b7ba98d9f646819fc Mon Sep 17 00:00:00 2001 From: historia <[not public]> Date: Fri, 19 Jun 2026 02:08:55 -0400 Subject: feat: rough pharmacy skill added --- data/mobs/man.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'data/mobs/man.yaml') diff --git a/data/mobs/man.yaml b/data/mobs/man.yaml index a4b0729..fe60cbd 100644 --- a/data/mobs/man.yaml +++ b/data/mobs/man.yaml @@ -21,6 +21,12 @@ hp: 7 speed: 5 aggressive: false respawn_ticks: 30 +attack_type: crush +stab_defense: 0 +slash_defense: 0 +crush_defense: 0 +science_defense: 0 +ranged_defense: 0 drops: remains: "bones" loot: @@ -30,3 +36,9 @@ drops: - item_id: "credits" weight: 2 quantity: 150 + - item_id: "grimy_guam" + weight: 8 + - item_id: "grimy_marrentill" + weight: 4 + - item_id: "grimy_tarromin" + weight: 2 -- cgit v1.2.3