diff options
author | Joffrey BION <joffrey.bion@gmail.com> | 2016-12-10 12:18:18 +0100 |
---|---|---|
committer | Joffrey BION <joffrey.bion@gmail.com> | 2016-12-10 12:25:00 +0100 |
commit | c6057aeb737ca02c9798d4354e6830217b30ffcc (patch) | |
tree | afb47dfd6ab5f0710443dc57382e3e677d1a5e10 /src/main/resources/org/luxons | |
parent | Rework cards.json for easier deserialization (diff) | |
download | seven-wonders-c6057aeb737ca02c9798d4354e6830217b30ffcc.tar.gz seven-wonders-c6057aeb737ca02c9798d4354e6830217b30ffcc.tar.bz2 seven-wonders-c6057aeb737ca02c9798d4354e6830217b30ffcc.zip |
Separate resource providers from relative board positions
Diffstat (limited to 'src/main/resources/org/luxons')
-rw-r--r-- | src/main/resources/org/luxons/sevenwonders/game/data/cards.json | 36 |
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", |