This commit is contained in:
Judah 2026-04-01 19:10:10 -06:00
parent 3f223daa88
commit 556424cd2a

View file

@ -60,19 +60,28 @@
"content": [ "content": [
{ {
"section": "Red", "section": "Red",
"style": false "style": {
"color": "#F8788F"
}
}, },
{ {
"section": "Green", "section": "Green",
"style": false "style": {
"color": "#78F8B2"
}
}, },
{ {
"section": "Blue", "section": "Blue",
"style": false "style": {
"color": "#78BEF8"
}
}, },
{ {
"section": "Passive", "section": "Passive",
"style": false "style": {
"color": "#B8B8B8",
"width": "50%"
}
} }
] ]
}, },
@ -137,6 +146,74 @@
"keepTappedNewTurn": false, "keepTappedNewTurn": false,
"showHiddenCardInHistory": false "showHiddenCardInHistory": false
}, },
"Stack": {
"isDefaultSection": true,
"title": "Stack",
"isHidden": "no",
"height": "HUGE",
"alignment": "NONE",
"isHorizontalAllowed": false,
"isGroupForbidden": true,
"displayedTitle": "Pile",
"opponentAlignment": false,
"noAutoPayTo": false,
"noQuickActions": false,
"enterTapped": false,
"enterSpun": false,
"keepTappedNewTurn": false,
"showHiddenCardInHistory": false
},
"Exile": {
"isDefaultSection": true,
"title": "Exile",
"isHidden": "yes",
"height": "DEFAULT",
"alignment": "NONE",
"isHorizontalAllowed": false,
"isGroupForbidden": true,
"noAutoPayTo": true,
"displayedTitle": "Removed",
"opponentAlignment": false,
"noQuickActions": false,
"enterTapped": false,
"enterSpun": false,
"keepTappedNewTurn": false,
"showHiddenCardInHistory": false
},
"ExileHidden": {
"isDefaultSection": true,
"title": "ExileHidden",
"isHidden": "yes",
"height": "DEFAULT",
"alignment": "NONE",
"isHorizontalAllowed": false,
"isGroupForbidden": true,
"noAutoPayTo": true,
"displayedTitle": "Removed hidden",
"opponentAlignment": false,
"noQuickActions": false,
"enterTapped": false,
"enterSpun": false,
"keepTappedNewTurn": false,
"showHiddenCardInHistory": false
},
"Sideboard": {
"isDefaultSection": true,
"title": "Sideboard",
"isHidden": "no",
"height": "DEFAULT",
"alignment": "NONE",
"isHorizontalAllowed": false,
"isGroupForbidden": true,
"opponentAlignment": false,
"noAutoPayTo": false,
"displayedTitle": "",
"noQuickActions": false,
"enterTapped": false,
"enterSpun": false,
"keepTappedNewTurn": false,
"showHiddenCardInHistory": false
},
"Red": { "Red": {
"title": "Red", "title": "Red",
"isHidden": "no", "isHidden": "no",
@ -144,7 +221,7 @@
"alignment": "START", "alignment": "START",
"opponentAlignment": false, "opponentAlignment": false,
"noAutoPayTo": true, "noAutoPayTo": true,
"isHorizontalAllowed": false, "isHorizontalAllowed": true,
"displayedTitle": "", "displayedTitle": "",
"noQuickActions": false, "noQuickActions": false,
"enterTapped": false, "enterTapped": false,
@ -189,7 +266,7 @@
"title": "Passive", "title": "Passive",
"isHidden": "no", "isHidden": "no",
"height": "SMALL", "height": "SMALL",
"alignment": "END", "alignment": "CENTER",
"opponentAlignment": false, "opponentAlignment": false,
"noAutoPayTo": true, "noAutoPayTo": true,
"isHorizontalAllowed": true, "isHorizontalAllowed": true,