Add NewGamePlusAnywhere
This commit is contained in:
parent
b4b0b92c76
commit
3254f42bd3
23
dist/pluginmaster.json
vendored
23
dist/pluginmaster.json
vendored
@ -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
|
||||
}
|
||||
]
|
@ -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():
|
||||
|
Loading…
Reference in New Issue
Block a user