9
0
mirror of https://github.com/IrisDimensions/earthworld.git synced 2025-12-28 19:29:20 +00:00
Files
Iris-Pack-EarthWorld/entities/brian.json
2021-05-08 18:40:33 -03:00

32 lines
752 B
JSON

{
"type": "EVOKER",
"customName": "&dMagic Psychopath",
"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",
"displayName": "&dStrange Wand"
},
"offHand": {
"type": "blaze_rod",
"displayName": "&dStrange Wand"
}
}