forked from FFXIV-CombatReborn/BossmodReborn
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmanifest.json
30 lines (30 loc) · 968 Bytes
/
manifest.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
"Author": "The Combat Reborn Team",
"Name": "BossMod Reborn",
"InternalName": "BossModReborn",
"Description": "A bunch of utilities to simplify boss mechanics",
"ApplicableVersion": "any",
"Tags": [
"combat",
"boss",
"dodge",
"mechanics",
"pve",
"raids",
"trials"
],
"DalamudApiLevel": 11,
"LoadRequiredState": 0,
"LoadSync": false,
"CanUnloadAsync": false,
"LoadPriority": 0,
"IsTestingExclusive": false,
"IconUrl": "https://raw.githubusercontent.com/FFXIV-CombatReborn/RebornAssets/main/IconAssets/BMR_Icon.png",
"Punchline": "Don't fail at raid mechanics anymore",
"AcceptsFeedback": true,
"ImageUrls": [
"https://raw.githubusercontent.com/FFXIV-CombatReborn/BossmodReborn/master/Data/image1.png",
"https://raw.githubusercontent.com/FFXIV-CombatReborn/BossmodReborn/master/Data/image2.png",
"https://raw.githubusercontent.com/FFXIV-CombatReborn/BossmodReborn/master/Data/image3.png"
]
}