stardew-valley-data 0.16.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 +6 -0
- package/data/monster-loot.json +19 -28
- package/dist/index.js +19 -28
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +19 -28
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
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.17.0] - 2026-03-21
|
|
9
|
+
|
|
10
|
+
### Fix
|
|
11
|
+
|
|
12
|
+
- Update DroppedBy Ids for Monsters in Monster Loot to match
|
|
13
|
+
|
|
8
14
|
## [0.16.0] - 2026-03-21
|
|
9
15
|
|
|
10
16
|
### Added
|
package/data/monster-loot.json
CHANGED
|
@@ -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": ["
|
|
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": ["
|
|
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
|
-
"
|
|
39
|
-
"
|
|
40
|
-
"
|
|
41
|
-
"
|
|
42
|
-
"
|
|
43
|
-
"
|
|
44
|
-
"
|
|
45
|
-
"
|
|
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,13 @@
|
|
|
51
42
|
"sellPrice": 50,
|
|
52
43
|
"image": "images/monsters/monster-loot/Void Essence.png",
|
|
53
44
|
"droppedBy": [
|
|
54
|
-
"
|
|
55
|
-
"
|
|
56
|
-
"
|
|
57
|
-
"
|
|
58
|
-
"
|
|
59
|
-
"
|
|
60
|
-
"
|
|
45
|
+
"Shadow Brute",
|
|
46
|
+
"Shadow Shaman",
|
|
47
|
+
"Serpent",
|
|
48
|
+
"Royal Serpent",
|
|
49
|
+
"Spider",
|
|
50
|
+
"Shadow Sniper",
|
|
51
|
+
"Haunted Skull"
|
|
61
52
|
]
|
|
62
53
|
},
|
|
63
54
|
{
|
|
@@ -65,6 +56,6 @@
|
|
|
65
56
|
"name": "Dragon Tooth",
|
|
66
57
|
"sellPrice": 500,
|
|
67
58
|
"image": "images/monsters/monster-loot/Dragon Tooth.png",
|
|
68
|
-
"droppedBy": ["
|
|
59
|
+
"droppedBy": ["Lava Lurk"]
|
|
69
60
|
}
|
|
70
61
|
]
|
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: ["
|
|
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: ["
|
|
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
|
-
"
|
|
7974
|
-
"
|
|
7975
|
-
"
|
|
7976
|
-
"
|
|
7977
|
-
"
|
|
7978
|
-
"
|
|
7979
|
-
"
|
|
7980
|
-
"
|
|
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,13 +7977,13 @@ var monster_loot_default = [
|
|
|
7986
7977
|
sellPrice: 50,
|
|
7987
7978
|
image: "images/monsters/monster-loot/Void Essence.png",
|
|
7988
7979
|
droppedBy: [
|
|
7989
|
-
"
|
|
7990
|
-
"
|
|
7991
|
-
"
|
|
7992
|
-
"
|
|
7993
|
-
"
|
|
7994
|
-
"
|
|
7995
|
-
"
|
|
7980
|
+
"Shadow Brute",
|
|
7981
|
+
"Shadow Shaman",
|
|
7982
|
+
"Serpent",
|
|
7983
|
+
"Royal Serpent",
|
|
7984
|
+
"Spider",
|
|
7985
|
+
"Shadow Sniper",
|
|
7986
|
+
"Haunted Skull"
|
|
7996
7987
|
]
|
|
7997
7988
|
},
|
|
7998
7989
|
{
|
|
@@ -8000,7 +7991,7 @@ var monster_loot_default = [
|
|
|
8000
7991
|
name: "Dragon Tooth",
|
|
8001
7992
|
sellPrice: 500,
|
|
8002
7993
|
image: "images/monsters/monster-loot/Dragon Tooth.png",
|
|
8003
|
-
droppedBy: ["
|
|
7994
|
+
droppedBy: ["Lava Lurk"]
|
|
8004
7995
|
}
|
|
8005
7996
|
];
|
|
8006
7997
|
|