diff options
author | NopoTheGamer <40329022+NopoTheGamer@users.noreply.github.com> | 2022-12-13 21:01:46 +1100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-12-13 11:01:46 +0100 |
commit | 7be1dacaf27a78cb382abca6677788b9d302edef (patch) | |
tree | 0ed9e0b0489cad2820d0c7ebb29cd85bda7dc3ad /constants/essenceshops.json | |
parent | 93d14a1b0d9170dbde73d365d69eb27d5dbdfb5c (diff) | |
download | NotEnoughUpdates-REPO-7be1dacaf27a78cb382abca6677788b9d302edef.tar.gz NotEnoughUpdates-REPO-7be1dacaf27a78cb382abca6677788b9d302edef.tar.bz2 NotEnoughUpdates-REPO-7be1dacaf27a78cb382abca6677788b9d302edef.zip |
Add essence shop costs (#873)
* has all the costs besides from crimson, some api names are wrong rn
* fix all api names
* crimson training is wrong (maybe other crimson ones as well)
* fix essence names
* add perk names
* Added Wither Piper essence thing
Co-authored-by: jani270 <jani270@gmx.de>
Diffstat (limited to 'constants/essenceshops.json')
-rw-r--r-- | constants/essenceshops.json | 399 |
1 files changed, 399 insertions, 0 deletions
diff --git a/constants/essenceshops.json b/constants/essenceshops.json new file mode 100644 index 00000000..4f50ddcb --- /dev/null +++ b/constants/essenceshops.json @@ -0,0 +1,399 @@ +{ + "ESSENCE_UNDEAD": { + "catacombs_boss_luck": { + "costs": [ + 100, + 1000, + 10000, + 100000 + ], + "name": "Boss Luck" + }, + "catacombs_looting": { + "costs": [ + 1000, + 2000, + 3000, + 4000, + 5000 + ], + "name": "Looting" + }, + "revive_stone": { + "costs": [ + 200000 + ], + "name": "Help of the Fairies" + }, + "catacombs_health": { + "costs": [ + 1000, + 2500, + 5000, + 10000, + 25000 + ], + "name": "Health Essence" + }, + "catacombs_defense": { + "costs": [ + 1000, + 4000, + 6000, + 8000, + 10000 + ], + "name": "Defense Essence" + }, + "catacombs_strength": { + "costs": [ + 1000, + 4000, + 6000, + 8000, + 10000 + ], + "name": "Strength Essence" + }, + "catacombs_intelligence": { + "costs": [ + 1000, + 4000, + 6000, + 8000, + 10000 + ], + "name": "Intelligence Essence" + }, + "catacombs_crit_damage": { + "costs": [ + 1000, + 3000, + 10000, + 20000, + 50000 + ], + "name": "Critical Essence" + } + }, + "ESSENCE_WITHER": { + "permanent_health": { + "costs": [ + 100, + 250, + 500, + 1000, + 1500 + ], + "name": "Forbidden Health" + }, + "permanent_defense": { + "costs": [ + 100, + 250, + 500, + 1000, + 1500 + ], + "name": "Forbidden Defense" + }, + "permanent_speed": { + "costs": [ + 100, + 250 + ], + "name": "Forbidden Speed" + }, + "permanent_intelligence": { + "costs": [ + 100, + 250, + 500, + 1000, + 1500 + ], + "name": "Forbidden Intelligence" + }, + "permanent_strength": { + "costs": [ + 100, + 250, + 500, + 1000, + 1500 + ], + "name": "Forbidden Strength" + }, + "forbidden_blessing": { + "costs": [ + 200, + 400, + 600, + 800, + 1000, + 1200, + 1400, + 1600, + 1800, + 2000 + ], + "name": "Forbidden Blessing" + } + }, + "ESSENCE_DRAGON": { + "flat_damage_vs_ender": { + "costs": [ + 100, + 200, + 300, + 400, + 500 + ], + "name": "One Punch" + }, + "mana_after_ender_kill": { + "costs": [ + 100, + 100, + 100, + 100, + 100, + 100, + 100, + 100, + 100, + 100 + ], + "name": "Recharge" + }, + "fero_vs_dragons": { + "costs": [ + 125, + 250, + 500, + 1000, + 1500 + ], + "name": "Rageborn" + }, + "inc_zealots_odds": { + "costs": [ + 150, + 500, + 1250, + 2000, + 3000 + ], + "name": "Zealuck" + }, + "combat_wisdom_in_end": { + "costs": [ + 250, + 1250, + 5000 + ], + "name": "Ender Training" + }, + "edrag_cd": { + "costs": [ + 500, + 1500, + 2500, + 3500, + 4000 + ], + "name": "Infused Dragon" + }, + "dragon_reforges_buff": { + "costs": [ + 1500, + 2250, + 3250, + 4500, + 6500 + ], + "name": "Two-Headed Strike" + }, + "increased_sup_chances": { + "costs": [ + 2000 + ], + "name": "Dragon Piper" + } + }, + "ESSENCE_SPIDER": { + "empowered_agility": { + "costs": [ + 50, + 75, + 100, + 150, + 250, + 400, + 750, + 1000, + 1750, + 2500 + ], + "name": "Empowered Agility" + }, + "vermin_control": { + "costs": [ + 100, + 500, + 1000, + 3000, + 5000 + ], + "name": "Vermin Control" + }, + "bane": { + "costs": [ + 100, + 500, + 1000, + 3000, + 5000 + ], + "name": "Bane" + }, + "spider_training": { + "costs": [ + 250, + 1250, + 5000 + ], + "name": "Spider Training" + } + }, + "ICE_ESSENCE": { + "cold_efficiency": { + "costs": [ + 1000, + 1500, + 2000, + 3000, + 5000 + ], + "name": "Cold Efficiency" + }, + "cooled_forges": { + "costs": [ + 100, + 1000, + 2000, + 3000, + 5000 + ], + "name": "Cooled Forges" + }, + "frozen_skin": { + "costs": [ + 1000, + 1500, + 2000, + 3000, + 5000 + ], + "name": "Frozen Skin" + }, + "season_of_joy": { + "costs": [ + 200, + 400, + 800, + 1500, + 2100, + 3000, + 3000, + 4000, + 4000, + 4000 + ], + "name": "Season of Joy" + } + }, + "ESSENCE_CRIMSON": { + "strongarm_kuudra": { + "costs": [ + 1000, + 2000 + ], + "name": "Strong Arm" + }, + "fresh_tools_kuudra": { + "costs": [ + 200, + 400, + 600, + 800, + 1000 + ], + "name": "Fresh Tools" + }, + "headstart_kuudra": { + "costs": [ + 100, + 200, + 300, + 400, + 500 + ], + "name": "Head Start" + }, + "master_kuudra": { + "costs": [ + 5000 + ], + "name": "Kuudra Master" + }, + "fungus_fortuna": { + "costs": [ + 100, + 200, + 300, + 400, + 500, + 600, + 700, + 800, + 900, + 1000 + ], + "name": "Fungus Fortune" + }, + "harena_fortuna": { + "costs": [ + 100, + 200, + 300, + 400, + 500, + 600, + 700, + 800, + 900, + 1000 + ], + "name": "Harena Fortune" + }, + "crimson_training": { + "costs": [ + 250, + 1250, + 5000 + ], + "name": "Crimson Training" + }, + "wither_piper": { + "costs": [ + 500, + 750, + 1250, + 2000, + 3000 + ], + "name": "Wither Piper" + } + } +} |