stardew-valley-data 0.14.0 → 0.15.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -5,6 +5,28 @@ All notable changes to this project will be documented in this file.
5
5
  The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project
6
6
  adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
 
8
+ ## [0.15.0] - 2026-03-20
9
+
10
+ ### Added
11
+
12
+ - `GeodeContent` interface added to `src/types/mineral.ts` —
13
+ `{ name: string; image?: string; quantity?: string; chance?: string }`
14
+ - `contents?: GeodeContent[]` field added to `GeodeContainer` type — optional drop table listing all
15
+ possible outputs for a given container
16
+ - **Artifact Trove** (`id: "275"`) added to `data/minerals.json` — opened at the Blacksmith for 25g;
17
+ 28 equally weighted (~3.6%) possible outputs covering all 24 artifacts plus Golden Pumpkin, Pearl,
18
+ Treasure Appraisal Guide, and Treasure Chest
19
+ - **Golden Coconut** (`id: "791"`) added to `data/minerals.json` — Ginger Island container; first
20
+ crack always yields a Golden Walnut; subsequent drops from a pool of 8 items including Banana
21
+ Sapling, Mango Sapling, Fossilized Skull, and Iridium Ore
22
+ - **Mystery Box** (`id: "MysteryBox"`) added to `data/minerals.json` — 63 possible outputs with
23
+ published chance rates; rare drops (Prismatic Shard, Pearl, Book of Stars, etc.) only unlock after
24
+ opening 10 or more boxes
25
+ - **Golden Mystery Box** (`id: "GoldenMysteryBox"`) added to `data/minerals.json` — 65 possible
26
+ outputs with improved rates over Mystery Box and no 10+ box unlock requirement; exclusive items:
27
+ Golden Animal Cracker and Auto-Petter
28
+ - `images/misc/Golden Pumpkin.png` and `images/misc/Treasure Chest.png` downloaded (48×48)
29
+
8
30
  ## [0.14.0] - 2026-03-20
9
31
 
10
32
  ### Added