Skip to content

Instantly share code, notes, and snippets.

@TheonlyTazz
Created October 23, 2022 08:44
Show Gist options
  • Save TheonlyTazz/26ee812a040ce7bf2df151ab022f5269 to your computer and use it in GitHub Desktop.
Save TheonlyTazz/26ee812a040ce7bf2df151ab022f5269 to your computer and use it in GitHub Desktop.
Bellringer Gate
{
"size": "medium",
"color": "#32a893",
"leash_range": 1024,
"waves": [
{
"entities": [
{
"entity": "alexsmobs:crimson_mosquito"
},
{
"entity": "minecraft:blaze"
},
{
"entity": "minecraft:blaze"
}
],
"rewards": [
{
"type": "entity_loot",
"entity": "minecraft:blaze",
"rolls": 3
}
],
"max_wave_time": 2500,
"setup_time": 150
},
{
"entities": [
{
"entity": "alexsmobs:crimson_mosquito"
},
{
"entity": "alexsmobs:crimson_mosquito"
},
{
"entity": "thermal:basalz"
},
{
"entity": "thermal:basalz"
}
],
"modifiers": [
{
"attribute": "generic.max_health",
"operation": "MULTIPLY_TOTAL",
"value": 0.33
},
{
"attribute": "generic.armor",
"operation": "ADDITION",
"value": 2.5
},
{
"attribute": "generic.attack_damage",
"operation": "MULTIPLY_TOTAL",
"value": 0.33
},
{
"attribute": "generic.knockback_resistance",
"operation": "ADDITION",
"value": 0.05
},
{
"attribute": "generic.movement_speed",
"operation": "MULTIPLY_TOTAL",
"value": 0.05
}
],
"rewards": [
{
"type": "entity_loot",
"entity": "thermal:basalz",
"rolls": 3
}
],
"max_wave_time": 2250,
"setup_time": 150
},
{
"entities": [
{
"entity": "minecraft:blaze"
},
{
"entity": "minecraft:blaze"
},
{
"entity": "thermal:basalz"
},
{
"entity": "thermal:basalz"
},
{
"entity": "minecraft:vex"
}
],
"modifiers": [
{
"attribute": "generic.max_health",
"operation": "MULTIPLY_TOTAL",
"value": 0.66
},
{
"attribute": "generic.armor",
"operation": "ADDITION",
"value": 4
},
{
"attribute": "generic.attack_damage",
"operation": "MULTIPLY_TOTAL",
"value": 0.5
},
{
"attribute": "generic.knockback_resistance",
"operation": "ADDITION",
"value": 0.10
},
{
"attribute": "generic.movement_speed",
"operation": "MULTIPLY_TOTAL",
"value": 0.10
}
],
"rewards": [
{
"type": "loot_table",
"loot_table": "minecraft:chests/simple_dungeon",
"rolls": 2
}
],
"max_wave_time": 2000,
"setup_time": 150
},
{
"entities": [
{
"entity": "minecraft:vex"
},
{
"entity": "minecraft:vex"
},
{
"entity": "minecraft:witch"
},
{
"entity": "minecraft:blaze"
},
{
"entity": "canes_wonderful_spiders:molten_spider"
},
{
"entity": "quark:foxhound"
},
{
"entity": "meetyourfight:bellringer"
}
],
"modifiers": [
{
"attribute": "generic.max_health",
"operation": "MULTIPLY_TOTAL",
"value": 1.25
},
{
"attribute": "generic.armor",
"operation": "ADDITION",
"value": 6
},
{
"attribute": "generic.attack_damage",
"operation": "MULTIPLY_TOTAL",
"value": 0.85
},
{
"attribute": "generic.knockback_resistance",
"operation": "ADDITION",
"value": 0.20
},
{
"attribute": "generic.movement_speed",
"operation": "MULTIPLY_TOTAL",
"value": 0.20
}
],
"rewards": [
{
"type": "entity_loot",
"entity": "meetyourfight:bellringer",
"rolls": 1
}
],
"max_wave_time": 5900,
"setup_time": 300
}
],
"rewards": [
{
"type": "loot_table",
"loot_table": "inferno:chests/bellringer",
"rolls": 2
},
{
"type": "stack",
"stack": {
"item": "minecraft:diamond",
"count": "10"
}
}
],
"completion_xp": 500,
"spawn_range": 7
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment