diff options
author | Moulberry <james.jenour@student.scotch.wa.edu.au> | 2020-07-19 21:46:29 +1000 |
---|---|---|
committer | Moulberry <james.jenour@student.scotch.wa.edu.au> | 2020-07-19 21:46:29 +1000 |
commit | 7b16a84c00345cd08f9c0dd52c8547093ac08752 (patch) | |
tree | ca856e763243bccfba4f61cc6236fb8691d27812 /constants | |
parent | b2f80e73e5437f3c340e142f8d21a5d19f3bc4e7 (diff) | |
download | NotEnoughUpdates-REPO-7b16a84c00345cd08f9c0dd52c8547093ac08752.tar.gz NotEnoughUpdates-REPO-7b16a84c00345cd08f9c0dd52c8547093ac08752.tar.bz2 NotEnoughUpdates-REPO-7b16a84c00345cd08f9c0dd52c8547093ac08752.zip |
more constants for stats
Diffstat (limited to 'constants')
-rw-r--r-- | constants/bonuses.json | 185 | ||||
-rw-r--r-- | constants/misc.json | 407 |
2 files changed, 592 insertions, 0 deletions
diff --git a/constants/bonuses.json b/constants/bonuses.json new file mode 100644 index 00000000..daa07699 --- /dev/null +++ b/constants/bonuses.json @@ -0,0 +1,185 @@ +{ + "pet_rewards": { + "0": { + "magic_find": 0 + }, + "10": { + "magic_find": 1 + }, + "25": { + "magic_find": 2 + }, + "50": { + "magic_find": 3 + }, + "75": { + "magic_find": 4 + }, + "100": { + "magic_find": 5 + }, + "130": { + "magic_find": 6 + }, + "175": { + "magic_find": 7 + } + }, + "pet_value": { + "COMMON": 1, + "UNCOMMON": 2, + "RARE": 3, + "EPIC": 4, + "LEGENDARY": 5 + }, + "bonus_stats": { + "skill_taming": { + "1": { + "pet_luck": 1 + } + }, + "skill_farming": { + "1": { + "health": 2 + }, + "15": { + "health": 3 + }, + "20": { + "health": 4 + }, + "26": { + "health": 5 + } + }, + "skill_combat": { + "1": { + "crit_chance": 0.5, + "damage_increase": 0.04 + } + }, + "skill_mining": { + "1": { + "defence": 1 + }, + "15": { + "defence": 2 + } + }, + "skill_foraging": { + "1": { + "strength": 1 + }, + "15": { + "strength": 2 + } + }, + + "skill_fishing": { + "1": { + "health": 2 + }, + "15": { + "health": 3 + }, + "20": { + "health": 4 + }, + "26": { + "health": 5 + } + }, + + "skill_enchanting": { + "1": { + "intelligence": 1 + }, + "15": { + "intelligence": 2 + } + }, + + "skill_alchemy": { + "1": { + "intelligence": 1 + }, + "15": { + "intelligence": 2 + } + }, + + "skill_carpentry": { + "1": { + + } + }, + + "skill_runecrafting": { + "1": { + + } + }, + + "slayer_zombie": { + "1": { + "health": 2 + }, + "3": { + "health": 3 + }, + "5": { + "health": 4 + }, + "7": { + "health": 5 + }, + "9": { + "health": 6 + } + }, + + "slayer_spider": { + "1": { + "crit_damage": 1 + }, + "5": { + "crit_damage": 2 + }, + "7": { + "crit_damage": 0, + "crit_chance": 1 + }, + "8": { + "crit_chance": 0, + "crit_damage": 3 + } + }, + + "slayer_wolf": { + "1": { + "speed": 1 + }, + "2": { + "health": 2 + }, + "3": { + "speed": 1 + }, + "4": { + "health": 2 + }, + "5": { + "crit_damage": 1 + }, + "6": { + "health": 3 + }, + "7": { + "crit_damage": 2 + }, + "8": { + "speed": 1 + } + } + } +}; diff --git a/constants/misc.json b/constants/misc.json new file mode 100644 index 00000000..4718dabb --- /dev/null +++ b/constants/misc.json @@ -0,0 +1,407 @@ +{ + "item_types": [ + "sword", + "bow", + "fishing rod", + "wand", + "axe", + "hoe", + "shovel", + "pickaxe", + "accessory", + "helmet", + "chestplate", + "leggings", + "boots" + ], + + "tier_colors": { + "common": "§f", + "uncommon": "§a", + "rare": "§9", + "epic": "§5", + "legendary": "§6" + }, + + "special_enchants": [ + "Sharpness 6", + "Sharpness VI", + "Giant Killer 6", + "Giant Killer VI", + "Bane of Arthropods 6", + "Bane of Arthropods VI", + "Critical 6", + "Critical VI", + "Ender Slayer 6", + "Ender Slayer VI", + "Experience 4", + "Experience IV", + "Life Steal 4", + "Life Steal IV", + "Looting 4", + "Looting IV", + "Luck 6", + "Luck VI", + "Scavenger 4", + "Scavenger IV", + "Smite 6", + "Smite VI", + "Vampirism 6", + "Vampirism VI", + "Power 6", + "Power VI", + "Growth 6", + "Growth VI", + "Protection 6", + "Protection VI", + "True Protection 1", + "True Protection I", + "Sugar Rush 3", + "Sugar Rush III", + "Efficiency 6", + "Efficiency VI", + "Angler 6", + "Angler VI", + "Caster 6", + "Caster VI", + "Frail 6", + "Frail VI", + "Luck of the Sea 6", + "Luck of the Sea VI", + "Lure 6", + "Lure VI", + "Magnet 6", + "Magnet VI", + "Spiked Hook 6", + "Spiked Hook VI", + "Dragon Hunter 5", + "Dragon Hunter V", + "Feather Falling 10", + "Feather Falling X", + "Infinite Quiver 10", + "Infinite Quiver X" + ], + + "base_stats": { + "damage": 0, + "health": 100, + "defence": 0, + "effective_health": 100, + "strength": 0, + "damage_increase": 0, + "speed": 100, + "crit_chance": 30, + "crit_damage": 50, + "bonus_attack_speed": 0, + "intelligence": 0, + "sea_creature_chance": 20, + "magic_find": 10, + "pet_luck": 0 + }, + + "slayer_cost": [ + 100, + 2000, + 10000, + 50000 + ], + + "mob_names": { + "unburried_zombie": "Crypt Ghoul", + "zealot_enderman": "Zealot", + "invisible_creeper": "Sneaky Creeper", + "generator_ghast": "Minion Ghast", + "generator_magma_cube": "Minion Magma Cube", + "generator_slime": "Minion Slime", + "brood_mother_spider": "Brood Mother" + }, + + "area_names": { + "dynamic": "Private Island", + "hub": "Hub", + "mining_1": "Gold Mine", + "mining_2": "Deep Caverns", + "combat_1": "Spider's Den", + "combat_2": "Blazing Fortress", + "combat_3": "The End", + "farming_1": "The Barn", + "farming_2": "Mushroom Desert", + "foraging_1": "The Park", + "winter": "Jerry's Workshop" + }, + + "bag_size": { + "talisman_bag": { + "collection": "REDSTONE", + "sizes": [ + { + "tier": 2, + "slots": 3 + }, + { + "tier": 7, + "slots": 9 + }, + { + "tier": 9, + "slots": 15 + }, + { + "tier": 10, + "slots": 21 + }, + { + "tier": 11, + "slots": 27 + }, + { + "tier": 12, + "slots": 33 + }, + { + "tier": 13, + "slots": 39 + }, + { + "tier": 14, + "slots": 45 + } + ] + }, + "potion_bag": { + "collection": "NETHER_STALK", + "sizes": [ + { + "tier": 2, + "slots": 9 + }, + { + "tier": 5, + "slots": 18 + }, + { + "tier": 8, + "slots": 27 + }, + { + "tier": 10, + "slots": 36 + }, + { + "tier": 11, + "slots": 45 + } + ] + }, + "fishing_bag": { + "collection": "RAW_FISH", + "sizes": [ + { + "tier": 3, + "slots": 9 + }, + { + "tier": 7, + "slots": 18 + }, + { + "tier": 9, + "slots": 27 + }, + { + "tier": 10, + "slots": 36 + }, + { + "tier": 11, + "slots": 45 + } + ] + }, + "quiver": { + "collection": "STRING", + "sizes": [ + { + "tier": 3, + "slots": 27 + }, + { + "tier": 6, + "slots": 36 + }, + { + "tier": 9, + "slots": 45 + } + ] + } + }, + + "talisman_upgrades": { + "WOLF_TALISMAN": [ + "WOLF_RING" + ], + "RING_POTION_AFFINITY": [ + "ARTIFACT_POTION_AFFINITY" + ], + "POTION_AFFINITY_TALISMAN": [ + "RING_POTION_AFFINITY", + "ARTIFACT_POTION_AFFINITY" + ], + "FEATHER_RING": [ + "FEATHER_ARTIFACT" + ], + "FEATHER_TALISMAN": [ + "FEATHER_RING", + "FEATHER_ARTIFACT" + ], + "SEA_CREATURE_RING": [ + "SEA_CREATURE_ARTIFACT" + ], + "SEA_CREATURE_TALISMAN": [ + "SEA_CREATURE_RING", + "SEA_CREATURE_ARTIFACT" + ], + "HEALING_TALISMAN": [ + "HEALING_RING" + ], + "CANDY_RING": [ + "CANDY_ARTIFACT" + ], + "CANDY_TALISMAN": [ + "CANDY_RING", + "CANDY_ARTIFACT" + ], + "INTIMIDATION_RING": [ + "INTIMIDATION_ARTIFACT" + ], + "INTIMIDATION_TALISMAN": [ + "INTIMIDATION_RING", + "INTIMIDATION_ARTIFACT" + ], + "SPIDER_RING": [ + "SPIDER_ARTIFACT" + ], + "SPIDER_TALISMAN": [ + "SPIDER_RING", + "SPIDER_ARTIFACT" + ], + "RED_CLAW_RING": [ + "RED_CLAW_ARTIFACT" + ], + "RED_CLAW_TALISMAN": [ + "RED_CLAW_RING", + "RED_CLAW_ARTIFACT" + ], + "HUNTER_TALISMAN": [ + "HUNTER_RING" + ], + "ZOMBIE_RING": [ + "ZOMBIE_ARTIFACT" + ], + "ZOMBIE_TALISMAN": [ + "ZOMBIE_RING", + "ZOMBIE_ARTIFACT" + ], + "BAT_RING": [ + "BAT_ARTIFACT" + ], + "BAT_TALISMAN": [ + "BAT_RING", + "BAT_ARTIFACT" + ], + "BROKEN_PIGGY_BANK": [ + "CRACKED_PIGGY_BANK", + "PIGGY_BANK" + ], + "CRACKED_PIGGY_BANK": [ + "PIGGY_BANK" + ], + "SPEED_TALISMAN": [ + "SPEED_RING", + "SPEED_ARTIFACT" + ], + "SPEED_RING": [ + "SPEED_ARTIFACT" + ], + "PERSONAL_COMPACTOR_4000": [ + "PERSONAL_COMPACTOR_5000", + "PERSONAL_COMPACTOR_6000" + ], + "PERSONAL_COMPACTOR_5000": [ + "PERSONAL_COMPACTOR_6000" + ] + }, + + "ranks": { + "OWNER": { + "color": "c", + "tag": "OWNER" + }, + + "ADMIN": { + "color": "c", + "tag": "ADMIN" + }, + + "BUILD TEAM": { + "color": "3", + "tag": "BUILD TEAM" + }, + + "MODERATOR": { + "color": "2", + "tag": "MOD" + }, + + "HELPER": { + "color": "9", + "tag": "HELPER" + }, + + "JR HELPER": { + "color": "9", + "tag": "JR HELPER" + }, + + "YOUTUBER": { + "color": "c", + "tag": "YOUTUBE" + }, + + "SUPERSTAR": { + "color": "6", + "tag": "MVP", + "plus": "++" + }, + + "MVP_PLUS": { + "color": "b", + "tag": "MVP", + "plus": "+" + }, + + "MVP": { + "color": "b", + "tag": "MVP" + }, + + "VIP_PLUS": { + "color": "a", + "tag": "VIP", + "plus": "+", + }, + + "VIP": { + "color": "a", + "tag": "VIP" + }, + + "PIG+++": { + "color": "d", + "tag": "PIG", + "plus": "+++" + }, + "NONE": null + } +}
\ No newline at end of file |