From 1f1b4270a27af5b821a2ce34370fa3ea123f1aa7 Mon Sep 17 00:00:00 2001 From: Anya Date: Sun, 8 Sep 2024 14:44:13 +0200 Subject: [PATCH] Update custom.json --- custom.json | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/custom.json b/custom.json index 68c347d..ee2c599 100644 --- a/custom.json +++ b/custom.json @@ -124,5 +124,32 @@ "DownloadLinkUpdate": "https://github.com/anya-hichu/Quack/releases/download/0.0.0.7/Quack.zip", "DownloadCount": 0, "LastUpdated": "0" + }, + { + "Author": "Anya Hichu", + "Name": "DeterministicPose", + "InternalName": "DeterministicPose", + "AssemblyVersion": "0.0.0.1", + "Description": "Dalamud plugin that provides a deterministic cpose command", + "ApplicableVersion": "any", + "Tags": [ + "cpose", + "deterministic", + "index" + ], + "DalamudApiLevel": 10, + "LoadRequiredState": 0, + "LoadSync": false, + "CanUnloadAsync": false, + "LoadPriority": 0, + "Punchline": "/dpose ", + "AcceptsFeedback": true, + "DownloadLinkInstall": "https://github.com/anya-hichu/DeterministicPose/releases/download/0.0.0.1/DeterministicPose.zip", + "IsHide": false, + "IsTestingExclusive": false, + "DownloadLinkTesting": "https://github.com/anya-hichu/DeterministicPose/releases/download/0.0.0.1/DeterministicPose.zip", + "DownloadLinkUpdate": "https://github.com/anya-hichu/DeterministicPose/releases/download/0.0.0.1/DeterministicPose.zip", + "DownloadCount": 0, + "LastUpdated": "0" } ]