stardew-valley-data 0.15.0 → 0.16.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 +6 -0
- package/data/island-trader-shop.json +1 -1
- package/data/monster-loot.json +7 -0
- package/data/wizard-shop.json +1 -1
- package/dist/index.js +9 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +9 -2
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
- /package/images/{minerals → monsters/monster-loot}/Dragon Tooth.png +0 -0
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.16.0] - 2026-03-21
|
|
9
|
+
|
|
10
|
+
### Added
|
|
11
|
+
|
|
12
|
+
- Add Dragon Tooth Item to Monster Loot data
|
|
13
|
+
|
|
8
14
|
## [0.15.0] - 2026-03-20
|
|
9
15
|
|
|
10
16
|
### Added
|
|
@@ -67,7 +67,7 @@
|
|
|
67
67
|
"image": "images/trees/banana/seed.png",
|
|
68
68
|
"tradeItemId": "852",
|
|
69
69
|
"tradeItemName": "Dragon Tooth",
|
|
70
|
-
"tradeItemImage": "images/
|
|
70
|
+
"tradeItemImage": "images/monsters/monster-loot/Dragon Tooth.png",
|
|
71
71
|
"tradeAmount": 5
|
|
72
72
|
},
|
|
73
73
|
{
|
package/data/monster-loot.json
CHANGED
package/data/wizard-shop.json
CHANGED
package/dist/index.js
CHANGED
|
@@ -7994,6 +7994,13 @@ var monster_loot_default = [
|
|
|
7994
7994
|
"shadow-sniper",
|
|
7995
7995
|
"haunted-skull"
|
|
7996
7996
|
]
|
|
7997
|
+
},
|
|
7998
|
+
{
|
|
7999
|
+
id: "852",
|
|
8000
|
+
name: "Dragon Tooth",
|
|
8001
|
+
sellPrice: 500,
|
|
8002
|
+
image: "images/monsters/monster-loot/Dragon Tooth.png",
|
|
8003
|
+
droppedBy: ["lava-lurk"]
|
|
7997
8004
|
}
|
|
7998
8005
|
];
|
|
7999
8006
|
|
|
@@ -33834,7 +33841,7 @@ var wizard_shop_default = [
|
|
|
33834
33841
|
itemId: "852",
|
|
33835
33842
|
itemName: "Dragon Tooth",
|
|
33836
33843
|
amount: 10,
|
|
33837
|
-
image: "images/
|
|
33844
|
+
image: "images/monsters/monster-loot/Dragon Tooth.png"
|
|
33838
33845
|
},
|
|
33839
33846
|
{
|
|
33840
33847
|
itemId: "91",
|
|
@@ -35768,7 +35775,7 @@ var island_trader_shop_default = [
|
|
|
35768
35775
|
image: "images/trees/banana/seed.png",
|
|
35769
35776
|
tradeItemId: "852",
|
|
35770
35777
|
tradeItemName: "Dragon Tooth",
|
|
35771
|
-
tradeItemImage: "images/
|
|
35778
|
+
tradeItemImage: "images/monsters/monster-loot/Dragon Tooth.png",
|
|
35772
35779
|
tradeAmount: 5
|
|
35773
35780
|
},
|
|
35774
35781
|
{
|