stardew-valley-data 0.15.0 → 0.17.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,18 @@ 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.17.0] - 2026-03-21
9
+
10
+ ### Fix
11
+
12
+ - Update DroppedBy Ids for Monsters in Monster Loot to match
13
+
14
+ ## [0.16.0] - 2026-03-21
15
+
16
+ ### Added
17
+
18
+ - Add Dragon Tooth Item to Monster Loot data
19
+
8
20
  ## [0.15.0] - 2026-03-20
9
21
 
10
22
  ### 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
  {
@@ -4,30 +4,21 @@
4
4
  "name": "Bug Meat",
5
5
  "sellPrice": 8,
6
6
  "image": "images/monsters/monster-loot/Bug Meat.png",
7
- "droppedBy": ["bug", "grub", "cave-fly", "armored-bug", "mutant-fly", "mutant-grub"]
7
+ "droppedBy": ["Bug", "Grub", "Fly"]
8
8
  },
9
9
  {
10
10
  "id": "766",
11
11
  "name": "Slime",
12
12
  "sellPrice": 5,
13
13
  "image": "images/monsters/monster-loot/Slime.png",
14
- "droppedBy": [
15
- "green-slime",
16
- "blue-slime",
17
- "red-slime",
18
- "big-slime",
19
- "tiger-slime",
20
- "copper-slime",
21
- "iron-slime",
22
- "purple-slime"
23
- ]
14
+ "droppedBy": ["Green Slime", "Big Slime", "Tiger Slime"]
24
15
  },
25
16
  {
26
17
  "id": "767",
27
18
  "name": "Bat Wing",
28
19
  "sellPrice": 15,
29
20
  "image": "images/monsters/monster-loot/Bat Wing.png",
30
- "droppedBy": ["bat", "frost-bat", "lava-bat"]
21
+ "droppedBy": ["Bat", "Frost Bat", "Lava Bat"]
31
22
  },
32
23
  {
33
24
  "id": "768",
@@ -35,14 +26,14 @@
35
26
  "sellPrice": 40,
36
27
  "image": "images/monsters/monster-loot/Solar Essence.png",
37
28
  "droppedBy": [
38
- "ghost",
39
- "squid-kid",
40
- "metal-head",
41
- "hot-head",
42
- "mummy",
43
- "iridium-bat",
44
- "blue-squid",
45
- "haunted-skull"
29
+ "Ghost",
30
+ "Squid Kid",
31
+ "Metal Head",
32
+ "Hot Head",
33
+ "Mummy",
34
+ "Iridium Bat",
35
+ "Blue Squid",
36
+ "Haunted Skull"
46
37
  ]
47
38
  },
48
39
  {
@@ -51,13 +42,20 @@
51
42
  "sellPrice": 50,
52
43
  "image": "images/monsters/monster-loot/Void Essence.png",
53
44
  "droppedBy": [
54
- "shadow-brute",
55
- "shadow-shaman",
56
- "serpent",
57
- "royal-serpent",
58
- "spider",
59
- "shadow-sniper",
60
- "haunted-skull"
45
+ "Shadow Brute",
46
+ "Shadow Shaman",
47
+ "Serpent",
48
+ "Royal Serpent",
49
+ "Spider",
50
+ "Shadow Sniper",
51
+ "Haunted Skull"
61
52
  ]
53
+ },
54
+ {
55
+ "id": "852",
56
+ "name": "Dragon Tooth",
57
+ "sellPrice": 500,
58
+ "image": "images/monsters/monster-loot/Dragon Tooth.png",
59
+ "droppedBy": ["Lava Lurk"]
62
60
  }
63
61
  ]
@@ -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
@@ -7939,30 +7939,21 @@ var monster_loot_default = [
7939
7939
  name: "Bug Meat",
7940
7940
  sellPrice: 8,
7941
7941
  image: "images/monsters/monster-loot/Bug Meat.png",
7942
- droppedBy: ["bug", "grub", "cave-fly", "armored-bug", "mutant-fly", "mutant-grub"]
7942
+ droppedBy: ["Bug", "Grub", "Fly"]
7943
7943
  },
