Skip to content

Commit

Permalink
Updates for random spawns
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian-Wuest committed Jun 21, 2020
1 parent c031775 commit 01783ae
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions sample_fights/zombie_boss.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@
"maxHealth": 40,
"attackDamage": 10.5,
"alwaysShowDisplayName": true,
"additionalDrops": [
{
"additionalDrops": [{
"item": "minecraft:diamond",
"minDrops": 1,
"maxDrops": 4,
Expand All @@ -29,13 +28,12 @@
}
]
},
"bossAddInfo": [
{
"bossAddInfo": [{
"_comment": "Spawns a bunch of silverfish, after that is done. Wait 10 (200 ticks) seconds and spawn a big slime.",
"_comment2": "After that spawn a random amount of chickens.",
"domain": "minecraft",
"name": "silverfish",
"minSpawns": 4,
"minSpawns": 1,
"maxSpawns": 4,
"timeBetweenSpawns": 100,
"spawnBeforeBoss": true,
Expand Down Expand Up @@ -66,7 +64,7 @@
"maxHealth": 5,
"attackDamage": 5,
"alwaysShowDisplayName": false,
"minSpawns": 4,
"minSpawns": 1,
"maxSpawns": 4,
"timeBetweenSpawns": 40,
"timeToWaitBeforeSpawn": 300
Expand All @@ -90,4 +88,4 @@
"count": 1
}
}
}
}

0 comments on commit 01783ae

Please sign in to comment.