diff options
author | Ninjune <enderknight537@gmail.com> | 2023-01-14 18:51:28 -0600 |
---|---|---|
committer | Ninjune <enderknight537@gmail.com> | 2023-01-14 18:51:28 -0600 |
commit | 8fa7fe39d9edbdd8b00ec238c4e40b6ecd0808cc (patch) | |
tree | 04000ede45a86ebfb76b5b01ad4a169be8234470 /data | |
parent | 329dccf50ed5e9f87531580f679522238b6a019b (diff) | |
download | coleweight-8fa7fe39d9edbdd8b00ec238c4e40b6ecd0808cc.tar.gz coleweight-8fa7fe39d9edbdd8b00ec238c4e40b6ecd0808cc.tar.bz2 coleweight-8fa7fe39d9edbdd8b00ec238c4e40b6ecd0808cc.zip |
Diffstat (limited to 'data')
-rw-r--r-- | data/collections.json | 26 | ||||
-rw-r--r-- | data/hotm.json | 6 |
2 files changed, 26 insertions, 6 deletions
diff --git a/data/collections.json b/data/collections.json index e61a942..db90b8f 100644 --- a/data/collections.json +++ b/data/collections.json @@ -54,7 +54,7 @@ "collectionToTrack": "EMERALD", "collectionStringed": "Emerald" }, - "endstone": + "end": { "collectionToTrack": "ENDER_STONE", "collectionStringed": "Endstone" @@ -77,11 +77,31 @@ "quartz": { "collectionToTrack": "QUARTZ", - "collectionStringed": "Endstone" + "collectionStringed": "Quartz" }, "cobblestone": { "collectionToTrack": "COBBLESTONE", "collectionStringed": "Cobblestone" - } + }, + "hard": + { + "collectionToTrack": "HARD_STONE", + "collectionStringed": "Hard Stone" + }, + "red": + { + "collectionToTrack": "SAND:1", + "collectionStringed": "Red Sand" + }, + "sand": + { + "collectionToTrack": "SAND", + "collectionStringed": "Sand" + }, + "gravel": + { + "collectionToTrack": "GRAVEL", + "collectionStringed": "Gravel" + } }
\ No newline at end of file diff --git a/data/hotm.json b/data/hotm.json index 8d27a20..d0c31e8 100644 --- a/data/hotm.json +++ b/data/hotm.json @@ -25,8 +25,8 @@ "powderType": "mithril" }, { - "costFormula": "200+((currentLevel-1)*18)", - "rewardFormula": "(200+((Level-1)*18))*2", + "costFormula": "Math.pow((currentLevel+1), 3.1)", + "rewardFormula": "2+(Level*0.1)", "nameStringed": "Titanium Insanium", "names": ["titaniuminsanium", "titanium", "tita"], "maxLevel": 50, @@ -35,7 +35,7 @@ { "costFormula": "200+((currentLevel-1)*18)", "rewardFormula": "(200+((Level-1)*18))*2", - "nameStringed": "Titanium Insanium", + "nameStringed": "Daily powder", "names": ["dailypowder"], "maxLevel": 100, "powderType": "mithril" |