diff --git a/constants/carnivalshops.json b/constants/carnivalshops.json index c9319f2f0..c19edf23e 100644 --- a/constants/carnivalshops.json +++ b/constants/carnivalshops.json @@ -147,6 +147,43 @@ ], "name": "Titanium Tenacity" } + }, + "Mythological_Ritual": { + "storied_stinger": { + "costs": [ + 50, + 100, + 150, + 200, + 250 + ], + "name": "Storied Stinger" + }, + "deadly_greed": { + "costs": [ + 50, + 100, + 150, + 200, + 250 + ], + "name": "Deadly Greed" + }, + "dianas_favor": { + "costs": [ + 100, + 200, + 400 + ], + "name": "Diana's Favor" + }, + "elusive_hunter": { + "costs": [ + 100, + 1000 + ], + "name": "Elusive Hunter" + } } } } \ No newline at end of file