Add Orderific

This commit is contained in:
Anya
2024-08-31 12:14:57 +02:00
committed by GitHub
parent f570fa502f
commit 4dd26466e9

View File

@@ -38,7 +38,6 @@
"Name": "GamblePyon", "Name": "GamblePyon",
"InternalName": "GamblePyon", "InternalName": "GamblePyon",
"AssemblyVersion": "1.0.0.7", "AssemblyVersion": "1.0.0.7",
"Punchline": "Helper plugin for Blackjack",
"Description": "An interface for managing a game of Blackjack.\n/pyon - Open GamblePyon", "Description": "An interface for managing a game of Blackjack.\n/pyon - Open GamblePyon",
"ApplicableVersion": "any", "ApplicableVersion": "any",
"Tags": [ "Tags": [
@@ -51,6 +50,7 @@
"LoadSync": false, "LoadSync": false,
"CanUnloadAsync": false, "CanUnloadAsync": false,
"LoadPriority": 0, "LoadPriority": 0,
"Punchline": "Helper plugin for Blackjack",
"RepoUrl": "https://github.com/anya-hichu/FFXIVGamblePyon", "RepoUrl": "https://github.com/anya-hichu/FFXIVGamblePyon",
"IconUrl": "https://raw.githubusercontent.com/anya-hichu/FFXIVGamblePyon/main/images/icon.png", "IconUrl": "https://raw.githubusercontent.com/anya-hichu/FFXIVGamblePyon/main/images/icon.png",
"ImageUrls": [ "ImageUrls": [
@@ -64,5 +64,33 @@
"DownloadLinkUpdate": "https://github.com/anya-hichu/FFXIVGamblePyon/releases/download/1.0.0.7/GamblePyon.zip", "DownloadLinkUpdate": "https://github.com/anya-hichu/FFXIVGamblePyon/releases/download/1.0.0.7/GamblePyon.zip",
"DownloadCount": 0, "DownloadCount": 0,
"LastUpdated": "0" "LastUpdated": "0"
},
{
"Author": "Anya Hichu",
"Name": "Orderific",
"InternalName": "Orderific",
"AssemblyVersion": "0.0.0.1",
"Description": "Cycle through multiple honorific titles in order",
"ApplicableVersion": "any",
"Tags": [
"honorific",
"timer",
"cycle",
"order"
],
"DalamudApiLevel": 10,
"LoadRequiredState": 0,
"LoadSync": false,
"CanUnloadAsync": false,
"LoadPriority": 0,
"Punchline": "Cycle through multiple honorific titles in order.",
"AcceptsFeedback": true,
"DownloadLinkInstall": "https://github.com/anya-hichu/Orderific/releases/download/0.0.0.1/Orderific.zip",
"IsHide": false,
"IsTestingExclusive": false,
"DownloadLinkTesting": "https://github.com/anya-hichu/Orderific/releases/download/0.0.0.1/Orderific.zip",
"DownloadLinkUpdate": "https://github.com/anya-hichu/Orderific/releases/download/0.0.0.1/Orderific.zip",
"DownloadCount": 0,
"LastUpdated": "0"
} }
] ]