9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2025-12-29 19:59:20 +00:00
Files
Iris-Pack-Overworld/entities/brian.json
Brian Fopiano 642eae7be0 fff
2021-07-31 20:43:31 -07:00

40 lines
1.1 KiB
JSON

{
"type": "EVOKER",
"customName": "&dMagic Psychopath",
"glowing": true,
"spawnEffect": {"particleEffect": "FIREWORKS_SPARK", "particleCount": 9, "chance": 1, "interval": 1, "sound": "AMBIENT_BASALT_DELTAS_ADDITIONS", "volume": 10},
"silent": true,
"attributes": [
{
"attribute": "GENERIC_ARMOR",
"maxAmount": 5,
"minAmount": 3,
"operation": "ADD_NUMBER",
"name": "5head"
},
{
"attribute": "GENERIC_MAX_HEALTH",
"maxAmount": 21,
"minAmount": 19,
"operation": "ADD_NUMBER",
"name": "6head"
}
],
"helmet": {
"type": "damaged_anvil",
"displayName": "&dCracked Mind"
},
"mainHand": {
"type": "blaze_rod",
"unbreakable": true,
"lore": ["The wand of the world builder"],
"displayName": "&dBuilders Wand"
},
"offHand": {
"type": "blaze_rod",
"unbreakable": true,
"lore": ["The wand of the world builder"],
"displayName": "&dBuilders Wand"
}
}