From 1b9e2da3b3c438d8dc53d3489725dd5ba0022777 Mon Sep 17 00:00:00 2001 From: historia <[not public]> Date: Thu, 11 Jun 2026 04:46:27 -0400 Subject: feat: web client, get/drop updates and fixes --- data/drops/birds_nest_drop.yaml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 data/drops/birds_nest_drop.yaml (limited to 'data/drops') diff --git a/data/drops/birds_nest_drop.yaml b/data/drops/birds_nest_drop.yaml new file mode 100644 index 0000000..d573d66 --- /dev/null +++ b/data/drops/birds_nest_drop.yaml @@ -0,0 +1,17 @@ +id: birds_nest_drop +drops: + - item_id: credits + weight: 50 + quantity: 200 + - item_id: credits + weight: 30 + quantity: 500 + - item_id: credits + weight: 15 + quantity: 1000 + - item_id: credits + weight: 4 + quantity: 3000 + - item_id: credits + weight: 1 + quantity: 10000 -- cgit v1.2.3