Feature #1545 ยป 0078-granularity-Make-Brewery-to-increase-Wheat-food-outp.patch
| data/granularity/buildings.ruleset | ||
|---|---|---|
| sound_alt2      = "-" | ||
| ; /* xgettext:no-c-format */ | ||
| helptext	= _("\ | ||
| Increases luxury output by 25%, and gold output by 15%.\ | ||
| Increases luxury output by 25%, and gold output by 15%. \ | ||
| Adds food output of the Wheat tiles by 50.\ | ||
| ") | ||
| [building_city_walls] | ||
| data/granularity/effects.ruleset | ||
|---|---|---|
|       "OutputType", "Shield",       "Local" | ||
|     } | ||
| [effect_brewery_wheat] | ||
| type    = "Output_Add_Tile" | ||
| value   = 50 | ||
| reqs	= | ||
|     { "type",       "name",    "range" | ||
|       "Extra",      "Wheat",   "Tile" | ||
|       "Building",   "Brewery", "City" | ||
|       "OutputType", "Food",    "Local" | ||
|     } | ||
| [effect_rock_pile_capital] | ||
| type    = "Capital_City" | ||
| value	= 1 | ||