7944
7944
  {
7945
7945
  id: "766",
7946
7946
  name: "Slime",
7947
7947
  sellPrice: 5,
7948
7948
  image: "images/monsters/monster-loot/Slime.png",
7949
- droppedBy: [
7950
- "green-slime",
7951
- "blue-slime",
7952
- "red-slime",
7953
- "big-slime",
7954
- "tiger-slime",
7955
- "copper-slime",
7956
- "iron-slime",
7957
- "purple-slime"
7958
- ]
7949
+ droppedBy: ["Green Slime", "Big Slime", "Tiger Slime"]
7959
7950
  },
7960
7951
  {
7961
7952
  id: "767",
7962
7953
  name: "Bat Wing",
7963
7954
  sellPrice: 15,
7964
7955
  image: "images/monsters/monster-loot/Bat Wing.png",
7965
- droppedBy: ["bat", "frost-bat", "lava-bat"]
7956
+ droppedBy: ["Bat", "Frost Bat", "Lava Bat"]
7966
7957
  },
7967
7958
  {
7968
7959
  id: "768",
@@ -7970,14 +7961,14 @@ var monster_loot_default = [
7970
7961
  sellPrice: 40,
7971
7962
  image: "images/monsters/monster-loot/Solar Essence.png",
7972
7963
  droppedBy: [
7973
- "ghost",
7974
- "squid-kid",
7975
- "metal-head",
7976
- "hot-head",
7977
- "mummy",
7978
- "iridium-bat",
7979
- "blue-squid",
7980
- "haunted-skull"
7964
+ "Ghost",
7965
+ "Squid Kid",
7966
+ "Metal Head",
7967
+ "Hot Head",
7968
+ "Mummy",
7969
+ "Iridium Bat",
7970
+ "Blue Squid",
7971
+ "Haunted Skull"
7981
7972
  ]
7982
7973
  },
7983
7974
  {
@@ -7986,14 +7977,21 @@ var monster_loot_default = [
7986
7977
  sellPrice: 50,
7987
7978
  image: "images/monsters/monster-loot/Void Essence.png",
7988
7979
  droppedBy: [
7989
- "shadow-brute",
7990
- "shadow-shaman",
7991
- "serpent",
7992
- "royal-serpent",
7993
- "spider",
7994
- "shadow-sniper",
7995
- "haunted-skull"
7980
+ "Shadow Brute",
7981
+ "Shadow Shaman",
7982
+ "Serpent",
7983
+ "Royal Serpent",
7984
+ "Spider",
7985
+ "Shadow Sniper",
7986
+ "Haunted Skull"
7996
7987
  ]
7988
+ },
7989
+ {
7990
+ id: "852",
7991
+ name: "Dragon Tooth",
7992
+ sellPrice: 500,
7993
+ image: "images/monsters/monster-loot/Dragon Tooth.png",
7994
+ droppedBy: ["Lava Lurk"]
7997
7995
  }
7998
7996
  ];
7999
7997
 
@@ -33834,7 +33832,7 @@ var wizard_shop_default = [
33834
33832
  itemId: "852",
33835
33833
  itemName: "Dragon Tooth",
33836
33834
  amount: 10,
33837
- image: "images/minerals/Dragon Tooth.png"
33835
+ image: "images/monsters/monster-loot/Dragon Tooth.png"
33838
33836
  },
33839
33837
  {
33840
33838
  itemId: "91",
@@ -35768,7 +35766,7 @@ var island_trader_shop_default = [
35768
35766
  image: "images/trees/banana/seed.png",
35769
35767
  tradeItemId: "852",
35770
35768
  tradeItemName: "Dragon Tooth",
35771
- tradeItemImage: "images/minerals/Dragon Tooth.png",
35769
+ tradeItemImage: "images/monsters/monster-loot/Dragon Tooth.png",
35772
35770
  tradeAmount: 5
35773
35771
  },
35774
35772
  {