.
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",
|
"gameplay": "CL",
|
||||||
"deckRuleset": "CL",
|
"deckRuleset": "CL",
|
||||||
"customCategories": [
|
"customCategories": [
|
||||||
"Passive"
|
"Boon"
|
||||||
],
|
],
|
||||||
"legalityCode": "playtest"
|
"legalityCode": "playtest"
|
||||||
}
|
}
|
||||||
|
|
@ -37,7 +37,7 @@
|
||||||
},
|
},
|
||||||
"categories": [
|
"categories": [
|
||||||
{
|
{
|
||||||
"category": "Passive",
|
"category": "Boon",
|
||||||
"min": 1,
|
"min": 1,
|
||||||
"max": 1,
|
"max": 1,
|
||||||
"maxPerCard": 1
|
"maxPerCard": 1
|
||||||
|
|
@ -73,7 +73,7 @@
|
||||||
"Red",
|
"Red",
|
||||||
"Green",
|
"Green",
|
||||||
"Blue",
|
"Blue",
|
||||||
"Passive"
|
"Boon"
|
||||||
],
|
],
|
||||||
"layout": {
|
"layout": {
|
||||||
"direction": "column",
|
"direction": "column",
|
||||||
|
|
@ -112,7 +112,7 @@
|
||||||
},
|
},
|
||||||
"content": [
|
"content": [
|
||||||
{
|
{
|
||||||
"section": "Passive",
|
"section": "Boon",
|
||||||
"style": {
|
"style": {
|
||||||
"color": "#B8B8B8"
|
"color": "#B8B8B8"
|
||||||
}
|
}
|
||||||
|
|
@ -123,10 +123,10 @@
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"categoriesAlreadyOnBoard": [
|
"categoriesAlreadyOnBoard": [
|
||||||
"Passive"
|
"Boon"
|
||||||
],
|
],
|
||||||
"autoPlayFromHand": {
|
"autoPlayFromHand": {
|
||||||
"Passive": "Passive"
|
"Boon": "Boon"
|
||||||
},
|
},
|
||||||
"autoPlayFromStack": {},
|
"autoPlayFromStack": {},
|
||||||
"sectionsDict": {
|
"sectionsDict": {
|
||||||
|
|
@ -317,8 +317,8 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"Passive": {
|
"Boon": {
|
||||||
"title": "Passive",
|
"title": "Boon",
|
||||||
"isHidden": "no",
|
"isHidden": "no",
|
||||||
"height": "SMALL",
|
"height": "SMALL",
|
||||||
"alignment": "CENTER",
|
"alignment": "CENTER",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue