From d7421e6c5ff3ad5dd4b30072eece7cf5c19dfa32 Mon Sep 17 00:00:00 2001 From: Judah Date: Wed, 1 Apr 2026 20:17:04 -0600 Subject: [PATCH] . --- Game.json | 28 ++++++++++++++++++++++++---- 1 file changed, 24 insertions(+), 4 deletions(-) diff --git a/Game.json b/Game.json index 70e715d..dbebba9 100644 --- a/Game.json +++ b/Game.json @@ -24,7 +24,9 @@ "title": "Classic", "gameplay": "CL", "deckRuleset": "CL", - "customCategories": ["Passive"], + "customCategories": [ + "Passive" + ], "legalityCode": "playtest" } ], @@ -263,7 +265,13 @@ "enterSpun": false, "isGroupForbidden": false, "keepTappedNewTurn": false, - "showHiddenCardInHistory": false + "showHiddenCardInHistory": false, + "cardActionShortcut": { + "action": "MOVE", + "actionData": { + "destination": "Discard" + } + } }, "Green": { "title": "Green", @@ -279,7 +287,13 @@ "enterSpun": false, "isGroupForbidden": false, "keepTappedNewTurn": false, - "showHiddenCardInHistory": false + "showHiddenCardInHistory": false, + "cardActionShortcut": { + "action": "MOVE", + "actionData": { + "destination": "Discard" + } + } }, "Blue": { "title": "Blue", @@ -295,7 +309,13 @@ "enterSpun": false, "isGroupForbidden": false, "keepTappedNewTurn": false, - "showHiddenCardInHistory": false + "showHiddenCardInHistory": false, + "cardActionShortcut": { + "action": "MOVE", + "actionData": { + "destination": "Discard" + } + } }, "Passive": { "title": "Passive",