Feature #295 ยป 0021-Granularity-Make-Central-Rock-Pile-to-increase-food-.patch
data/granularity/buildings.ruleset | ||
---|---|---|
sound_alt2 = "-"
|
||
helptext = _("\
|
||
This Rock Pile marks the spot where your people first settled, and found a city. \
|
||
Increases city center food production by 100. \
|
||
It marks your capital city until you have more fitting building to do so.\
|
||
")
|
||
data/granularity/effects.ruleset | ||
---|---|---|
"OutputType", "Trade", "Local"
|
||
}
|
||
[effect_rock_pile_food]
|
||
type = "Output_Add_Tile"
|
||
value = 100
|
||
reqs =
|
||
{ "type", "name", "range"
|
||
"Building", "Central Rock Pile", "City"
|
||
"CityTile", "Center", "Tile"
|
||
"OutputType", "Food", "Local"
|
||
}
|
||
[effect_rock_pile_capital]
|
||
type = "Capital_City"
|
||
value = 1
|