aboutsummaryrefslogtreecommitdiff
path: root/constants/AnitaUpgradeCosts.json
diff options
context:
space:
mode:
authorhannibal2 <24389977+hannibal00212@users.noreply.github.com>2023-08-23 11:52:44 +0200
committerhannibal2 <24389977+hannibal00212@users.noreply.github.com>2023-08-23 11:52:44 +0200
commit97d1c4b5e5c868812927922f12202d92f87ceb63 (patch)
tree184f404ae53a57f94c23044edddae59054799baf /constants/AnitaUpgradeCosts.json
parent3b7d052b5f0c22ff994d76003523e8eb92539604 (diff)
downloadSkyHanni-REPO-97d1c4b5e5c868812927922f12202d92f87ceb63.tar.gz
SkyHanni-REPO-97d1c4b5e5c868812927922f12202d92f87ceb63.tar.bz2
SkyHanni-REPO-97d1c4b5e5c868812927922f12202d92f87ceb63.zip
Added anita upgrade costs
Diffstat (limited to 'constants/AnitaUpgradeCosts.json')
-rw-r--r--constants/AnitaUpgradeCosts.json64
1 files changed, 64 insertions, 0 deletions
diff --git a/constants/AnitaUpgradeCosts.json b/constants/AnitaUpgradeCosts.json
new file mode 100644
index 0000000..466411f
--- /dev/null
+++ b/constants/AnitaUpgradeCosts.json
@@ -0,0 +1,64 @@
+{
+ "level_price": {
+ "1": {
+ "gold_medals": 1,
+ "jacob_tickets": 0
+ },
+ "2": {
+ "gold_medals": 1,
+ "jacob_tickets": 50
+ },
+ "3": {
+ "gold_medals": 1,
+ "jacob_tickets": 50
+ },
+ "4": {
+ "gold_medals": 2,
+ "jacob_tickets": 100
+ },
+ "5": {
+ "gold_medals": 2,
+ "jacob_tickets": 100
+ },
+ "6": {
+ "gold_medals": 3,
+ "jacob_tickets": 150
+ },
+ "7": {
+ "gold_medals": 3,
+ "jacob_tickets": 150
+ },
+ "8": {
+ "gold_medals": 4,
+ "jacob_tickets": 200
+ },
+ "9": {
+ "gold_medals": 4,
+ "jacob_tickets": 200
+ },
+ "10": {
+ "gold_medals": 5,
+ "jacob_tickets": 250
+ },
+ "11": {
+ "gold_medals": 6,
+ "jacob_tickets": 300
+ },
+ "12": {
+ "gold_medals": 7,
+ "jacob_tickets": 350
+ },
+ "13": {
+ "gold_medals": 8,
+ "jacob_tickets": 400
+ },
+ "14": {
+ "gold_medals": 9,
+ "jacob_tickets": 450
+ },
+ "15": {
+ "gold_medals": 10,
+ "jacob_tickets": 1000
+ }
+ }
+} \ No newline at end of file