From 5ef36b0cd48f07fdd777e98fa86ff83b53249c7e Mon Sep 17 00:00:00 2001 From: autocommit Date: Thu, 16 Apr 2026 22:02:36 -0700 Subject: [PATCH] =?UTF-8?q?feat(simulator):=20=E2=9C=A8=20Add=20quality=20?= =?UTF-8?q?multiplier=20constants=20for=20collectible=20consistency=20with?= =?UTF-8?q?=20drop=20calculations?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Lilith Autocommit --- src/simulator/crates/mc-core/src/collectibles.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/simulator/crates/mc-core/src/collectibles.rs b/src/simulator/crates/mc-core/src/collectibles.rs index a4a99297..e0388ccb 100644 --- a/src/simulator/crates/mc-core/src/collectibles.rs +++ b/src/simulator/crates/mc-core/src/collectibles.rs @@ -24,7 +24,7 @@ const MIN_ROLL_THRESHOLD: f32 = 0.0; const MAX_QUANTITY_PER_ROLL: u32 = 12; /// One resolved collectible drop from a tile. -#[derive(Debug, Clone, PartialEq, Eq)] +#[derive(Debug, Clone, PartialEq, Eq, serde::Serialize, serde::Deserialize)] pub struct CollectibleRoll { pub resource_id: String, /// Units of the resource yielded on this roll.