aboutsummaryrefslogtreecommitdiff
path: root/items/PEST_LOCUST_MONSTER.json
diff options
context:
space:
mode:
authorjani270 <69345714+jani270@users.noreply.github.com>2024-11-20 13:06:43 +0100
committerGitHub <noreply@github.com>2024-11-20 12:06:43 +0000
commit105fa1b5659244f5ebfe64b80ad0d1bb09e88cdb (patch)
tree60b7767e468fbd83743d324aa0e082feb0da7edb /items/PEST_LOCUST_MONSTER.json
parentd2a3299dd4e5956588c23ed6017b1ebb1493701f (diff)
downloadNotEnoughUpdates-REPO-105fa1b5659244f5ebfe64b80ad0d1bb09e88cdb.tar.gz
NotEnoughUpdates-REPO-105fa1b5659244f5ebfe64b80ad0d1bb09e88cdb.tar.bz2
NotEnoughUpdates-REPO-105fa1b5659244f5ebfe64b80ad0d1bb09e88cdb.zip
fix: Pest Drops, Forge Times and Glacite Golem craft chance (#1447)
Diffstat (limited to 'items/PEST_LOCUST_MONSTER.json')
-rw-r--r--items/PEST_LOCUST_MONSTER.json15
1 files changed, 5 insertions, 10 deletions
diff --git a/items/PEST_LOCUST_MONSTER.json b/items/PEST_LOCUST_MONSTER.json
index 2c64645e..cff7bcff 100644
--- a/items/PEST_LOCUST_MONSTER.json
+++ b/items/PEST_LOCUST_MONSTER.json
@@ -30,16 +30,11 @@
"type": "drops",
"drops": [
{
- "id": "ENCHANTED_POTATO:1",
+ "id": "ENCHANTED_POTATO:3",
"extra": [],
"chance": "100%"
},
{
- "id": "ENCHANTED_POISONOUS_POTATO:1",
- "extra": [],
- "chance": "5%"
- },
- {
"id": "COMPOST:1",
"extra": [],
"chance": "10%"
@@ -70,19 +65,19 @@
"chance": "2%"
},
{
- "id": "ENCHANTED_BAKED_POTATO:1",
+ "id": "ENCHANTED_BAKED_POTATO:10",
"extra": [],
- "chance": "3%"
+ "chance": "0.5%"
},
{
"id": "SUNDER;6:1",
"extra": [],
- "chance": "1%"
+ "chance": "0.5%"
},
{
"id": "DYE_DUNG:1",
"extra": [],
- "chance": "0.0002%"
+ "chance": "0.0004%"
}
]
}