From c6057aeb737ca02c9798d4354e6830217b30ffcc Mon Sep 17 00:00:00 2001 From: Joffrey BION Date: Sat, 10 Dec 2016 12:18:18 +0100 Subject: Separate resource providers from relative board positions --- .../org/luxons/sevenwonders/game/data/cards.json | 36 +++++++++++----------- 1 file changed, 18 insertions(+), 18 deletions(-) (limited to 'src/main/resources/org/luxons') 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", -- cgit