9
0
mirror of https://github.com/IrisDimensions/earthworld.git synced 2025-12-29 11:49:07 +00:00
Files
Iris-Pack-EarthWorld/entities/brian.json
Daniel Mills 238983f164 Items
2020-09-10 00:23:44 -04: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"
}
}