mirror of
https://github.com/songoda/EpicBosses.git
synced 2024-11-03 00:29:33 +01:00
96ace06f92
+ Remodeled Minion System + Remodeled targeting system + Begun work on the drops manager
38 lines
824 B
JSON
38 lines
824 B
JSON
{
|
|
"SkeletonKingMinion": {
|
|
"editing": false,
|
|
"targeting": "RandomNearby",
|
|
"entityStats": [
|
|
{
|
|
"mainStats": {
|
|
"position": 1,
|
|
"entityType": "SKELETON",
|
|
"health": 500,
|
|
"displayName": "&6&lSkeleton King Boss Minion"
|
|
},
|
|
"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
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|
|
} |