From 9eb5ab1818b6b19501fd7209db1987c9e06cc919 Mon Sep 17 00:00:00 2001 From: historia <[not public]> Date: Tue, 9 Jun 2026 05:59:20 -0400 Subject: first commit --- data/mobs/man.yaml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 data/mobs/man.yaml (limited to 'data/mobs') diff --git a/data/mobs/man.yaml b/data/mobs/man.yaml new file mode 100644 index 0000000..074e1f9 --- /dev/null +++ b/data/mobs/man.yaml @@ -0,0 +1,18 @@ +id: "man" +name: "man" +attack: 1 +strength: 1 +defense: 1 +hp: 7 +speed: 5 +aggressive: false +respawn_ticks: 30 +drops: + remains: "bones" + loot: + - item_id: "credits" + weight: 98 + quantity: 10 + - item_id: "credits" + weight: 2 + quantity: 150 -- cgit v1.2.3