diff options
| author | historia <[not public]> | 2026-06-09 05:59:20 -0400 |
|---|---|---|
| committer | historia <[not public]> | 2026-06-09 05:59:20 -0400 |
| commit | 9eb5ab1818b6b19501fd7209db1987c9e06cc919 (patch) | |
| tree | 76e046b0bf611dfe939a8c8f6507467de2e9e20f /data/mobs | |
| download | thehouseoficarus-9eb5ab1818b6b19501fd7209db1987c9e06cc919.tar.gz | |
first commit
Diffstat (limited to 'data/mobs')
| -rw-r--r-- | data/mobs/man.yaml | 18 |
1 files changed, 18 insertions, 0 deletions
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 |
