summaryrefslogtreecommitdiff
path: root/src/main/resources/org/luxons
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/resources/org/luxons')
-rw-r--r--src/main/resources/org/luxons/sevenwonders/game/data/cards.json36
1 files changed, 18 insertions, 18 deletions
diff --git a/src/main/resources/org/luxons/sevenwonders/game/data/cards.json b/src/main/resources/org/luxons/sevenwonders/game/data/cards.json
index 18dd8d23..5649f326 100644
--- a/src/main/resources/org/luxons/sevenwonders/game/data/cards.json
+++ b/src/main/resources/org/luxons/sevenwonders/game/data/cards.json
@@ -763,8 +763,8 @@
"perBoardElement": {
"boards": [
"SELF",
- "LEFT_PLAYER",
- "RIGHT_PLAYER"
+ "LEFT",
+ "RIGHT"
],
"type": "CARD",
"color": "GREY",
@@ -839,8 +839,8 @@
"perBoardElement": {
"boards": [
"SELF",
- "LEFT_PLAYER",
- "RIGHT_PLAYER"
+ "LEFT",
+ "RIGHT"
],
"type": "CARD",
"color": "BROWN",
@@ -1572,8 +1572,8 @@
"effect": {
"perBoardElement": {
"boards": [
- "LEFT_PLAYER",
- "RIGHT_PLAYER"
+ "LEFT",
+ "RIGHT"
],
"type": "CARD",
"color": "GREY",
@@ -1595,8 +1595,8 @@
"effect": {
"perBoardElement": {
"boards": [
- "LEFT_PLAYER",
- "RIGHT_PLAYER"
+ "LEFT",
+ "RIGHT"
],
"type": "CARD",
"color": "BLUE",
@@ -1618,8 +1618,8 @@
"effect": {
"perBoardElement": {
"boards": [
- "LEFT_PLAYER",
- "RIGHT_PLAYER"
+ "LEFT",
+ "RIGHT"
],
"type": "CARD",
"color": "GREEN",
@@ -1682,8 +1682,8 @@
"effect": {
"perBoardElement": {
"boards": [
- "LEFT_PLAYER",
- "RIGHT_PLAYER"
+ "LEFT",
+ "RIGHT"
],
"type": "CARD",
"colors": [
@@ -1707,8 +1707,8 @@
"effect": {
"perBoardElement": {
"boards": [
- "LEFT_PLAYER",
- "RIGHT_PLAYER"
+ "LEFT",
+ "RIGHT"
],
"type": "DEFEAT_TOKEN",
"points": 1
@@ -1729,8 +1729,8 @@
"effect": {
"perBoardElement": {
"boards": [
- "LEFT_PLAYER",
- "RIGHT_PLAYER"
+ "LEFT",
+ "RIGHT"
],
"type": "CARD",
"color": "YELLOW",
@@ -1752,8 +1752,8 @@
"effect": {
"perBoardElement": {
"boards": [
- "LEFT_PLAYER",
- "RIGHT_PLAYER"
+ "LEFT",
+ "RIGHT"
],
"type": "CARD",
"color": "BROWN",
bgstack15