1
0

Add ARDiscard

This commit is contained in:
Liza 2023-09-09 19:10:51 +02:00
parent 3254f42bd3
commit 4d6076e970
Signed by: liza
GPG Key ID: 7199F8D727D55F67
2 changed files with 29 additions and 6 deletions

View File

@ -18,7 +18,7 @@
"IconUrl": "https://git.carvel.li/liza/plugin-repo/raw/branch/master/dist/SliceIsRight.png",
"Punchline": "Shows where Bamboo falls.",
"AcceptsFeedback": true,
"DownloadCount": 13435,
"DownloadCount": 13539,
"LastUpdate": 1675714523,
"DownloadLinkInstall": "https://git.carvel.li/liza/SliceIsRight/releases/download/v6.1/SliceIsRight-6.1.zip",
"DownloadLinkUpdate": "https://git.carvel.li/liza/SliceIsRight/releases/download/v6.1/SliceIsRight-6.1.zip",
@ -44,7 +44,7 @@
"IconUrl": "https://git.carvel.li/liza/plugin-repo/raw/branch/master/dist/FishNotify.png",
"Punchline": "Plays a sound when a fish is caught",
"AcceptsFeedback": true,
"DownloadCount": 1654,
"DownloadCount": 1677,
"LastUpdate": 1673460497,
"DownloadLinkInstall": "https://git.carvel.li/liza/FishNotify/releases/download/v5.0/FishNotify-5.0.zip",
"DownloadLinkUpdate": "https://git.carvel.li/liza/FishNotify/releases/download/v5.0/FishNotify-5.0.zip",
@ -74,7 +74,7 @@
"IconUrl": "https://git.carvel.li/liza/plugin-repo/raw/branch/master/dist/Palace%20Pal.png",
"Punchline": "Shows possible trap & hoard coffer locations in Palace of the Dead & Heaven on High.",
"AcceptsFeedback": true,
"DownloadCount": 45084,
"DownloadCount": 45143,
"LastUpdate": 1690765137,
"DownloadLinkInstall": "https://git.carvel.li/liza/PalacePal/releases/download/v4.6/Palace%20Pal-4.6.zip",
"DownloadLinkUpdate": "https://git.carvel.li/liza/PalacePal/releases/download/v4.6/Palace%20Pal-4.6.zip",
@ -100,7 +100,7 @@
"LoadPriority": 0,
"Punchline": "Track who a retainer belongs to.",
"AcceptsFeedback": true,
"DownloadCount": 2,
"DownloadCount": 9,
"LastUpdate": 1690765909,
"DownloadLinkInstall": "https://git.carvel.li/liza/RetainerTrack/releases/download/v1.0/RetainerTrack-1.0.zip",
"DownloadLinkUpdate": "https://git.carvel.li/liza/RetainerTrack/releases/download/v1.0/RetainerTrack-1.0.zip",
@ -121,11 +121,33 @@
"LoadPriority": 0,
"Punchline": "No longer requires you to stand in a \"safe\" spot to toggle New Game+",
"AcceptsFeedback": true,
"DownloadCount": 0,
"DownloadCount": 10,
"LastUpdate": 1690797613,
"DownloadLinkInstall": "https://git.carvel.li/liza/NewGamePlusAnywhere/releases/download/v1.0/NewGamePlusAnywhere-1.0.zip",
"DownloadLinkUpdate": "https://git.carvel.li/liza/NewGamePlusAnywhere/releases/download/v1.0/NewGamePlusAnywhere-1.0.zip",
"IsHide": false,
"IsTestingExclusive": false
},
{
"Author": "Liza Carvelli",
"Name": "Discard after AutoRetainer",
"InternalName": "ARDiscard",
"AssemblyVersion": "1.1",
"Description": "",
"ApplicableVersion": "any",
"RepoUrl": "https://git.carvel.li/liza/ARDiscard",
"DalamudApiLevel": 8,
"LoadRequiredState": 0,
"LoadSync": false,
"CanUnloadAsync": false,
"LoadPriority": 0,
"Punchline": "",
"AcceptsFeedback": true,
"DownloadCount": 7,
"LastUpdate": 1694279322,
"DownloadLinkInstall": "https://git.carvel.li/liza/ARDiscard/releases/download/v1.1/ARDiscard-1.1.zip",
"DownloadLinkUpdate": "https://git.carvel.li/liza/ARDiscard/releases/download/v1.1/ARDiscard-1.1.zip",
"IsHide": false,
"IsTestingExclusive": false
}
]

View File

@ -10,7 +10,8 @@ plugin_names = [
["../FishNotify", "FishNotify", "FishNotify"],
["../Pal/Pal.Client", "Palace Pal", "PalacePal"],
["../RetainerTrack/RetainerTrack", "RetainerTrack", "RetainerTrack"],
["../NewGamePlusAnywhere/NewGamePlusAnywhere", "NewGamePlusAnywhere", "NewGamePlusAnywhere"]
["../NewGamePlusAnywhere/NewGamePlusAnywhere", "NewGamePlusAnywhere", "NewGamePlusAnywhere"],
["../ARDiscard/ARDiscard", "ARDiscard", "ARDiscard"],
]
def extract_manifests():