On Wed, 23 Jan 2008 Christian Knoke wrote: > what is the difference between "military units" and "field units", as in > > #: client/helpdata.c:1417 > #, fuzzy, c-format > msgid "" > "* Military units away from home and field units will cause %d citizen to " > "become unhappy.\n"
From client/helpdata.c: === "* A field unit: one unhappiness applies even when non-aggressive." === common/unit.c comment: === An "aggressive" unit is a unit which may cause unhappiness under a Republic or Democracy. A unit is *not* aggressive if one or more of following is true: - zero attack strength - inside a city - ground unit inside a fortress within 3 squares of a friendly city === So field units looks like an always-aggressive-subset of military units. The name is not clear though (IMHO). [Don't know is it able to set F_FIELDUNIT with F_CIVILIAN (non-mil).] -- Thanks, evyscr _______________________________________________ Freeciv-i18n mailing list [email protected] https://mail.gna.org/listinfo/freeciv-i18n
