From 6b513c8ca3da896b694b5b93ad28c6f4c2b37330 Mon Sep 17 00:00:00 2001 From: jani270 <69345714+jani270@users.noreply.github.com> Date: Wed, 20 Nov 2024 16:54:41 +0100 Subject: fix: More Pests lores (#1451) --- items/PEST_SLUG_MONSTER.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'items/PEST_SLUG_MONSTER.json') diff --git a/items/PEST_SLUG_MONSTER.json b/items/PEST_SLUG_MONSTER.json index 5ce0f4f0..0c7aba5e 100644 --- a/items/PEST_SLUG_MONSTER.json +++ b/items/PEST_SLUG_MONSTER.json @@ -42,27 +42,27 @@ { "id": "COMPOST:1", "extra": [], - "chance": "4%" + "chance": "10%" }, { "id": "HONEY_JAR:1", "extra": [], - "chance": "4%" + "chance": "10%" }, { "id": "DUNG:1", "extra": [], - "chance": "4%" + "chance": "10%" }, { "id": "PLANT_MATTER:1", "extra": [], - "chance": "4%" + "chance": "10%" }, { "id": "CHEESE_FUEL:1", "extra": [], - "chance": "4%" + "chance": "10%" }, { "id": "VINYL_SLOW_AND_GROOVY:1", -- cgit