.
This commit is contained in:
parent
301f962def
commit
0f49dc1665
1 changed files with 8 additions and 8 deletions
16
Game.json
16
Game.json
|
|
@ -25,7 +25,7 @@
|
|||
"gameplay": "CL",
|
||||
"deckRuleset": "CL",
|
||||
"customCategories": [
|
||||
"Passive"
|
||||
"Boon"
|
||||
],
|
||||
"legalityCode": "playtest"
|
||||
}
|
||||
|
|
@ -37,7 +37,7 @@
|
|||
},
|
||||
"categories": [
|
||||
{
|
||||
"category": "Passive",
|
||||
"category": "Boon",
|
||||
"min": 1,
|
||||
"max": 1,
|
||||
"maxPerCard": 1
|
||||
|
|
@ -73,7 +73,7 @@
|
|||
"Red",
|
||||
"Green",
|
||||
"Blue",
|
||||
"Passive"
|
||||
"Boon"
|
||||
],
|
||||
"layout": {
|
||||
"direction": "column",
|
||||
|
|
@ -112,7 +112,7 @@
|
|||
},
|
||||
"content": [
|
||||
{
|
||||
"section": "Passive",
|
||||
"section": "Boon",
|
||||
"style": {
|
||||
"color": "#B8B8B8"
|
||||
}
|
||||
|
|
@ -123,10 +123,10 @@
|
|||
]
|
||||
},
|
||||
"categoriesAlreadyOnBoard": [
|
||||
"Passive"
|
||||
"Boon"
|
||||
],
|
||||
"autoPlayFromHand": {
|
||||
"Passive": "Passive"
|
||||
"Boon": "Boon"
|
||||
},
|
||||
"autoPlayFromStack": {},
|
||||
"sectionsDict": {
|
||||
|
|
@ -317,8 +317,8 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"Passive": {
|
||||
"title": "Passive",
|
||||
"Boon": {
|
||||
"title": "Boon",
|
||||
"isHidden": "no",
|
||||
"height": "SMALL",
|
||||
"alignment": "CENTER",
|
||||
|
|
|
|||
Loading…
Reference in a new issue