mirror of
https://github.com/songoda/EpicBosses.git
synced 2024-11-02 16:19:31 +01:00
8ad2ae8b3a
+ Continued work on GUI + 90% completed Bosses List GUI
64 lines
1.2 KiB
JSON
64 lines
1.2 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": "SKOnSpawn",
|
|
"onDeath": "SKOnDeath",
|
|
"taunts": {
|
|
"delay": 60,
|
|
"taunts": [
|
|
"SKTaunt1",
|
|
"SKTaunt2"
|
|
]
|
|
}
|
|
},
|
|
"commands": {
|
|
"onSpawn": "SKOnSpawn",
|
|
"onDeath": "SKOnDeath"
|
|
}
|
|
}
|
|
} |