From 2bbe6b8e912bbc5f4a61a33988fb27aca7bd5eb3 Mon Sep 17 00:00:00 2001 From: historia <[not public]> Date: Wed, 8 Jul 2026 02:23:59 -0400 Subject: feat: object and mob steal tables can include both tables and items --- data/mobs/examples/man.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'data/mobs/examples/man.yaml') diff --git a/data/mobs/examples/man.yaml b/data/mobs/examples/man.yaml index acd3239..21cd17f 100644 --- a/data/mobs/examples/man.yaml +++ b/data/mobs/examples/man.yaml @@ -58,5 +58,7 @@ name: man steal: level: 1 speed: 4 - table: man_steal xp: 8 + drops: + - table: man_steal + weight: 1 -- cgit v1.2.3