mirror of
https://github.com/songoda/EpicBosses.git
synced 2024-11-03 00:29:33 +01:00
e2894bc081
+ Completed the Command section of the skill GUI editing + Updated config.yml to support the new additions + Started implementing a string split for the GUIs + Added a name section to the commands for the command skills to know which section is which when saving/updating the skills
195 lines
3.6 KiB
JSON
195 lines
3.6 KiB
JSON
{
|
|
"Blind1": {
|
|
"mode": "ALL",
|
|
"type": "POTION",
|
|
"displayName": "Blind",
|
|
"customMessage": "BlindMessage",
|
|
"radius": 10,
|
|
"customData": {
|
|
"potions": [
|
|
{
|
|
"type": "blind",
|
|
"level": 2,
|
|
"duration": 10
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"Guts1": {
|
|
"mode": "ALL",
|
|
"type": "COMMAND",
|
|
"radius": 10,
|
|
"displayName": "Guts",
|
|
"customMessage": "GutsMessage",
|
|
"customData": {
|
|
"commands": [
|
|
{
|
|
"name": "a",
|
|
"chance": 25,
|
|
"commands": [
|
|
"Guts1",
|
|
"Guts2"
|
|
]
|
|
},
|
|
{
|
|
"name": "b",
|
|
"chance": 10,
|
|
"commands": [
|
|
"Guts3"
|
|
]
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"Cage1": {
|
|
"mode": "ALL",
|
|
"type": "CUSTOM",
|
|
"radius": 10,
|
|
"displayName": "Cage",
|
|
"customData": {
|
|
"custom": {
|
|
"type": "CAGE",
|
|
"multiplier": 0.0,
|
|
"otherSkillData": {
|
|
"flatType": "IRON_BLOCK",
|
|
"wallType": "IRON_BARS",
|
|
"insideType": "WATER"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"Disarm1": {
|
|
"mode": "ONE",
|
|
"type": "CUSTOM",
|
|
"radius": 10,
|
|
"displayName": "Disarm",
|
|
"customMessage": null,
|
|
"customData": {
|
|
"custom": {
|
|
"type": "DISARM",
|
|
"multiplier": null
|
|
}
|
|
}
|
|
},
|
|
"Fireball1": {
|
|
"mode": "RANDOM",
|
|
"type": "CUSTOM",
|
|
"radius": 10,
|
|
"displayName": "Fireball",
|
|
"customMessage": null,
|
|
"customData": {
|
|
"custom": {
|
|
"type": "FIREBALL",
|
|
"multiplier": 3.0
|
|
}
|
|
}
|
|
},
|
|
"Grapple1": {
|
|
"mode": "RANDOM",
|
|
"type": "CUSTOM",
|
|
"radius": 10,
|
|
"displayName": "Grapple",
|
|
"customMessage": null,
|
|
"customData": {
|
|
"custom": {
|
|
"type": "GRAPPLE",
|
|
"multiplier": 3.0
|
|
}
|
|
}
|
|
},
|
|
"Insidious1": {
|
|
"mode": "RANDOM",
|
|
"type": "CUSTOM",
|
|
"radius": 10,
|
|
"displayName": "Insidious",
|
|
"customMessage": null,
|
|
"customData": {
|
|
"custom": {
|
|
"type": "INSIDIOUS",
|
|
"multiplier": 2.5
|
|
}
|
|
}
|
|
},
|
|
"Knockback1": {
|
|
"mode": "ALL",
|
|
"type": "CUSTOM",
|
|
"radius": 10,
|
|
"displayName": "Knockback",
|
|
"customMessage": null,
|
|
"customData": {
|
|
"custom": {
|
|
"type": "KNOCKBACK",
|
|
"multiplier": 2.5
|
|
}
|
|
}
|
|
},
|
|
"Launch1": {
|
|
"mode": "ALL",
|
|
"type": "CUSTOM",
|
|
"radius": 10,
|
|
"displayName": "Launch",
|
|
"customMessage": null,
|
|
"customData": {
|
|
"custom": {
|
|
"type": "LAUNCH",
|
|
"multiplier": 3.0
|
|
}
|
|
}
|
|
},
|
|
"Lightning1": {
|
|
"mode": "ALL",
|
|
"type": "CUSTOM",
|
|
"radius": 10,
|
|
"displayName": "Lightning",
|
|
"customMessage": null,
|
|
"customData": {
|
|
"custom": {
|
|
"type": "LIGHTNING",
|
|
"multiplier": null
|
|
}
|
|
}
|
|
},
|
|
"Minions1": {
|
|
"mode": "ALL",
|
|
"type": "CUSTOM",
|
|
"radius": 10,
|
|
"displayName": "Minions",
|
|
"customMessage": null,
|
|
"customData": {
|
|
"custom": {
|
|
"type": "MINIONS",
|
|
"multiplier": null,
|
|
"otherSkillData": {
|
|
"amount": 5,
|
|
"minionToSpawn": "SkeletonKingMinion"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"Warp1": {
|
|
"mode": "ONE",
|
|
"type": "CUSTOM",
|
|
"radius": 10,
|
|
"displayName": "Warp",
|
|
"customMessage": null,
|
|
"customData": {
|
|
"custom": {
|
|
"type": "WARP",
|
|
"multiplier": null
|
|
}
|
|
}
|
|
},
|
|
"Shazaam1": {
|
|
"mode": "ALL",
|
|
"type": "GROUP",
|
|
"radius": 10,
|
|
"displayName": "Shazaam",
|
|
"customMessage": "ShazaamMessage",
|
|
"customData": {
|
|
"groupedSkills": [
|
|
"Blind1",
|
|
"Knockback1"
|
|
]
|
|
}
|
|
}
|
|
} |