.
This commit is contained in:
parent
0426cbb83a
commit
2db8069271
2 changed files with 125 additions and 25 deletions
125
docs/Game.json
Normal file
125
docs/Game.json
Normal 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
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -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": {}
|
||||
}
|
||||
Loading…
Reference in a new issue