This commit is contained in:
Judah 2026-04-01 19:03:24 -06:00
parent de03496bff
commit f79d3742c9
2 changed files with 83 additions and 5 deletions

View file

@ -39,19 +39,20 @@
"drawOnStart": false, "drawOnStart": false,
"sharedTurn": false, "sharedTurn": false,
"firstPlayerTokenName": "", "firstPlayerTokenName": "",
"drawPerTurn": 1 "drawPerTurn": "0"
}, },
"defaultNotes": "", "defaultNotes": "",
"tokens": [], "tokens": [],
"countersStartingValues": [ "countersStartingValues": [
"0" "50"
], ],
"hideFacedDownCards": false, "hideFacedDownCards": false,
"sections": { "sections": {
"customSections": [ "customSections": [
"Red", "Red",
"Green", "Green",
"Blue" "Blue",
"Passive"
], ],
"layout": { "layout": {
"direction": "row", "direction": "row",
@ -68,13 +69,74 @@
{ {
"section": "Blue", "section": "Blue",
"style": false "style": false
},
{
"section": "Passive",
"style": false
} }
] ]
}, },
"categoriesAlreadyOnBoard": [], "categoriesAlreadyOnBoard": [
"autoPlayFromHand": {}, "Passive"
],
"autoPlayFromHand": {
"Passive": "Passive"
},
"autoPlayFromStack": {}, "autoPlayFromStack": {},
"sectionsDict": { "sectionsDict": {
"Hand": {
"isDefaultSection": true,
"title": "Hand",
"isHidden": "opponent-only",
"height": "DEFAULT",
"alignment": "CENTER",
"autoPayFrom": true,
"isHorizontalAllowed": false,
"isGroupForbidden": true,
"reverseZOrder": true,
"opponentAlignment": false,
"noAutoPayTo": false,
"displayedTitle": "",
"noQuickActions": false,
"enterTapped": false,
"enterSpun": false,
"keepTappedNewTurn": false,
"showHiddenCardInHistory": false
},
"Discard": {
"isDefaultSection": true,
"title": "Discard",
"isHidden": "no",
"height": "DEFAULT",
"alignment": "NONE",
"isHorizontalAllowed": false,
"isGroupForbidden": true,
"noAutoPayTo": true,
"opponentAlignment": false,
"displayedTitle": "",
"noQuickActions": false,
"enterTapped": false,
"enterSpun": false,
"keepTappedNewTurn": false,
"showHiddenCardInHistory": false
},
"Deck": {
"isDefaultSection": true,
"title": "Deck",
"isHidden": "yes",
"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",
@ -122,6 +184,22 @@
"isGroupForbidden": false, "isGroupForbidden": false,
"keepTappedNewTurn": false, "keepTappedNewTurn": false,
"showHiddenCardInHistory": false "showHiddenCardInHistory": false
},
"Passive": {
"title": "Passive",
"isHidden": "no",
"height": "SMALL",
"alignment": "END",
"opponentAlignment": false,
"noAutoPayTo": true,
"isHorizontalAllowed": true,
"displayedTitle": "",
"noQuickActions": false,
"enterTapped": false,
"enterSpun": false,
"isGroupForbidden": false,
"keepTappedNewTurn": false,
"showHiddenCardInHistory": false
} }
} }
} }