mirror of
https://github.com/songoda/EpicBosses.git
synced 2024-11-02 16:19:31 +01:00
1d4dc9b6ad
+ Added the beginning of Minions into the plugin + Added new methods to support the creation of minions + Made BossEntity extend from MinionsEntity to make some methods easier to use + Added minions.json to have them seperated and clean
38 lines
816 B
JSON
38 lines
816 B
JSON
{
|
|
"SkeletonKingMinion": {
|
|
"editing": true,
|
|
"targeting": "RandomNearby",
|
|
"entityStats": [
|
|
{
|
|
"mainStats": {
|
|
"position": 1,
|
|
"entityType": "SKELETON",
|
|
"health": 500,
|
|
"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
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|
|
} |