stardew-valley-data 0.20.0 → 0.21.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,12 @@ 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.21.0] - 2026-03-21
9
+
10
+ ### Fix
11
+
12
+ - Update Special Items ids to match data files proper
13
+
8
14
  ## [0.20.0] - 2026-03-21
9
15
 
10
16
  ### Added
@@ -1,6 +1,6 @@
1
1
  [
2
2
  {
3
- "id": "forest-magic",
3
+ "id": "ForestMagic",
4
4
  "name": "Forest Magic",
5
5
  "type": "special-item",
6
6
  "effect": "Unlocks the ability to read the language of the Junimos",
@@ -9,7 +9,7 @@
9
9
  "mailFlags": ["canReadJunimoText"]
10
10
  },
11
11
  {
12
- "id": "dwarvish-translation-guide",
12
+ "id": "DwarvishTranslationGuide",
13
13
  "name": "Dwarvish Translation Guide",
14
14
  "type": "special-item",
15
15
  "effect": "Unlocks the ability to speak to the Dwarf in the mines and volcano dungeon",
@@ -18,7 +18,7 @@
18
18
  "mailFlags": ["HasDwarvishTranslationGuide"]
19
19
  },
20
20
  {
21
- "id": "rusty-key",
21
+ "id": "RustyKey",
22
22
  "name": "Rusty Key",
23
23
  "type": "special-item",
24
24
  "effect": "Grants access to The Sewers",
@@ -27,7 +27,7 @@
27
27
  "mailFlags": ["HasRustyKey", "ccBoilerRoom"]
28
28
  },
29
29
  {
30
- "id": "club-card",
30
+ "id": "ClubCard",
31
31
  "name": "Club Card",
32
32
  "type": "special-item",
33
33
  "effect": "Enables entry to the Casino",
@@ -36,7 +36,7 @@
36
36
  "mailFlags": ["HasClubCard"]
37
37
  },
38
38
  {
39
- "id": "special-charm",
39
+ "id": "SpecialCharm",
40
40
  "name": "Special Charm",
41
41
  "type": "special-item",
42
42
  "effect": "Permanently increases daily luck",
@@ -45,7 +45,7 @@
45
45
  "mailFlags": ["HasSpecialCharm"]
46
46
  },
47
47
  {
48
- "id": "skull-key",
48
+ "id": "SkullKey",
49
49
  "name": "Skull Key",
50
50
  "type": "special-item",
51
51
  "effect": "Unlocks Skull Cavern and enables the Junimo Kart machine",
@@ -54,7 +54,7 @@
54
54
  "mailFlags": ["HasSkullKey"]
55
55
  },
56
56
  {
57
- "id": "magnifying-glass",
57
+ "id": "MagnifyingGlass",
58
58
  "name": "Magnifying Glass",
59
59
  "type": "special-item",
60
60
  "effect": "Unlocks the ability to find Secret Notes",
@@ -63,7 +63,7 @@
63
63
  "mailFlags": ["HasMagnifyingGlass"]
64
64
  },
65
65
  {
66
- "id": "dark-talisman",
66
+ "id": "DarkTalisman",
67
67
  "name": "Dark Talisman",
68
68
  "type": "special-item",
69
69
  "effect": "Quest item used to open the passage to the Witch's Swamp",
@@ -72,7 +72,7 @@
72
72
  "mailFlags": ["HasDarkTalisman"]
73
73
  },
74
74
  {
75
- "id": "magic-ink",
75
+ "id": "MagicInk",
76
76
  "name": "Magic Ink",
77
77
  "type": "special-item",
78
78
  "effect": "Quest item returned to the Wizard to restore his magic",
@@ -81,7 +81,7 @@
81
81
  "mailFlags": ["HasMagicInk"]
82
82
  },
83
83
  {
84
- "id": "bears-knowledge",
84
+ "id": "BearPaw",
85
85
  "name": "Bear's Knowledge",
86
86
  "type": "special-item",
87
87
  "effect": "Increases sell price of Blackberries and Salmonberries by 3x",
@@ -90,7 +90,7 @@
90
90
  "mailFlags": ["bearsKnowledge"]
91
91
  },
92
92
  {
93
- "id": "spring-onion-mastery",
93
+ "id": "SpringOnionMastery",
94
94
  "name": "Spring Onion Mastery",
95
95
  "type": "special-item",
96
96
  "effect": "Increases sell price of Spring Onions by 5x",
@@ -99,7 +99,7 @@
99
99
  "eventFlags": ["3910979"]
100
100
  },
101
101
  {
102
- "id": "key-to-the-town",
102
+ "id": "KeyToTheTown",
103
103
  "name": "Key To The Town",
104
104
  "type": "special-item",
105
105
  "effect": "Allows access to all buildings in town at any time",
@@ -108,7 +108,7 @@
108
108
  "mailFlags": ["HasTownKey"]
109
109
  },
110
110
  {
111
- "id": "price-catalogue",
111
+ "id": "PriceCatalogue",
112
112
  "name": "Price Catalogue",
113
113
  "type": "book",
114
114
  "effect": "You can now see the value of your items",
@@ -116,7 +116,7 @@
116
116
  "image": "images/special-items/Price Catalogue.png"
117
117
  },
118
118
  {
119
- "id": "mapping-cave-systems",
119
+ "id": "Marlon",
120
120
  "name": "Mapping Cave Systems",
121
121
  "type": "book",
122
122
  "effect": "50% discount on Marlon's item retrieval service",
@@ -124,7 +124,7 @@
124
124
  "image": "images/special-items/Mapping Cave Systems.png"
125
125
  },
126
126
  {
127
- "id": "way-of-the-wind-pt-1",
127
+ "id": "Speed",
128
128
  "name": "Way Of The Wind pt. 1",
129
129
  "type": "book",
130
130
  "effect": "Permanently increases running speed",
@@ -132,7 +132,7 @@
132
132
  "image": "images/special-items/Way Of The Wind pt. 1.png"
133
133
  },
134
134
  {
135
- "id": "way-of-the-wind-pt-2",
135
+ "id": "Speed2",
136
136
  "name": "Way Of The Wind pt. 2",
137
137
  "type": "book",
138
138
  "effect": "Additional running speed boost (requires Way Of The Wind pt. 1)",
@@ -140,7 +140,7 @@
140
140
  "image": "images/special-items/Way Of The Wind pt. 2.png"
141
141
  },
142
142
  {
143
- "id": "monster-compendium",
143
+ "id": "Void",
144
144
  "name": "Monster Compendium",
145
145
  "type": "book",
146
146
  "effect": "Monsters have a small chance to drop double loot",
@@ -148,7 +148,7 @@
148
148
  "image": "images/special-items/Monster Compendium.png"
149
149
  },
150
150
  {
151
- "id": "friendship-101",
151
+ "id": "Friendship",
152
152
  "name": "Friendship 101",
153
153
  "type": "book",
154
154
  "effect": "You become friends with people a little faster",
@@ -156,7 +156,7 @@
156
156
  "image": "images/special-items/Friendship 101.png"
157
157
  },
158
158
  {
159
- "id": "jack-be-nimble-jack-be-thick",
159
+ "id": "Defense",
160
160
  "name": "Jack Be Nimble, Jack Be Thick",
161
161
  "type": "book",
162
162
  "effect": "Gain +1 Defense",
@@ -164,7 +164,7 @@
164
164
  "image": "images/special-items/Jack Be Nimble, Jack Be Thick.png"
165
165
  },
166
166
  {
167
- "id": "woodys-secret",
167
+ "id": "Woodcutting",
168
168
  "name": "Woody's Secret",
169
169
  "type": "book",
170
170
  "effect": "Felled trees have a 5% chance to yield double wood",
@@ -172,7 +172,7 @@
172
172
  "image": "images/special-items/Woody's Secret.png"
173
173
  },
174
174
  {
175
- "id": "ways-of-the-wild",
175
+ "id": "WildSeeds",
176
176
  "name": "Ways Of The Wild",
177
177
  "type": "book",
178
178
  "effect": "Weeds have a greater chance to yield mixed seeds",
@@ -180,7 +180,7 @@
180
180
  "image": "images/special-items/Ways Of The Wild.png"
181
181
  },
182
182
  {
183
- "id": "jewels-of-the-sea",
183
+ "id": "Roe",
184
184
  "name": "Jewels Of The Sea",
185
185
  "type": "book",
186
186
  "effect": "Fishing treasure chests have a chance to yield roe",
@@ -188,7 +188,7 @@
188
188
  "image": "images/special-items/Jewels Of The Sea.png"
189
189
  },
190
190
  {
191
- "id": "dwarvish-safety-manual",
191
+ "id": "Bombs",
192
192
  "name": "Dwarvish Safety Manual",
193
193
  "type": "book",
194
194
  "effect": "Bombs deal 25% less damage to you",
@@ -196,7 +196,7 @@
196
196
  "image": "images/special-items/Dwarvish Safety Manual.png"
197
197
  },
198
198
  {
199
- "id": "the-art-o-crabbing",
199
+ "id": "Crabbing",
200
200
  "name": "The Art O' Crabbing",
201
201
  "type": "book",
202
202
  "effect": "Crab pots have a 25% chance to yield double catch",
@@ -204,7 +204,7 @@
204
204
  "image": "images/special-items/The Art O' Crabbing.png"
205
205
  },
206
206
  {
207
- "id": "the-alleyway-buffet",
207
+ "id": "Trash",
208
208
  "name": "The Alleyway Buffet",
209
209
  "type": "book",
210
210
  "effect": "Greater chance to find items in trash cans",
@@ -212,7 +212,7 @@
212
212
  "image": "images/special-items/The Alleyway Buffet.png"
213
213
  },
214
214
  {
215
- "id": "the-diamond-hunter",
215
+ "id": "Diamonds",
216
216
  "name": "The Diamond Hunter",
217
217
  "type": "book",
218
218
  "effect": "All stones have a chance to drop a diamond when mined",
@@ -220,7 +220,7 @@
220
220
  "image": "images/special-items/The Diamond Hunter.png"
221
221
  },
222
222
  {
223
- "id": "book-of-mysteries",
223
+ "id": "Mystery",
224
224
  "name": "Book of Mysteries",
225
225
  "type": "book",
226
226
  "effect": "Slightly greater chance to find Mystery Boxes",
@@ -228,7 +228,7 @@
228
228
  "image": "images/special-items/Book of Mysteries.png"
229
229
  },
230
230
  {
231
- "id": "horse-the-book",
231
+ "id": "Horse",
232
232
  "name": "Horse: The Book",
233
233
  "type": "book",
234
234
  "effect": "Gain a little extra speed when riding your horse",
@@ -236,7 +236,7 @@
236
236
  "image": "images/special-items/Horse The Book.png"
237
237
  },
238
238
  {
239
- "id": "treasure-appraisal-guide",
239
+ "id": "Artifact",
240
240
  "name": "Treasure Appraisal Guide",
241
241
  "type": "book",
242
242
  "effect": "Fetch a better price when selling artifacts",
@@ -244,7 +244,7 @@
244
244
  "image": "images/special-items/Treasure Appraisal Guide.png"
245
245
  },
246
246
  {
247
- "id": "ol-slitherlegs",
247
+ "id": "Grass",
248
248
  "name": "Ol' Slitherlegs",
249
249
  "type": "book",
250
250
  "effect": "Run a lot faster through grass and crops",
@@ -252,7 +252,7 @@
252
252
  "image": "images/special-items/Ol' Slitherlegs.png"
253
253
  },
254
254
  {
255
- "id": "animal-catalogue",
255
+ "id": "AnimalCatalogue",
256
256
  "name": "Animal Catalogue",
257
257
  "type": "book",
258
258
  "effect": "Access Marnie's shop when she's not around",
@@ -260,7 +260,7 @@
260
260
  "image": "images/special-items/Animal Catalogue.png"
261
261
  },
262
262
  {
263
- "id": "bait-and-bobber",
263
+ "id": "BaitAndBobber",
264
264
  "name": "Bait And Bobber",
265
265
  "type": "skill-book",
266
266
  "effect": "Grants 250 Fishing XP",
@@ -268,7 +268,7 @@
268
268
  "image": "images/special-items/Bait And Bobber.png"
269
269
  },
270
270
  {
271
- "id": "combat-quarterly",
271
+ "id": "CombatQuarterly",
272
272
  "name": "Combat Quarterly",
273
273
  "type": "skill-book",
274
274
  "effect": "Grants 250 Combat XP",
@@ -276,7 +276,7 @@
276
276
  "image": "images/special-items/Combat Quarterly.png"
277
277
  },
278
278
  {
279
- "id": "mining-monthly",
279
+ "id": "MiningMonthly",
280
280
  "name": "Mining Monthly",
281
281
  "type": "skill-book",
282
282
  "effect": "Grants 250 Mining XP",
@@ -284,7 +284,7 @@
284
284
  "image": "images/special-items/Mining Monthly.png"
285
285
  },
286
286
  {
287
- "id": "stardew-valley-almanac",
287
+ "id": "StardewValleyAlmanac",
288
288
  "name": "Stardew Valley Almanac",
289
289
  "type": "skill-book",
290
290
  "effect": "Grants 250 Farming XP",
@@ -292,7 +292,7 @@
292
292
  "image": "images/special-items/Stardew Valley Almanac.png"
293
293
  },
294
294
  {
295
- "id": "woodcutters-weekly",
295
+ "id": "WoodcuttersWeekly",
296
296
  "name": "Woodcutter's Weekly",
297
297
  "type": "skill-book",
298
298
  "effect": "Grants 250 Foraging XP",
@@ -300,7 +300,7 @@
300
300
  "image": "images/special-items/Woodcutter's Weekly.png"
301
301
  },
302
302
  {
303
- "id": "farming-mastery",
303
+ "id": "Mastery_Farming",
304
304
  "name": "Farming Mastery",
305
305
  "type": "mastery",
306
306
  "skill": "farming",
@@ -309,7 +309,7 @@
309
309
  "image": "images/special-items/Mastery Icon.png"
310
310
  },
311
311
  {
312
- "id": "mining-mastery",
312
+ "id": "Mastery_Mining",
313
313
  "name": "Mining Mastery",
314
314
  "type": "mastery",
315
315
  "skill": "mining",
@@ -318,7 +318,7 @@
318
318
  "image": "images/special-items/Mastery Icon.png"
319
319
  },
320
320
  {
321
- "id": "foraging-mastery",
321
+ "id": "Mastery_Foraging",
322
322
  "name": "Foraging Mastery",
323
323
  "type": "mastery",
324
324
  "skill": "foraging",
@@ -327,7 +327,7 @@
327
327
  "image": "images/special-items/Mastery Icon.png"
328
328
  },
329
329
  {
330
- "id": "fishing-mastery",
330
+ "id": "Mastery_Fishing",
331
331
  "name": "Fishing Mastery",
332
332
  "type": "mastery",
333
333
  "skill": "fishing",
@@ -336,7 +336,7 @@
336
336
  "image": "images/special-items/Mastery Icon.png"
337
337
  },
338
338
  {
339
- "id": "combat-mastery",
339
+ "id": "Mastery_Combat",
340
340
  "name": "Combat Mastery",
341
341
  "type": "mastery",
342
342
  "skill": "combat",