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 e995b79b1e Tile fix
2020-09-03 00:10:00 -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"
}
}