Follow-up Comment #5, patch #3322 (project freeciv):

> ; only lake fish
> reqs =
> { "type", "name", "range"
> "Terrain", "Lake (Fish)", "Adjacent"
> }

Do you plan to give city a bonus if it's adjacent to at least one Fish tile?
I think tile bonus (such as increase to food/shield/trade) applied to every
applicable tile adjacent to city center is more like what you are after:

reqs =
{ "type", "name", "range"
  "Resource", "Fish", "Local"
  "Terrain", "Lake", "Local"
  "CityTile", "Center", "Adjacent"
}

As range here for Resource and Terrain requirements is "Local" (the tile
itself) it's guaranteed that it's the same tile fulfilling both requirements.

    _______________________________________________________

Reply to this item at:

  <http://gna.org/patch/?3322>

_______________________________________________
  Message sent via/by Gna!
  http://gna.org/


_______________________________________________
Freeciv-dev mailing list
Freeciv-dev@gna.org
https://mail.gna.org/listinfo/freeciv-dev

Reply via email to