Squadronista 0.1
This commit is contained in:
parent
1325a8d7db
commit
4fd801d89e
23
dist/pluginmaster.json
vendored
23
dist/pluginmaster.json
vendored
@ -230,5 +230,28 @@
|
|||||||
"Changelog": "v2.1 (2023-10-05)\n- Enable support for Fabrication Stations in Mist/Goblet/Shiro/Empy\n\nv2.0 (2023-10-04)\n- Initial Public Release",
|
"Changelog": "v2.1 (2023-10-05)\n- Enable support for Fabrication Stations in Mist/Goblet/Shiro/Empy\n\nv2.0 (2023-10-04)\n- Initial Public Release",
|
||||||
"IsHide": false,
|
"IsHide": false,
|
||||||
"IsTestingExclusive": false
|
"IsTestingExclusive": false
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Author": "Liza Carvelli",
|
||||||
|
"Name": "Squadronista",
|
||||||
|
"InternalName": "Squadronista",
|
||||||
|
"AssemblyVersion": "0.1",
|
||||||
|
"Description": "",
|
||||||
|
"ApplicableVersion": "any",
|
||||||
|
"RepoUrl": "https://git.carvel.li/liza/Squadronista",
|
||||||
|
"DalamudApiLevel": 9,
|
||||||
|
"LoadRequiredState": 0,
|
||||||
|
"LoadSync": false,
|
||||||
|
"CanUnloadAsync": false,
|
||||||
|
"LoadPriority": 0,
|
||||||
|
"IconUrl": "https://git.carvel.li/liza/plugin-repo/raw/branch/master/dist/Squadronista.png",
|
||||||
|
"Punchline": "Simplified Squadron Calculator for Flagged Missions, heavily inspired by https://ffxivsquadron.com/",
|
||||||
|
"AcceptsFeedback": false,
|
||||||
|
"DownloadCount": 0,
|
||||||
|
"LastUpdate": 1696872592,
|
||||||
|
"DownloadLinkInstall": "https://git.carvel.li/liza/Squadronista/releases/download/v0.1/Squadronista-0.1.zip",
|
||||||
|
"DownloadLinkUpdate": "https://git.carvel.li/liza/Squadronista/releases/download/v0.1/Squadronista-0.1.zip",
|
||||||
|
"IsHide": false,
|
||||||
|
"IsTestingExclusive": false
|
||||||
}
|
}
|
||||||
]
|
]
|
@ -15,6 +15,7 @@ plugin_names = [
|
|||||||
["../Deliveroo/Deliveroo", "Deliveroo", "Deliveroo"],
|
["../Deliveroo/Deliveroo", "Deliveroo", "Deliveroo"],
|
||||||
["../ARControl/ARControl", "ARControl", "ARControl"],
|
["../ARControl/ARControl", "ARControl", "ARControl"],
|
||||||
["../Workshoppa/Workshoppa", "Workshoppa", "Workshoppa"],
|
["../Workshoppa/Workshoppa", "Workshoppa", "Workshoppa"],
|
||||||
|
["../Squadronista/Squadronista", "Squadronista", "Squadronista"],
|
||||||
]
|
]
|
||||||
|
|
||||||
def extract_manifests():
|
def extract_manifests():
|
||||||
|
Loading…
Reference in New Issue
Block a user