Complete.Org: Mailing Lists: Archives: freeciv-dev: September 2004:
[Freeciv-Dev] (PR#10125) Pollu_Prod_Pct
Home

[Freeciv-Dev] (PR#10125) Pollu_Prod_Pct

[Top] [All Lists]

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
To: undisclosed-recipients: ;
Subject: [Freeciv-Dev] (PR#10125) Pollu_Prod_Pct
From: "Per I. Mathisen" <per@xxxxxxxxxxx>
Date: Wed, 15 Sep 2004 03:10:57 -0700
Reply-to: rt@xxxxxxxxxxx

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

doc/README.effects:
"Pollu_Prod_Pct"- multiplies pollution caused by shield production by
                  AMOUNT percent (applied after Pollu_Prod_Adj;
                  multiple effects are multiplicative)

data/default/buildings.ruleset:
[building_hydro_plant]
effect          =
    { "name", "value", "equiv", "req_type", "req"
      "Prod_Bonus", 25, "Generators", "Building", "Factory"
      "Prod_Bonus", 25, "Generators", "Building", "Mfg. Plant"
      "Pollu_Prod_Pct", 2, "Janitors"
    }

[building_nuclear_plant]
effect          =
    { "name", "value", "equiv", "req_type", "req"
      "Prod_Bonus", 25, "Generators", "Building", "Factory"
      "Prod_Bonus", 25, "Generators", "Building", "Mfg. Plant"
      "Pollu_Prod_Pct", 2, "Janitors"
    }

[building_recycling_center]
effect          =
    { "name", "value", "equiv"
      "Pollu_Prod_Pct", 3, "Janitors"
    }

Something is not correct here. Either the description in README.effects,
the name of the effect, its equiv group and/or its usage.

Why is recycling center in the same group as the power plants? What is the
janitor group?

  - Per




[Prev in Thread] Current Thread [Next in Thread]
  • [Freeciv-Dev] (PR#10125) Pollu_Prod_Pct, Per I. Mathisen <=