This commit is contained in:
Judah 2026-04-01 18:21:46 -06:00
parent 0426cbb83a
commit 2db8069271
2 changed files with 125 additions and 25 deletions

125
docs/Game.json Normal file
View file

@ -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
}
}
}
}
}
}

View file

@ -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": {}
}