Re: [Freeciv-Dev] (PR#39379) RFE civ3+ terrain support

2007-05-25 Thread William Allen Simpson

URL: http://bugs.freeciv.org/Ticket/Display.html?id=39379 

Second draft, with minor corrections reconciling earlier attempts:

land:
   a ice (arctic, glacier)
   A ice + hills

   t tundra
   T tundra + hills

   d desert
   D desert + hills

   p plain
   P plain + hills + evergreen
   q plain + hills + deciduous
   Q plain + hills + jungle

   g grass
   G grass + hills + evergreen
   k grass + hills + deciduous
   K grass + hills + jungle

   s swamp (grass)
   S swamp (grass) + evergreen
   z swamp (grass) + deciduous
   Z swamp (grass) + jungle

   e evergreen forest (plain)
   E evergreen forest (grass)
   f deciduous forest (plain) [existing]
   F deciduous forest (grass)

   j jungle (grass) [existing]
   J jungle (plain)

   h hills (plain) [existing]
   H hills (grass)

   m mountains (bare)
   M mountains (icy)

   u unseen [reserved]

   v volcano (bare)
   V volcano (icy?)

water (formerly ' '):
   + fresh lake (higher elevation, has river to ocean)
   - salt sea (lower elevation, no river to ocean)

   . coast
   , shelf
   : floor (deep)
   ; trench (abyss)

   ^ ridge
   ! vents




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


[Freeciv-Dev] (PR#39379) RFE civ3+ terrain support

2007-05-24 Thread William Allen Simpson

URL: http://bugs.freeciv.org/Ticket/Display.html?id=39379 

There is greater variety in civ3 (and other) terrain.

Hills can be dry, grassy, and/or forested.

Mountains can be dry, wet, icy, or volcanos.

Oceans have several depths, with ridges, trenches, and vents/volcanos.

Of course, not every combination is allowed.  It should be possible to
designate letters representing each valid combination.

===

Here's my first draft of a table.  What have I missed?

land:
  d desert
  D desert + hills

  p plain
  P plain + hills + evergreen
  q plain + hills + deciduous
  Q plain + hills + jungle

  g grass
  G grass + hills + evergreen
  k grass + hills + deciduous
  K grass + hills + jungle

  s swamp (grass)
  S swamp (grass) + evergreen
  z swamp (grass) + deciduous
  Z swamp (grass) + jungle

  t tundra
  T tundra + hills

  i ice (glacier)
  I ice + hills

  e evergreen forest (plain)
  E evergreen forest (grass)
  f deciduous forest (plain)
  F deciduous forest (grass)

  j jungle (grass) [existing]
  J jungle (plain)

  h hills (plain) [existing]
  H hills (grass)

  m mountains (bare)
  M mountains (icy)

  v volcano (bare)
  V volcano (icy?)

lake:
  l fresh (higher elevation, has river to ocean)
  . salt (lower elevation, no river to ocean)

ocean (formerly ' '):
  . coast
  , sea/shelf
  : floor
  ; trench

  ^ ridge
  ! vents





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