1
0

Add NewGamePlusAnywhere

This commit is contained in:
Liza 2023-07-31 12:03:58 +02:00
parent b4b0b92c76
commit 3254f42bd3
Signed by: liza
GPG Key ID: 7199F8D727D55F67
2 changed files with 24 additions and 2 deletions

View File

@ -100,11 +100,32 @@
"LoadPriority": 0,
"Punchline": "Track who a retainer belongs to.",
"AcceptsFeedback": true,
"DownloadCount": 0,
"DownloadCount": 2,
"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",
"IsHide": false,
"IsTestingExclusive": false
},
{
"Author": "Liza Carvelli",
"Name": "NewGamePlusAnywhere",
"InternalName": "NewGamePlusAnywhere",
"AssemblyVersion": "1.0",
"Description": "No longer requires you to stand in a \"safe\" spot to toggle New Game+",
"ApplicableVersion": "any",
"RepoUrl": "https://git.carvel.li/liza/NewGamePlusAnywhere",
"DalamudApiLevel": 8,
"LoadRequiredState": 0,
"LoadSync": false,
"LoadPriority": 0,
"Punchline": "No longer requires you to stand in a \"safe\" spot to toggle New Game+",
"AcceptsFeedback": true,
"DownloadCount": 0,
"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
}
]

View File

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