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