From 2db8069271b38a241ec01f7b52e6d1b392c5c454 Mon Sep 17 00:00:00 2001 From: Judah Date: Wed, 1 Apr 2026 18:21:46 -0600 Subject: [PATCH] . --- docs/Game.json | 125 +++++++++++++++++++++++++++++++++++++++++ docs/Game_Entropy.json | 25 --------- 2 files changed, 125 insertions(+), 25 deletions(-) create mode 100644 docs/Game.json delete mode 100644 docs/Game_Entropy.json diff --git a/docs/Game.json b/docs/Game.json new file mode 100644 index 0000000..caf5993 --- /dev/null +++ b/docs/Game.json @@ -0,0 +1,125 @@ +{ + "name": "Entropy", + "menuBackgroundImage": "", + "defaultRessources": { + "backgrounds": [], + "decksUrl": "" + }, + "customHelp": "", + "cardRotation": "0", + "cards": { + "dataUrl": "https://docs.brut.systems/judah/entropy/CardList.json", + "cardBack": "" + }, + "deckBuilding": { + "mainFilters": [], + "formats": [ + { + "title": "Classic", + "gameplay": "CL", + "customCategories": [] + } + ] + }, + "gameplay": { + "CL": { + "mulligan": { + "info": "", + "startingHandSize": "4", + "drawNewHand": true, + "putSelectionAtBottom": false, + "drawNewSelectedCards": false + }, + "newTurn": { + "drawOnStart": false, + "sharedTurn": false, + "firstPlayerTokenName": "", + "drawPerTurn": 1 + }, + "defaultNotes": "", + "tokens": [], + "countersStartingValues": [ + "1" + ], + "hideFacedDownCards": false, + "sections": { + "customSections": [ + "Red", + "Green", + "Blue" + ], + "layout": { + "direction": "row", + "isSymetricalForOpponents": false, + "content": [ + { + "section": "Red", + "style": false + }, + { + "section": "Green", + "style": false + }, + { + "section": "Blue", + "style": false + } + ] + }, + "categoriesAlreadyOnBoard": [], + "autoPlayFromHand": {}, + "autoPlayFromStack": {}, + "sectionsDict": { + "Red": { + "title": "Red", + "isHidden": "no", + "height": "SMALL", + "alignment": "START", + "opponentAlignment": false, + "noAutoPayTo": true, + "isHorizontalAllowed": false, + "displayedTitle": "Ressources", + "noQuickActions": false, + "enterTapped": false, + "enterSpun": false, + "isGroupForbidden": false, + "keepTappedNewTurn": false, + "showHiddenCardInHistory": false + }, + "Green": { + "title": "Green", + "isHidden": "no", + "height": "SMALL", + "alignment": "CENTER", + "opponentAlignment": false, + "noAutoPayTo": false, + "isHorizontalAllowed": true, + "displayedTitle": "", + "noQuickActions": false, + "enterTapped": false, + "enterSpun": false, + "isGroupForbidden": false, + "keepTappedNewTurn": false, + "showHiddenCardInHistory": false + }, + "Blue": { + "title": "Blue", + "isHidden": "no", + "height": "SMALL", + "alignment": "CENTER", + "opponentAlignment": false, + "noAutoPayTo": false, + "isHorizontalAllowed": true, + "displayedTitle": "", + "noQuickActions": false, + "enterTapped": false, + "enterSpun": false, + "isGroupForbidden": false, + "keepTappedNewTurn": false, + "showHiddenCardInHistory": false + } + } + } + } + } +} \ No newline at end of file diff --git a/docs/Game_Entropy.json b/docs/Game_Entropy.json deleted file mode 100644 index b274c1a..0000000 --- a/docs/Game_Entropy.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "name": "Entropy", - "menuBackgroundImage": "", - "defaultRessources": { - "backgrounds": [], - "decksUrl": "" - }, - "customHelp": "", - "cardRotation": 45, - "cards": { - "dataUrl": "https://docs.brut.systems/judah/entropy/CardList.json", - "cardBack": "" - }, - "deckBuilding": { - "mainFilters": [], - "formats": [ - { - "title": "Classic", - "gameplay": "CL", - "customCategories": [] - } - ] - }, - "gameplay": {} -} \ No newline at end of file