EpicBosses/plugin-modules/Core/resources-json/bosses.json

77 lines
1.6 KiB
JSON
Raw Normal View History

2018-04-27 22:22:03 +02:00
{
"SkeletonKing": {
"spawnItem": "SKSpawnItem",
"targeting": "RandomNearby",
"editing": true,
"buyable": true,
"price": 500000.0,
"entityStats": [
2018-04-27 22:22:03 +02:00
{
"mainStats": {
"position": 1,
"entityType": "SKELETON",
2018-11-13 16:28:56 +01:00
"health": 5,
"displayName": "&6&lSkeleton King Boss"
},
"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
}
]
2018-04-27 22:22:03 +02:00
}
],
"skills": {
"overallChance": 35.5,
"masterMessage": "SKMainSkillMessage",
"skills": [
"Lightning1"
2018-04-27 22:22:03 +02:00
]
},
"drops": {
"naturalDrops": false,
"dropExp": false,
2018-11-13 16:28:56 +01:00
"dropTable": "SkeletonTableSpray"
2018-04-27 22:22:03 +02:00
},
"messages": {
"onSpawn": {
"message": "SKOnSpawn",
"radius": -1
},
"onDeath": {
"message": "SKOnDeath",
"positionMessage": "SKPosition",
"radius": -1,
"onlyShow": 3
},
2018-04-27 22:22:03 +02:00
"taunts": {
"delay": 60,
"radius": 100,
2018-04-27 22:22:03 +02:00
"taunts": [
"SKTaunt1",
"SKTaunt2"
]
}
},
"commands": {
"onSpawn": "SKOnSpawn",
"onDeath": "SKOnDeath"
}
}
}