Skip to content

Instantly share code, notes, and snippets.

@gollariel
Created June 2, 2019 22:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gollariel/b00b823338b907241b7421122d58d5d8 to your computer and use it in GitHub Desktop.
Save gollariel/b00b823338b907241b7421122d58d5d8 to your computer and use it in GitHub Desktop.
[
{
"name": "Mage",
"speed": -0.001,
"helmet": [
"ebwizardy:wizard_hat",
"ebwizardy:wizard_hat_ice",
"ebwizardy:wizard_hat_fire",
"ebwizardy:wizard_hat_lightning",
"ebwizardy:wizard_hat_necromancy",
"ebwizardy:wizard_hat_earth",
"ebwizardy:wizard_hat_sorcery",
"ebwizardy:wizard_hat_healing"
],
"chestplate": [
"ebwizardy:wizard_robe",
"ebwizardy:wizard_robe_ice",
"ebwizardy:wizard_robe_fire",
"ebwizardy:wizard_robe_lightning",
"ebwizardy:wizard_robe_necromancy",
"ebwizardy:wizard_robe_earth",
"ebwizardy:wizard_robe_sorcery",
"ebwizardy:wizard_robe_healing"
],
"leggings": [
"ebwizardy:wizard_leggings",
"ebwizardy:wizard_leggings_ice",
"ebwizardy:wizard_leggings_fire",
"ebwizardy:wizard_leggings_lightning",
"ebwizardy:wizard_leggings_necromancy",
"ebwizardy:wizard_leggings_earth",
"ebwizardy:wizard_leggings_sorcery",
"ebwizardy:wizard_leggings_healing"
],
"boots": [
"ebwizardy:wizard_boots",
"ebwizardy:wizard_boots_ice",
"ebwizardy:wizard_boots_fire",
"ebwizardy:wizard_boots_lightning",
"ebwizardy:wizard_boots_necromancy",
"ebwizardy:wizard_boots_earth",
"ebwizardy:wizard_boots_sorcery",
"ebwizardy:wizard_boots_healing"
]
},
{
"name": "Leather",
"speed": 0.003,
"helmet": [
"minecraft:leather_helmet",
"dimdoors:woven_world_thread_helmet",
"atum:wanderer_helmet"
],
"chestplate": [
"minecraft:leather_chestplate",
"atum:wanderer_chest",
"dimdoors:woven_world_thread_chestplate"
],
"leggings": [
"minecraft:leather_leggings",
"atum:wanderer_legs",
"dimdoors:woven_world_thread_leggings"
],
"boots": [
"minecraft:leather_boots",
"dimdoors:woven_world_thread_boots",
"atum:wanderer_boots"
]
},
{
"name": "Mail",
"speed": -0.003,
"helmet": [
"minecraft:chainmail_helmet",
"minecraft:golden_helmet",
"atum:mummy_helmet",
"theoneprobe:gold_helmet_probe",
"atum:desert_helmet_gold",
"ceramics:clay_helmet",
"immersiveengineering:faraday_suit_head"
],
"chestplate": [
"minecraft:chainmail_chestplate",
"minecraft:golden_chestplate",
"atum:mummy_chest",
"atum:desert_chest_gold",
"ceramics:clay_chestplate",
"immersiveengineering:faraday_suit_chest"
],
"leggings": [
"minecraft:chainmail_leggings",
"minecraft:golden_leggings",
"atum:mummy_legs",
"atum:desert_legs_gold",
"ceramics:clay_leggings",
"immersiveengineering:faraday_suit_legs"
],
"boots": [
"minecraft:chainmail_boots",
"minecraft:golden_boots",
"immersiveengineering:faraday_suit_feet",
"atum:desert_boots_gold",
"ceramics:clay_boots",
"atum:mummy_boots"
]
},
{
"name": "Plate",
"speed": -0.006,
"helmet": [
"minecraft:iron_helmet",
"minecraft:diamond_helmet",
"ebwizardy:spectral_helmet",
"theoneprobe:iron_helmet_probe",
"theoneprobe:diamond_helmet_probe",
"atum:desert_helmet_iron",
"atum:desert_helmet_diamond",
"atum:eyes_of_atum",
"atum:halo_of_ra"
],
"chestplate": [
"minecraft:iron_chestplate",
"minecraft:diamond_chestplate",
"atum:body_of_atum",
"atum:body_of_ra",
"atum:desert_chest_iron",
"ebwizardy:spectral_chestplate",
"atum:desert_chest_diamond"
],
"leggings": [
"minecraft:iron_leggings",
"minecraft:diamond_leggings",
"atum:legs_of_atum",
"atum:legs_of_ra",
"atum:desert_legs_diamond",
"atum:desert_legs_iron",
"ebwizardy:spectral_leggings",
"minecolonies:pirate_leggings",
"minecolonies:pirate_legs"
],
"boots": [
"minecraft:iron_boots",
"minecraft:diamond_boots",
"atum:feet_of_atum",
"atum:feet_of_ra",
"atum:desert_boots_diamond",
"atum:desert_boots_iron",
"minecolonies:pirate_boots",
"minecolonies:pirate_shoes",
"ebwizardy:spectral_boots"
]
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment