Compare commits

...

2 commits

Author SHA1 Message Date
Judah
d7421e6c5f . 2026-04-01 20:17:04 -06:00
Judah
85c6241030 . 2026-04-01 20:07:12 -06:00

View file

@ -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",
@ -309,7 +329,7 @@
"noQuickActions": false,
"enterTapped": false,
"enterSpun": false,
"isGroupForbidden": false,
"isGroupForbidden": true,
"keepTappedNewTurn": false,
"showHiddenCardInHistory": false
}