diff options
| author | jani270 <69345714+jani270@users.noreply.github.com> | 2024-11-20 13:10:03 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-11-20 12:10:03 +0000 |
| commit | 6c3867ce1a2f9eb6a77ab6c6d90052157b7c8527 (patch) | |
| tree | 76d84863267b0b5cdb77ac0fead6f1939f614a23 | |
| parent | 105fa1b5659244f5ebfe64b80ad0d1bb09e88cdb (diff) | |
| download | NotEnoughUpdates-REPO-6c3867ce1a2f9eb6a77ab6c6d90052157b7c8527.tar.gz NotEnoughUpdates-REPO-6c3867ce1a2f9eb6a77ab6c6d90052157b7c8527.tar.bz2 NotEnoughUpdates-REPO-6c3867ce1a2f9eb6a77ab6c6d90052157b7c8527.zip | |
fix: Slug Pest having old info (#1448)
| -rw-r--r-- | items/PEST_SLUG_MONSTER.json | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/items/PEST_SLUG_MONSTER.json b/items/PEST_SLUG_MONSTER.json index 8741a61b..5ce0f4f0 100644 --- a/items/PEST_SLUG_MONSTER.json +++ b/items/PEST_SLUG_MONSTER.json @@ -70,14 +70,14 @@ "chance": "2%" }, { - "id": "ENCHANTED_HUGE_MUSHROOM_1:1", + "id": "ENCHANTED_HUGE_MUSHROOM_1:3", "extra": [], - "chance": "0.5%" + "chance": "0.25%" }, { - "id": "ENCHANTED_HUGE_MUSHROOM_2:1", + "id": "ENCHANTED_HUGE_MUSHROOM_2:3", "extra": [], - "chance": "0.5%" + "chance": "0.25%" }, { "id": "SLUG;3:1", @@ -92,7 +92,7 @@ { "id": "DYE_DUNG:1", "extra": [], - "chance": "0.0002%" + "chance": "0.0004%" } ] } |
