9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2025-12-30 12:19:06 +00:00
Files
Iris-Pack-Overworld/entities/unique/brian.json
2022-01-12 20:06:19 -08:00

44 lines
1.1 KiB
JSON

{
"type": "EVOKER",
"spawnEffect": {
"particleEffect": "SPELL_MOB_AMBIENT",
"particleCount": 9,
"chance": 1,
"interval": 1,
"sound": "ENTITY_EVOKER_PREPARE_WOLOLO",
"volume": 10
},
"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"
}
}