diff options
author | jbion <joffrey.bion@amadeus.com> | 2017-01-29 23:06:12 +0100 |
---|---|---|
committer | jbion <joffrey.bion@amadeus.com> | 2017-01-30 00:20:17 +0100 |
commit | 23cf63d052e614efc1de843b7481f79245bb6434 (patch) | |
tree | 5d1725b110054a4b696e88de9aab527819edce1b /backend/src/main/resources | |
parent | Update redux-saga-router to 2.0.0 (diff) | |
download | seven-wonders-23cf63d052e614efc1de843b7481f79245bb6434.tar.gz seven-wonders-23cf63d052e614efc1de843b7481f79245bb6434.tar.bz2 seven-wonders-23cf63d052e614efc1de843b7481f79245bb6434.zip |
Add public/private production concept
Diffstat (limited to 'backend/src/main/resources')
-rw-r--r-- | backend/src/main/resources/org/luxons/sevenwonders/game/data/cards.json | 4 | ||||
-rw-r--r-- | backend/src/main/resources/org/luxons/sevenwonders/game/data/wonders.json | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/backend/src/main/resources/org/luxons/sevenwonders/game/data/cards.json b/backend/src/main/resources/org/luxons/sevenwonders/game/data/cards.json index bf48e95a..83777d9e 100644 --- a/backend/src/main/resources/org/luxons/sevenwonders/game/data/cards.json +++ b/backend/src/main/resources/org/luxons/sevenwonders/game/data/cards.json @@ -733,7 +733,7 @@ "name": "Caravansery", "color": "YELLOW", "effect": { - "production": "W/S/O/C" + "production": "(W/S/O/C)" }, "requirements": { "gold": 0, @@ -756,7 +756,7 @@ "name": "Forum", "color": "YELLOW", "effect": { - "production": "G/P/L" + "production": "(G/P/L)" }, "requirements": { "gold": 0, diff --git a/backend/src/main/resources/org/luxons/sevenwonders/game/data/wonders.json b/backend/src/main/resources/org/luxons/sevenwonders/game/data/wonders.json index 9b4d0587..5beceadd 100644 --- a/backend/src/main/resources/org/luxons/sevenwonders/game/data/wonders.json +++ b/backend/src/main/resources/org/luxons/sevenwonders/game/data/wonders.json @@ -20,7 +20,7 @@ "resources": "OO" }, "effects": { - "production": "W/S/O/C" + "production": "(W/S/O/C)" } }, { @@ -44,7 +44,7 @@ "resources": "CC" }, "effects": { - "production": "W/S/O/C" + "production": "(W/S/O/C)" } }, { @@ -53,7 +53,7 @@ "resources": "WW" }, "effects": { - "production": "G/P/L" + "production": "(G/P/L)" } }, { |