diff --git a/docs/CardList.json b/CardList.json similarity index 100% rename from docs/CardList.json rename to CardList.json diff --git a/docs/Game.json b/Game.json similarity index 54% rename from docs/Game.json rename to Game.json index d5d1022..1b231c0 100644 --- a/docs/Game.json +++ b/Game.json @@ -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 } } }