Skip to content

Instantly share code, notes, and snippets.

@Xplodin
Created June 25, 2024 21:03
Show Gist options
  • Save Xplodin/394a28b807fb1b04fb8b0cd638a2a202 to your computer and use it in GitHub Desktop.
Save Xplodin/394a28b807fb1b04fb8b0cd638a2a202 to your computer and use it in GitHub Desktop.
located in kubejs/data/beangate/gateways
{
"size": "large",
"color": "rainbow",
"waves": [
{
"entities": [
{
"type": "apotheosis:boss",
"boss": "apotheosis:the_evergreen_beans/wither"
}
],
"rewards": [
{
"type": "gateways:stack_list",
"stacks": [
{
"item": "apotheosis:mythic_material",
"count": 4
},
{
"item": "numismatic-overhaul:gold_coin",
"count": 1
},
{
"item": "apotheosis:gem_dust",
"count": 12
}
]
}
],
"max_wave_time": 5000,
"setup_time": 150
},
{
"entities": [
{
"type": "apotheosis:boss",
"boss": "apotheosis:the_end/boss_mobs/ignis"
}
],
"modifiers": [
{
"attribute": "generic.max_health",
"operation": "MULTIPLY_TOTAL",
"value": 1.5
},
{
"attribute": "generic.armor",
"operation": "ADDITION",
"value": 5
},
{
"attribute": "generic.attack_damage",
"operation": "MULTIPLY_TOTAL",
"value": 1.5
},
{
"attribute": "generic.knockback_resistance",
"operation": "ADDITION",
"value": 0.05
},
{
"attribute": "generic.movement_speed",
"operation": "MULTIPLY_TOTAL",
"value": 0.2
}
],
"rewards": [
{
"type": "gateways:stack_list",
"stacks": [
{
"item": "apotheosis:ancient_material",
"count": 1
},
{
"item": "numismatic-overhaul:gold_coin",
"count": 2
},
{
"item": "apotheosis:gem_dust",
"count": 16
}
]
}
],
"max_wave_time": 5000,
"setup_time": 400
},
{
"entities": [
{
"type": "apotheosis:boss",
"boss": "apotheosis:the_end/endermite",
"nbt": "{\"CustomName\": \"test\"}"
}
],
"modifiers": [
{
"attribute": "generic.max_health",
"operation": "MULTIPLY_TOTAL",
"value": 420
},
{
"attribute": "generic.armor",
"operation": "ADDITION",
"value": 69
},
{
"attribute": "generic.attack_damage",
"operation": "MULTIPLY_TOTAL",
"value": 6.9
},
{
"attribute": "generic.knockback_resistance",
"operation": "ADDITION",
"value": 0.2
},
{
"attribute": "generic.movement_speed",
"operation": "MULTIPLY_TOTAL",
"value": 4.20
}
],
"rewards": [
{
"type": "gateways:stack_list",
"stacks": [
{
"item": "apotheosis:ancient_material",
"count": 2
},
{
"item": "numismatic-overhaul:gold_coin",
"count": 4
},
{
"item": "apotheosis:gem_dust",
"count": 16
}
]
}
],
"max_wave_time": 8280,
"setup_time": 840
}
],
"rewards": [
{
"type": "gateways:stack",
"stack": {
"item": "kubejs:ultibean",
"count": 8
}
},
{
"type": "gateways:summon",
"entity": {
"entity": "alexsmobs:farseer",
"count": 1
}
}
],
"failures": [
{
"type": "gateways:explosion",
"strength": 14,
"fire": true,
"block_damage": true
},
{
"type": "gateways:summon",
"entity": {
"entity": "minecraft:wither",
"count": 2
}
}
],
"completion_xp": 10000,
"spawn_range": 10
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment