Complete.Org: Mailing Lists: Archives: freeciv-dev: May 2002:
[Freeciv-Dev] Re: patch for NEWS
Home

[Freeciv-Dev] Re: patch for NEWS

[Top] [All Lists]

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
To: freeciv-dev@xxxxxxxxxxx
Subject: [Freeciv-Dev] Re: patch for NEWS
From: Greg Wooledge <greg@xxxxxxxxxxxx>
Date: Fri, 17 May 2002 20:55:15 -0400

Per I. Mathisen (Per.Inge.Mathisen@xxxxxxxxxxx) wrote:

> RULE CHANGES

>  - Air units attacking helicopters .... DO WHAT??

    if (unit_type_flag(att_type, F_FIGHTER) && is_heli_unittype(def_type)) {
      defensepower /= 2;
    }

(defence_multiplication() in common/combat.c)

I'd write it up like this:

  - Helicopters defend against air units at 50% strength.

-- 
Greg Wooledge                  |   "Truth belongs to everybody."
greg@xxxxxxxxxxxx              |    - The Red Hot Chili Peppers
http://wooledge.org/~greg/     |

Attachment: pgpaymesuqW0C.pgp
Description: PGP signature


[Prev in Thread] Current Thread [Next in Thread]