IMC-Vocality/config/bosses_of_mass_destruction.json5
2025-04-09 22:50:07 -05:00

66 lines
1.5 KiB
Plaintext

{
"lichConfig": {
"eternalNighttime": true,
"experienceDrop": 1500,
"idleHealingPerTick": 0.20000000298023224,
"health": 500.0,
"missile": {
"mobEffectId": "minecraft:slowness",
"mobEffectDuration": 100,
"mobEffectAmplifier": 2,
"damage": 12.0
},
"comet": {
"explosionStrength": 7.0
},
"summonMechanic": {
"isEnabled": true,
"entitiesThatCountToSummonCounter": [
"minecraft:skeleton",
"minecraft:giant",
"minecraft:phantom",
"minecraft:zoglin",
"minecraft:zombified_piglin",
"minecraft:wither_skeleton",
"minecraft:husk",
"minecraft:skeleton_horse",
"minecraft:stray",
"minecraft:zombie_horse",
"minecraft:zombie",
"minecraft:drowned",
"minecraft:wither",
"minecraft:zombie_villager"
],
"numEntitiesKilledToDropSoulStar": 1000
}
},
"obsidilithConfig": {
"health": 300.0,
"armor": 14.0,
"attack": 16.0,
"idleHealingPerTick": 0.5,
"experienceDrop": 1000,
"spawnPillarOnDeath": true,
"anvilAttackExplosionStrength": 4.0
},
"gauntletConfig": {
"health": 250.0,
"armor": 8.0,
"attack": 16.0,
"idleHealingPerTick": 0.5,
"experienceDrop": 1000,
"spawnAncientDebrisOnDeath": true,
"energizedPunchExplosionSize": 4.5,
"normalPunchExplosionMultiplier": 1.5
},
"voidBlossomConfig": {
"health": 350.0,
"armor": 4.0,
"attack": 12.0,
"idleHealingPerTick": 0.30000001192092896,
"experienceDrop": 1000
},
"generalConfig": {
"tableOfElevationRadius": 7
}
}