This repository has been archived by the owner on Sep 1, 2022. It is now read-only.
forked from goatcorp/DalamudPlugins
-
Notifications
You must be signed in to change notification settings - Fork 0
/
pluginmaster.json
91 lines (91 loc) · 4.2 KB
/
pluginmaster.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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
[
{
"Author": "Kouzukii",
"Name": "Death Recap",
"InternalName": "DeathRecap",
"AssemblyVersion": "1.8.0.0",
"Description": "Quickly figure out what killed you or your party members!\n\nShows:\n- Healing\n- Damage taken\n- Debuffs\n- Buffs\n- Barriers\n- Addle, Feint, Reprisal on damage source",
"Punchline": "Quickly figure out what killed you or your party members!",
"ApplicableVersion": "any",
"RepoUrl": "https://github.com/Kouzukii/ffxiv-deathrecap",
"DalamudApiLevel": 6,
"LoadPriority": 0,
"IconUrl": "https://raw.githubusercontent.com/Kouzukii/ffxiv-deathrecap/master/images/icon.png",
"ImageUrls": [
"https://raw.githubusercontent.com/Kouzukii/ffxiv-deathrecap/master/images/image1.png"
],
"IsHide": "False",
"IsTestingExclusive": "False",
"DownloadCount": 0,
"Tags": [
"death",
"recap",
"log"
],
"CategoryTags": [
"utility"
],
"LastUpdate": "1642988871",
"DownloadLinkInstall": "https://raw.githubusercontent.com/Kouzukii/DalamudPlugins/master/plugins/DeathRecap/latest.zip",
"DownloadLinkTesting": "https://raw.githubusercontent.com/Kouzukii/DalamudPlugins/master/plugins/DeathRecap/latest.zip",
"DownloadLinkUpdate": "https://raw.githubusercontent.com/Kouzukii/DalamudPlugins/master/plugins/DeathRecap/latest.zip"
},
{
"Author": "Kouzukii",
"Name": "Character Panel Refined",
"InternalName": "CharacterPanelRefined",
"AssemblyVersion": "1.1.1.0",
"Description": "Refine the character panel to display useful information like crit and direct hit chance",
"ApplicableVersion": "any",
"RepoUrl": "https://github.com/Kouzukii/ffxiv-characterstatus-refined",
"DalamudApiLevel": 6,
"LoadPriority": 0,
"IconUrl": "https://raw.githubusercontent.com/Kouzukii/ffxiv-characterstatus-refined/master/images/icon.png",
"ImageUrls": [
"https://raw.githubusercontent.com/Kouzukii/ffxiv-characterstatus-refined/master/images/image1.png",
"https://raw.githubusercontent.com/Kouzukii/ffxiv-characterstatus-refined/master/images/image2.png"
],
"IsHide": "False",
"IsTestingExclusive": "False",
"DownloadCount": 0,
"CategoryTags": [
"utility",
"ui"
],
"LastUpdate": "1642988871",
"DownloadLinkInstall": "https://raw.githubusercontent.com/Kouzukii/DalamudPlugins/master/plugins/CharacterPanelRefined/latest.zip",
"DownloadLinkTesting": "https://raw.githubusercontent.com/Kouzukii/DalamudPlugins/master/plugins/CharacterPanelRefined/latest.zip",
"DownloadLinkUpdate": "https://raw.githubusercontent.com/Kouzukii/DalamudPlugins/master/plugins/CharacterPanelRefined/latest.zip"
},
{
"Author": "Kouzukii",
"Name": "Price Insight",
"InternalName": "PriceInsight",
"AssemblyVersion": "2.0.0.0",
"Description": "See item marketboard prices on hover!",
"ApplicableVersion": "any",
"RepoUrl": "https://github.com/kouzukii/ffxiv-priceinsight",
"Tags": [
"marketboard",
"items",
"price"
],
"DalamudApiLevel": 6,
"LoadPriority": 0,
"IsHide": "False",
"IsTestingExclusive": "False",
"DownloadCount": 0,
"CategoryTags": [
"ui",
"utility"
],
"ImageUrls": [
"https://raw.githubusercontent.com/Kouzukii/ffxiv-priceinsight/master/PriceInsight/images/image1.png"
],
"IconUrl": "https://raw.githubusercontent.com/Kouzukii/ffxiv-priceinsight/master/PriceInsight/images/icon.png",
"LastUpdate": "1639252441",
"DownloadLinkInstall": "https://raw.githubusercontent.com/Kouzukii/DalamudPlugins/master/plugins/PriceInsight/latest.zip",
"DownloadLinkTesting": "https://raw.githubusercontent.com/Kouzukii/DalamudPlugins/master/plugins/PriceInsight/latest.zip",
"DownloadLinkUpdate": "https://raw.githubusercontent.com/Kouzukii/DalamudPlugins/master/plugins/PriceInsight/latest.zip"
}
]