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,
"sharedTurn": false,
"firstPlayerTokenName": "",
"drawPerTurn": 1
"drawPerTurn": "0"
},
"defaultNotes": "",
"tokens": [],
"countersStartingValues": [
"0"
"50"
],
"hideFacedDownCards": false,
"sections": {
"customSections": [
"Red",
"Green",
"Blue"
"Blue",
"Passive"
],
"layout": {
"direction": "row",
@ -68,13 +69,74 @@
{
"section": "Blue",
"style": false
},
{
"section": "Passive",
"style": false
}
]
},
"categoriesAlreadyOnBoard": [],
"autoPlayFromHand": {},
"categoriesAlreadyOnBoard": [
"Passive"
],
"autoPlayFromHand": {
"Passive": "Passive"
},
"autoPlayFromStack": {},
"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": {
"title": "Red",
"isHidden": "no",
@ -122,6 +184,22 @@
"isGroupForbidden": false,
"keepTappedNewTurn": 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
}
}
}