From 0426cbb83aa234011fda6f91fc12bb19f6b67476 Mon Sep 17 00:00:00 2001 From: Judah Date: Wed, 1 Apr 2026 18:17:31 -0600 Subject: [PATCH] . --- docs/Game.json | 72 ------------------------------------------ docs/Game_Entropy.json | 25 +++++++++++++++ 2 files changed, 25 insertions(+), 72 deletions(-) delete mode 100644 docs/Game.json create mode 100644 docs/Game_Entropy.json diff --git a/docs/Game.json b/docs/Game.json deleted file mode 100644 index e9e584b..0000000 --- a/docs/Game.json +++ /dev/null @@ -1,72 +0,0 @@ -{ - "name": "Entropy", - "menuBackgroundImage": "", - "defaultRessources": { - "backgrounds": [], - "decksUrl": "" - }, - "customHelp": "", - "cardRotation": 45, - "cards": { - "dataUrl": "", - "cardBack": "" - }, - "deckBuilding": { - "mainFilters": [], - "formats": [] - }, - "gameplay": { - "Classic": { - "mulligan": { - "info": "", - "startingHandSize": 7, - "drawNewHand": true, - "putSelectionAtBottom": false, - "drawNewSelectedCards": false - }, - "newTurn": { - "drawOnStart": false, - "sharedTurn": false, - "firstPlayerTokenName": "", - "drawPerTurn": 1 - }, - "defaultNotes": "", - "tokens": [], - "countersStartingValues": [ - 0 - ], - "hideFacedDownCards": false, - "sections": { - "customSections": [ - "Mana" - ], - "layout": { - "direction": "row", - "isSymetricalForOpponents": false, - "content": [] - }, - "categoriesAlreadyOnBoard": [], - "autoPlayFromHand": {}, - "autoPlayFromStack": {}, - "sectionsDict": { - "Mana": { - "title": "Mana", - "isHidden": "yes", - "height": "SMALL", - "alignment": "START", - "opponentAlignment": false, - "noAutoPayTo": "true", - "isHorizontalAllowed": false, - "displayedTitle": "Ressources", - "enterTapped": false, - "enterSpun": false, - "isGroupForbidden": false, - "keepTappedNewTurn": false, - "showHiddenCardInHistory": false, - "noQuickActions": false - } - } - } - } - } -} \ No newline at end of file diff --git a/docs/Game_Entropy.json b/docs/Game_Entropy.json new file mode 100644 index 0000000..b274c1a --- /dev/null +++ b/docs/Game_Entropy.json @@ -0,0 +1,25 @@ +{ + "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