aboutsummaryrefslogtreecommitdiff
path: root/data/mobs
diff options
context:
space:
mode:
authorhistoria <[not public]>2026-07-08 02:23:59 -0400
committerhistoria <[not public]>2026-07-08 02:23:59 -0400
commit2bbe6b8e912bbc5f4a61a33988fb27aca7bd5eb3 (patch)
treeef4aef5a7393de51d765b24d565b414ddac4b9fe /data/mobs
parent71f0f381de64e045f91da19450adacf10fbc7902 (diff)
downloadthehouseoficarus-2bbe6b8e912bbc5f4a61a33988fb27aca7bd5eb3.tar.gz
feat: object and mob steal tables can include both tables and items
Diffstat (limited to 'data/mobs')
-rw-r--r--data/mobs/examples/bioengineer.yaml4
-rw-r--r--data/mobs/examples/farmer.yaml4
-rw-r--r--data/mobs/examples/man.yaml4
3 files changed, 9 insertions, 3 deletions
diff --git a/data/mobs/examples/bioengineer.yaml b/data/mobs/examples/bioengineer.yaml
index 6a7a74a..c5862fa 100644
--- a/data/mobs/examples/bioengineer.yaml
+++ b/data/mobs/examples/bioengineer.yaml
@@ -54,5 +54,7 @@ name: Bioengineer
steal:
level: 38
speed: 4
- table: bioengineer_steal
xp: 45
+ drops:
+ - table: bioengineer_steal
+ weight: 1
diff --git a/data/mobs/examples/farmer.yaml b/data/mobs/examples/farmer.yaml
index a5f5e3d..15a54ef 100644
--- a/data/mobs/examples/farmer.yaml
+++ b/data/mobs/examples/farmer.yaml
@@ -54,5 +54,7 @@ name: Farmer
steal:
level: 10
speed: 4
- table: farmer_steal
xp: 15
+ drops:
+ - table: farmer_steal
+ weight: 1
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