From 52a3ce6a4b4a254dc5d3067979a09e93c060fa20 Mon Sep 17 00:00:00 2001 From: workhorse Date: Fri, 19 Jun 2026 03:57:06 -0400 Subject: feat: shops and rough assassin skill --- data/drops/market_stall_steal.yaml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 data/drops/market_stall_steal.yaml (limited to 'data/drops/market_stall_steal.yaml') diff --git a/data/drops/market_stall_steal.yaml b/data/drops/market_stall_steal.yaml new file mode 100644 index 0000000..e45c878 --- /dev/null +++ b/data/drops/market_stall_steal.yaml @@ -0,0 +1,11 @@ +id: market_stall_steal +drops: + - item_id: bread + weight: 40 + quantity: 1 + - item_id: apple + weight: 35 + quantity: 1 + - item_id: cheese + weight: 25 + quantity: 1 \ No newline at end of file -- cgit v1.2.3