Skip to content

Commit

Permalink
Add some utility to stone circles after buildings removal.
Browse files Browse the repository at this point in the history
  • Loading branch information
guillaume-alvarez committed Dec 26, 2015
1 parent e3c5c9d commit 504605f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions core/assets/data/discoveries/antiquity.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
},
{
name: City,
previous: [[Village, Chief], [Village, Trade], [Village, War]],
previous: [[Village, Chief], [Village, Trade], [Village, War], [Village, "Stone circle"]],
terrains: [GRASSLAND, PLAIN],
effects: {militaryPower: 2, health: 2, discovery: 1}
},
Expand Down Expand Up @@ -91,7 +91,7 @@
},
{
name: Market,
previous: [[Trade, FOOD], [Trade, LUXURY]],
previous: [[Trade, FOOD], [Trade, LUXURY], [Trade, "Stone circle"]],
terrains: [GRASSLAND, PLAIN, SHALLOW_WATER],
effects: {growth: 2, discovery: 1}
},
Expand All @@ -103,7 +103,7 @@
},
{
name: Caravanserai,
previous: [[Merchant, Camel], [House, Camel]],
previous: [[Merchant, Camel], [House, Camel], [Camel, "Stone circle"]],
terrains: [DESERT],
effects: {DESERT: 1, growth: 1}
},
Expand Down
1 change: 1 addition & 0 deletions core/assets/data/discoveries/prehistory.json
Original file line number Diff line number Diff line change
Expand Up @@ -398,6 +398,7 @@
{
name: "Stone circle",
previous: [[Sky, Stone], [Death, Stone]],
effects: {discovery: 1, stability: 1}
},
{
name: Beliefs,
Expand Down

0 comments on commit 504605f

Please sign in to comment.