Complete.Org: Mailing Lists: Archives: freeciv-dev: November 2004:
[Freeciv-Dev] Re: (PR#10858) Oracle doesn't work on Temples
Home

[Freeciv-Dev] Re: (PR#10858) Oracle doesn't work on Temples

[Top] [All Lists]

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
To: undisclosed-recipients: ;
Subject: [Freeciv-Dev] Re: (PR#10858) Oracle doesn't work on Temples
From: "(Eddie Anderson)" <saywhat@xxxxxxxxxxxx>
Date: Sun, 7 Nov 2004 04:14:45 -0800
Reply-to: rt@xxxxxxxxxxx

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

     I was thinking more about Copernicus' Observatory and I
came up with new ruleset entry for its "effect".  If I've written
it properly it *truly* doubles the science output of the city where
it is built.

from buildings.ruleset:

...

[building_copernicus_observatory]

...

effect          =
    { "name", "value", "req_type", "req"
      "Science_Bonus", 100
      "Science_Bonus", 100, "Building", "Library"
      "Science_Bonus", 150, "Building", "University"
      "Science_Bonus", 200, "Building", "Research Lab"
    }

...

helptext        = _("\
Boosts science production by 100% in the city where it is built.\
")

etc.

    But perhaps a 100% boost is too much, especially for the
relatively small cost of 200 shields?  If so, then cutting the above
numbers in half would make Copernicus give a true 50% bonus to
science.

    I don't know how to code the lines for the effects of Copernicus
*combined* with either Newton or SETI or both.  Perhaps someone else
could provide that (if it's worth doing).

    What do you think?

Eddie




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