Complete.Org: Mailing Lists: Archives: freeciv-dev: November 2002:
[Freeciv-Dev] rfc: new unit, the AWACS
Home

[Freeciv-Dev] rfc: new unit, the AWACS

[Top] [All Lists]

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
To: freeciv-dev@xxxxxxxxxxx
Subject: [Freeciv-Dev] rfc: new unit, the AWACS
From: "Per I. Mathisen" <per@xxxxxxxxxxx>
Date: Mon, 18 Nov 2002 14:26:22 +0000 (GMT)

For unit graphics, see last unit in
http://www.idi.ntnu.no/~permath/units.png

This is almost the exact same as a patch previously posted by Josh
Cogliati. He has also made the graphics. Only substantial change is an
increase in movement of the AWACS unit, making it by far the aircarft with
the longest range (Stealth Bomber is by comparison move 12 x fuel 2 = 24,
against 16x2 = 32 for AWACS).

Here come the vital info:

+[unit_awacs]
+name          = _("AWACS")
+move_type     = "Air"
+tech_req      = "Advanced Flight"
+obsolete_by   = "None"
+graphic       = "u.awacs"
+graphic_alt   = "u.bomber"
+sound_move    = "m_awacs"
+sound_move_alt = "m_generic"
+sound_fight   = "f_generic"
+sound_fight_alt = "f_generic"
+build_cost    = 200
+pop_cost      = 0
+attack        = 0
+defense       = 1
+hitpoints     = 20
+firepower     = 1
+move_rate     = 16
+vision_range  = 5
+transport_cap = 0
+fuel          = 2
+uk_happy      = 1
+uk_shield     = 1
+uk_food       = 0
+uk_gold       = 0
+flags         = ""
+roles         = ""
+helptext      = _("\
+Testing unit.\
 ")

Real diff for testers also attached.

  - Per

Attachment: awacs.diff
Description: Text document


[Prev in Thread] Current Thread [Next in Thread]
  • [Freeciv-Dev] rfc: new unit, the AWACS, Per I. Mathisen <=