Complete.Org: Mailing Lists: Archives: freeciv-dev: May 2004:
[Freeciv-Dev] Re: (PR#8811) use equiv_range for wonder range
Home

[Freeciv-Dev] Re: (PR#8811) use equiv_range for wonder range

[Top] [All Lists]

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
To: jdorje@xxxxxxxxxxxxxxxxxxxxx
Subject: [Freeciv-Dev] Re: (PR#8811) use equiv_range for wonder range
From: "Vasco Alexandre da Silva Costa" <vasc@xxxxxxxxxxxxxx>
Date: Sun, 30 May 2004 05:58:50 -0700
Reply-to: rt@xxxxxxxxxxx

<URL: http://rt.freeciv.org/Ticket/Display.html?id=8811 >

On Sun, 30 May 2004, Marko Lindqvist wrote:

> What does this mean for Hanging Gardens? It makes one people happy
> within range 'player' + makes two people happy for range 'city' (total
> of three for city)

That works even with this simple implementation of the design. See:

[building_hanging_gardens]
name            = _("Hanging Gardens")
affected_cities = "Player"
affect          =
    { "eff", "value", "type", "req"
      "Make_Happy", "1"
      "Make_Happy", "2", "Building", "Hanging Gardens"
    }

The building requirement ensures that only that city will get the effect.

AFAIK all the effects in the 'default' ruleset are implemented with the
latest patch. But I still need to add AI and client support.

---
Vasco Alexandre da Silva Costa @ Instituto Superior Tecnico, Lisboa




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