mirror of
https://github.com/IrisDimensions/overworld.git
synced 2025-12-29 19:59:20 +00:00
40 lines
1.1 KiB
JSON
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"
|
|
}
|
|
}
|