Compare commits
2 commits
de1967dac7
...
d7421e6c5f
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
d7421e6c5f | ||
|
|
85c6241030 |
1 changed files with 25 additions and 5 deletions
30
Game.json
30
Game.json
|
|
@ -24,7 +24,9 @@
|
||||||
"title": "Classic",
|
"title": "Classic",
|
||||||
"gameplay": "CL",
|
"gameplay": "CL",
|
||||||
"deckRuleset": "CL",
|
"deckRuleset": "CL",
|
||||||
"customCategories": ["Passive"],
|
"customCategories": [
|
||||||
|
"Passive"
|
||||||
|
],
|
||||||
"legalityCode": "playtest"
|
"legalityCode": "playtest"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
@ -263,7 +265,13 @@
|
||||||
"enterSpun": false,
|
"enterSpun": false,
|
||||||
"isGroupForbidden": false,
|
"isGroupForbidden": false,
|
||||||
"keepTappedNewTurn": false,
|
"keepTappedNewTurn": false,
|
||||||
"showHiddenCardInHistory": false
|
"showHiddenCardInHistory": false,
|
||||||
|
"cardActionShortcut": {
|
||||||
|
"action": "MOVE",
|
||||||
|
"actionData": {
|
||||||
|
"destination": "Discard"
|
||||||
|
}
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"Green": {
|
"Green": {
|
||||||
"title": "Green",
|
"title": "Green",
|
||||||
|
|
@ -279,7 +287,13 @@
|
||||||
"enterSpun": false,
|
"enterSpun": false,
|
||||||
"isGroupForbidden": false,
|
"isGroupForbidden": false,
|
||||||
"keepTappedNewTurn": false,
|
"keepTappedNewTurn": false,
|
||||||
"showHiddenCardInHistory": false
|
"showHiddenCardInHistory": false,
|
||||||
|
"cardActionShortcut": {
|
||||||
|
"action": "MOVE",
|
||||||
|
"actionData": {
|
||||||
|
"destination": "Discard"
|
||||||
|
}
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"Blue": {
|
"Blue": {
|
||||||
"title": "Blue",
|
"title": "Blue",
|
||||||
|
|
@ -295,7 +309,13 @@
|
||||||
"enterSpun": false,
|
"enterSpun": false,
|
||||||
"isGroupForbidden": false,
|
"isGroupForbidden": false,
|
||||||
"keepTappedNewTurn": false,
|
"keepTappedNewTurn": false,
|
||||||
"showHiddenCardInHistory": false
|
"showHiddenCardInHistory": false,
|
||||||
|
"cardActionShortcut": {
|
||||||
|
"action": "MOVE",
|
||||||
|
"actionData": {
|
||||||
|
"destination": "Discard"
|
||||||
|
}
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"Passive": {
|
"Passive": {
|
||||||
"title": "Passive",
|
"title": "Passive",
|
||||||
|
|
@ -309,7 +329,7 @@
|
||||||
"noQuickActions": false,
|
"noQuickActions": false,
|
||||||
"enterTapped": false,
|
"enterTapped": false,
|
||||||
"enterSpun": false,
|
"enterSpun": false,
|
||||||
"isGroupForbidden": false,
|
"isGroupForbidden": true,
|
||||||
"keepTappedNewTurn": false,
|
"keepTappedNewTurn": false,
|
||||||
"showHiddenCardInHistory": false
|
"showHiddenCardInHistory": false
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue