Skip to content

Instantly share code, notes, and snippets.

@gollariel
Created June 2, 2019 22:31
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/28f64ec820e698706ec437a201c30d46 to your computer and use it in GitHub Desktop.
Save gollariel/28f64ec820e698706ec437a201c30d46 to your computer and use it in GitHub Desktop.
[
{
"name": "Godly Assassin",
"helmet": "minecraft:leather_helmet",
"chestplate": "Mail",
"leggings": "Mail",
"boots": "minecraft:leather_boots",
"potion": [
{
"effect": "minecraft:speed",
"efficiency": 3
},
{
"effect": "minecraft:jump_boost",
"efficiency": 1
}
]
},
{
"name": "Skilled Assassin",
"helmet": "minecraft:leather_helmet",
"chestplate": "Leather",
"leggings": "Leather",
"boots": "minecraft:leather_boots",
"potion": [
{
"effect": "minecraft:speed",
"efficiency": 3
},
{
"effect": "minecraft:jump_boost",
"efficiency": 1
}
]
},
{
"name": "Assassin",
"helmet": "minecraft:leather_helmet",
"chestplate": "",
"leggings": "",
"boots": "minecraft:leather_boots",
"potion": [
{
"effect": "minecraft:speed",
"efficiency": 3
}
]
},
{
"name": "Mage",
"helmet": "Mage",
"chestplate": "Mage",
"leggings": "Mage",
"boots": "Mage",
"potion": [
{
"effect": "minecraft:regeneration",
"efficiency": 1
}
]
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment