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 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/minerals/Dragon Tooth.png",
70
+ "tradeItemImage": "images/monsters/monster-loot/Dragon Tooth.png",
71
71
  "tradeAmount": 5
72
72
  },
73
73
  {
@@ -59,5 +59,12 @@
59
59
  "shadow-sniper",
60
60
  "haunted-skull"
61
61
  ]
62
+ },
63
+ {
64
+ "id": "852",
65
+ "name": "Dragon Tooth",
66
+ "sellPrice": 500,
67
+ "image": "images/monsters/monster-loot/Dragon Tooth.png",
68
+ "droppedBy": ["lava-lurk"]
62
69
  }
63
70
  ]
@@ -84,7 +84,7 @@
84
84
  "itemId": "852",
85
85
  "itemName": "Dragon Tooth",
86
86
  "amount": 10,
87
- "image": "images/minerals/Dragon Tooth.png"
87
+ "image": "images/monsters/monster-loot/Dragon Tooth.png"
88
88
  },
89
89
  {
90
90
  "itemId": "91",
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/minerals/Dragon Tooth.png"
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/minerals/Dragon Tooth.png",
35778
+ tradeItemImage: "images/monsters/monster-loot/Dragon Tooth.png",
35772
35779
  tradeAmount: 5
35773
35780
  },
35774
35781
  {