From 56384c8e6323fe697b41b4580f7c1d90de744137 Mon Sep 17 00:00:00 2001 From: Luna Date: Tue, 9 Dec 2025 22:07:21 +0100 Subject: [PATCH] feat: add Mythological Ritual Carnival perks --- constants/carnivalshops.json | 37 ++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) diff --git a/constants/carnivalshops.json b/constants/carnivalshops.json index c9319f2f0f..c19edf23e2 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