EpicBosses/plugin-modules/Core/resources-json/bosses.json
AMinecraftDev 5397f90843 3.0.0-SNAPSHOT-U29
+ Fully implemented BossCommands
+ Fully implemented BossMessages
+ Set up BossDamageListener
+ Small tweaks
2018-10-20 23:20:50 +08:00

71 lines
1.3 KiB
JSON

{
"SkeletonKing": {
"editing": true,
"mainStats": [
{
"position": 1,
"entityType": "SKELETON",
"health": 500,
"displayName": "&6&lSkeleton King Boss"
}
],
"spawnItem": "SKSpawnItem",
"equipment": {
"helmet": "SKHelmet",
"chestplate": "SKChestplate",
"leggings": "SKLeggings",
"boots": "SKBoots"
},
"hands": {
"mainHand": "SKMainHand",
"offHand": "SKOffHand"
},
"potions": [
{
"type": "resistance",
"level": 3,
"duration": -1
},
{
"type": "speed",
"level": 1,
"duration": 500
}
],
"skills": {
"overallChance": 35.5,
"masterMessage": "SKMainSkillMessage",
"skills": [
"KNOCKBACK1",
"CAGE1"
]
},
"drops": {
"naturalDrops": false,
"dropExp": false,
"dropTable": "SKTable"
},
"messages": {
"onSpawn": {
"message": "SKOnSpawn",
"radius": -1
},
"onDeath": {
"message": "SKOnDeath",
"radius": -1
},
"taunts": {
"delay": 60,
"radius": 100,
"taunts": [
"SKTaunt1",
"SKTaunt2"
]
}
},
"commands": {
"onSpawn": "SKOnSpawn",
"onDeath": "SKOnDeath"
}
}
}