when the workers can irrigate the fields without water sourc

Can't beat the AI? Is it too tame? Discuss the best strategies!
Post Reply
mfans
Posts: 30
Joined: Mon Nov 03, 2014 4:14 am

when the workers can irrigate the fields without water sourc

Post by mfans »

When the workers can irrigate the fields without water sources (river)?
rainbowrobin
Posts: 21
Joined: Tue Nov 04, 2014 5:10 am

Re: when the workers can irrigate the fields without water s

Post by rainbowrobin »

They can't. An adjacent tile to the one you're irrigating must have river, lake, ocean, or irrigation -- and real irrigation, the automatic irrigation bonus of cities doesn't count, though you can irrigate a city tile to bring the water explicitly through.
sveinung
Elite
Posts: 548
Joined: Wed Feb 20, 2013 4:50 pm

Re: when the workers can irrigate the fields without water s

Post by sveinung »

mfans wrote:When the workers can irrigate the fields without water sources (river)?
That depends on what rules you play with. The classic (default) ruleset requires that a water source (oceanic terrain, an irrigation or a river) is present no matter how much tech you research. The alien ruleset requires you to know Water Flow or Manufacturing to be able to irrigate anything at all but no water source is required once Deep Pumping is discovered.

If you wish to play using the classic rules except that a water source no longer is required once Electricity is discovered you can create a new ruleset your self. First make a copy of the classic ruleset (called default in 2.4). See the section "How to create a new ruleset - step by step" in http://freeciv.wikia.com/wiki/Editing_rulesets for details on how you do it. Then add the following code to the file effects.ruleset in your copy.

Code: Select all

[effect_irrigate_src_pumps]
name    = "Irrig_Possible"
value   = 1
reqs    =
    { "type", "name", "range"
      "Tech", "Electricity", "Player"
    }
Post Reply