Compare commits
No commits in common. "d7421e6c5ff3ad5dd4b30072eece7cf5c19dfa32" and "de1967dac75766f9dce3074f18a3db1c043cd180" have entirely different histories.
d7421e6c5f
...
de1967dac7
1 changed files with 5 additions and 25 deletions
30
Game.json
30
Game.json
|
|
@ -24,9 +24,7 @@
|
||||||
"title": "Classic",
|
"title": "Classic",
|
||||||
"gameplay": "CL",
|
"gameplay": "CL",
|
||||||
"deckRuleset": "CL",
|
"deckRuleset": "CL",
|
||||||
"customCategories": [
|
"customCategories": ["Passive"],
|
||||||
"Passive"
|
|
||||||
],
|
|
||||||
"legalityCode": "playtest"
|
"legalityCode": "playtest"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
@ -265,13 +263,7 @@
|
||||||
"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",
|
||||||
|
|
@ -287,13 +279,7 @@
|
||||||
"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",
|
||||||
|
|
@ -309,13 +295,7 @@
|
||||||
"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",
|
||||||
|
|
@ -329,7 +309,7 @@
|
||||||
"noQuickActions": false,
|
"noQuickActions": false,
|
||||||
"enterTapped": false,
|
"enterTapped": false,
|
||||||
"enterSpun": false,
|
"enterSpun": false,
|
||||||
"isGroupForbidden": true,
|
"isGroupForbidden": false,
|
||||||
"keepTappedNewTurn": false,
|
"keepTappedNewTurn": false,
|
||||||
"showHiddenCardInHistory": false
|
"showHiddenCardInHistory": false
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue