Skip to content

Commit

Permalink
Add Milk and Cheese food.
Browse files Browse the repository at this point in the history
  • Loading branch information
guillaume-alvarez committed Apr 1, 2015
1 parent 5c536ec commit 7e37b7c
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions core/assets/data/discoveries/prehistory.json
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,18 @@
terrains: [GRASSLAND, PLAIN],
effects: {growth: 2, FOREST: -1, HILLS: 1, MOUNTAIN: 1, DESERT: -1}
},
{
name: Milk,
previous: [[Breeding, Horse], [Breeding, Goat], [Breeding, Ox], [Breeding, Sheep]],
groups: [FOOD],
effects: {growth: 1}
},
{
name: Cheese,
previous: [[Milk, Pottery], [Milk, Textile]],
groups: [FOOD],
effects: {growth: 1}
},
{
name: Wool,
previous: [[Sheep, Textile]],
Expand Down

0 comments on commit 7e37b7c

Please sign in to comment.