Changed policy text to reflect repurposing
This commit is contained in:
parent
f7e7506b7c
commit
367f294774
2 changed files with 11 additions and 27 deletions
|
@ -102,7 +102,7 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name:"National College",
|
name:"National College",
|
||||||
description: "+50% science from this city",
|
description: "",
|
||||||
science:3,
|
science:3,
|
||||||
culture:1,
|
culture:1,
|
||||||
isWonder:true,
|
isWonder:true,
|
||||||
|
@ -430,7 +430,7 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name:"Cristo Redentor",
|
name:"Cristo Redentor",
|
||||||
description: "Culture cost of adopting new Policies reduced by 10% - todo",
|
description: "Culture cost of adopting new Policies reduced by 10%",
|
||||||
culture:5,
|
culture:5,
|
||||||
isWonder:true,
|
isWonder:true,
|
||||||
unique:"PolicyCostReduction",
|
unique:"PolicyCostReduction",
|
||||||
|
@ -447,7 +447,7 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name:"Eiffel Tower",
|
name:"Eiffel Tower",
|
||||||
description: "Provides 1 happiness per social policy - todo",
|
description: "Provides 1 happiness per social policy",
|
||||||
culture:1,
|
culture:1,
|
||||||
happiness:5
|
happiness:5
|
||||||
isWonder:true,
|
isWonder:true,
|
||||||
|
@ -486,23 +486,6 @@
|
||||||
maintainance:2,
|
maintainance:2,
|
||||||
requiredTech:"Mass Media"
|
requiredTech:"Mass Media"
|
||||||
},
|
},
|
||||||
{
|
|
||||||
name:"Eiffel Tower",
|
|
||||||
description: "Provides 1 free social policy - todo",
|
|
||||||
culture:1,
|
|
||||||
percentStatBonus:{culture:50},
|
|
||||||
isWonder:true,
|
|
||||||
unique:"HappinessPerSocialPolicy",
|
|
||||||
requiredTech:"Radio"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
name:"Stadium",
|
|
||||||
description: "",
|
|
||||||
happiness:4,
|
|
||||||
requiredBuilding:"Theatre",
|
|
||||||
maintainance:2,
|
|
||||||
requiredTech:"Mass Media"
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name:"Solar Plant",
|
name:"Solar Plant",
|
||||||
description: "Can only be built in cities next to deserts; cannot be built in a city with a Nuclear Plant",
|
description: "Can only be built in cities next to deserts; cannot be built in a city with a Nuclear Plant",
|
||||||
|
@ -517,6 +500,7 @@
|
||||||
{
|
{
|
||||||
name:"Apollo Program",
|
name:"Apollo Program",
|
||||||
description: "Allows the building of spaceship parts",
|
description: "Allows the building of spaceship parts",
|
||||||
|
cost:1500,
|
||||||
isWonder:true,
|
isWonder:true,
|
||||||
unique:"ApolloProgram",
|
unique:"ApolloProgram",
|
||||||
requiredTech:"Rocketry"
|
requiredTech:"Rocketry"
|
||||||
|
|
|
@ -162,13 +162,13 @@
|
||||||
column:3
|
column:3
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name:"Finisher",
|
name:"Commerce Complete",
|
||||||
description:"+1 gold from each specialist"
|
description:"+1 gold from each specialist"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},{
|
},{
|
||||||
name:"Rationalism",
|
name:"Rationalism",
|
||||||
description:"+50% science from research agreements (??? maybe replace with `research projects`?)",
|
description:"Production to science conversion in cities increased by 33%",
|
||||||
policies:[
|
policies:[
|
||||||
{
|
{
|
||||||
name:"Secularism",
|
name:"Secularism",
|
||||||
|
@ -204,7 +204,7 @@
|
||||||
column:1
|
column:1
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name:"Finisher",
|
name:"Rationalism Complete",
|
||||||
description:"+1 gold from all science buildings"
|
description:"+1 gold from all science buildings"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
@ -220,7 +220,7 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name:"Universal Suffrage",
|
name:"Universal Suffrage",
|
||||||
description:"+33% city defence???",
|
description:"+1 production per 5 population",
|
||||||
row:1,
|
row:1,
|
||||||
column:5
|
column:5
|
||||||
},
|
},
|
||||||
|
@ -232,7 +232,7 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name:"Free Speech",
|
name:"Free Speech",
|
||||||
description:"8 units are maintainance free",
|
description:"+1 culture for every 2 citizens",
|
||||||
requires:["Constitution"],
|
requires:["Constitution"],
|
||||||
row:2,
|
row:2,
|
||||||
column:1
|
column:1
|
||||||
|
@ -245,8 +245,8 @@
|
||||||
column:1
|
column:1
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name:"Finisher",
|
name:"Freedom Complete",
|
||||||
description:"Tile yield from gret improvement +100%, golden ages increase by 50%"
|
description:"Tile yield from great improvement +100%, golden ages increase by 50%"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue