From a226d72e51eecb768b13600303f73483118d9104 Mon Sep 17 00:00:00 2001 From: historia <[not public]> Date: Wed, 10 Jun 2026 01:48:28 -0400 Subject: feat: implemented janky object interaction model --- data/drops/gem_table.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 data/drops/gem_table.yaml (limited to 'data/drops/gem_table.yaml') diff --git a/data/drops/gem_table.yaml b/data/drops/gem_table.yaml new file mode 100644 index 0000000..9410ba1 --- /dev/null +++ b/data/drops/gem_table.yaml @@ -0,0 +1,10 @@ +id: gem_table +drops: + - item_id: uncut_sapphire + weight: 47 + - item_id: uncut_emerald + weight: 16 + - item_id: uncut_ruby + weight: 4 + - item_id: uncut_diamond + weight: 1 -- cgit v1.2.3