diff options
-rw-r--r-- | constants/sacks.json | 31 |
1 files changed, 30 insertions, 1 deletions
diff --git a/constants/sacks.json b/constants/sacks.json index 0e9ccb7a..7175e0bf 100644 --- a/constants/sacks.json +++ b/constants/sacks.json @@ -520,7 +520,8 @@ "DUNG", "CHEESE_FUEL", "PLANT_MATTER", - "JACOBS_TICKET" + "JACOBS_TICKET", + "FINE_FLOUR" ] }, "Flower": { @@ -590,6 +591,34 @@ "item": "RUNE_SACK", "contents": [ ] + }, + "Events": { + "item": "LARGE_EVENTS_SACK", + "contents": [ + "ANCIENT_CLAW", + "BLUE_SHARK_TOOTH", + "CARNIVAL_TICKET", + "DARK_CANDY", + "ECTOPLASM", + "ENCHANTED_SHARK_FIN", + "GLACIAL_FRAGMENT", + "GLOSSY_GEMSTONE", + "GREEN_CANDY", + "GRIFFIN_FEATHER", + "BLUE_ICE_HUNK", + "ICE_HUNK", + "NURSE_SHARK_TOOTH", + "PARTY_GIFT", + "PUMPKIN_GUTS", + "PURPLE_CANDY", + "REFINED_MINERAL", + "SHARK_FIN", + "SPOOKY_SHARD", + "TIGER_SHARK_TOOTH", + "WEREWOLF_SKIN", + "WHITE_GIFT", + "RED_GIFT" + ] } } }
\ No newline at end of file |