From 4492a3641e336bc8ff053895f6b1a1b856ac35b1 Mon Sep 17 00:00:00 2001 From: anya-hichu Date: Thu, 22 Aug 2024 17:35:00 +0200 Subject: [PATCH] Update custom.json --- custom.json | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/custom.json b/custom.json index bb67b12..c6716fd 100644 --- a/custom.json +++ b/custom.json @@ -32,5 +32,35 @@ "DownloadLinkUpdate": "https://github.com/anya-hichu/ChatContext/releases/download/0.0.0.1/ChatContext.zip", "DownloadCount": 0, "LastUpdated": "0" + }, + { + "Author": "Pyon, Anya Hichu", + "Name": "GamblePyon", + "Punchline": "Helper plugin for Blackjack", + "Description": "An interface for managing a game of Blackjack.\n/pyon - Open GamblePyon", + "ApplicableVersion": "any", + "Tags": [ + "blackjack", + "gamble", + "pyon" + ], + "DalamudApiLevel": 10, + "LoadRequiredState": 0, + "LoadSync": false, + "CanUnloadAsync": false, + "LoadPriority": 0, + "RepoUrl": "https://github.com/anya-hichu/FFXIVGamblePyon", + "IconUrl": "https://raw.githubusercontent.com/anya-hichu/FFXIVGamblePyon/main/images/icon.png", + "ImageUrls": [ + "https://raw.githubusercontent.com/anya-hichu/FFXIVGamblePyon/main/images/image1.png" + ], + "AcceptsFeedback": true, + "DownloadLinkInstall": "https://github.com/anya-hichu/FFXIVGamblePyon/releases/download/1.0.0.7/GamblePyon.zip", + "IsHide": false, + "IsTestingExclusive": false, + "DownloadLinkTesting": "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, + "LastUpdated": "0" } ] \ No newline at end of file