mirror of
https://github.com/IrisDimensions/overworld.git
synced 2025-12-29 03:39:15 +00:00
89 lines
2.2 KiB
JSON
89 lines
2.2 KiB
JSON
{
|
|
"type": "STRAY",
|
|
"ai": true,
|
|
"aware": true,
|
|
"customName": "&7Shroud",
|
|
"removable": true,
|
|
"mainHand": {
|
|
"displayName": "&7Shroud's Bow",
|
|
"type": "bow",
|
|
"enchantments": [
|
|
{
|
|
"enchantment": "ARROW_DAMAGE",
|
|
"maxLevel": 2,
|
|
"minLevel": 1
|
|
},
|
|
{
|
|
"enchantment": "MULTISHOT",
|
|
"maxLevel": 3,
|
|
"minLevel": 2
|
|
}
|
|
]
|
|
},
|
|
"offHand": {
|
|
"type": "soul_lantern",
|
|
"displayName": "&7Shroud's Light"
|
|
},
|
|
"attributes": [
|
|
{
|
|
"attribute": "GENERIC_MOVEMENT_SPEED",
|
|
"maxAmount": 0.5,
|
|
"minAmount": 0.35,
|
|
"name": "Speed of shroud",
|
|
"operation": "MULTIPLY_SCALAR_1"
|
|
},
|
|
{
|
|
"attribute": "GENERIC_MAX_HEALTH",
|
|
"chance": 1,
|
|
"maxAmount": 15,
|
|
"minAmount": 12,
|
|
"name": "Health of shroud",
|
|
"operation": "ADD_NUMBER"
|
|
}
|
|
],
|
|
"helmet": {
|
|
"type": "leather_helmet",
|
|
"leatherColor": "#1f2063",
|
|
"displayName": "&7Shroud's Hood",
|
|
"enchantments": [{
|
|
"chance": 0.25,
|
|
"enchantment": "THORNS",
|
|
"maxLevel": 1,
|
|
"minLevel": 1
|
|
}]
|
|
},
|
|
"chestplate": {
|
|
"type": "leather_chestplate",
|
|
"displayName": "&7Shroud's Robes",
|
|
"leatherColor": "#363457",
|
|
"enchantments": [{
|
|
"chance": 0.25,
|
|
"enchantment": "PROTECTION_ENVIRONMENTAL",
|
|
"maxLevel": 1,
|
|
"minLevel": 1
|
|
}]
|
|
},
|
|
"leggings": {
|
|
"type": "leather_leggings",
|
|
"displayName": "&7Shroud's Leggings",
|
|
"leatherColor": "#363042",
|
|
"enchantments": [{
|
|
"chance": 0.25,
|
|
"enchantment": "PROTECTION_FIRE",
|
|
"maxLevel": 1,
|
|
"minLevel": 1
|
|
}]
|
|
},
|
|
"boots": {
|
|
"type": "leather_boots",
|
|
"leatherColor": "#2a2730",
|
|
"displayName": "&7Shroud's Boots",
|
|
"enchantments": [{
|
|
"chance": 0.25,
|
|
"enchantment": "FROST_WALKER",
|
|
"maxLevel": 1,
|
|
"minLevel": 1
|
|
}]
|
|
}
|
|
}
|