Geoff the Medio wrote:
qsswin wrote:
How about these?
Before I / we take a look, could you explicitly state that you release your contributions under the CC-BY-SA-3.0 and GNU GPL (see
Licenses).
OK, I release them under GPL 2 and CC-BY-SA-3.
eleazar wrote:
I'm not sure why orbital farms would undo the malus to "construction", but on the other hand, i'm not sure why slow rotation gives that malus in the first place.
Whoops, I guess I should have realized the activation condition would change both

. I could replace it with this:
Code:
effectsgroups = [
EffectsGroup
scope = Source
activation = Not OwnerHasTech = "GRO_ORBIT_FARMING"
effects = SetTargetFarming Value - 10
EffectsGroup
scope = Source
activation = Source
effects = SetTargetConstruction Value - 20
]
In other words, splitting them up so that only the farming will be affected.
As for construction changing at all, I suppose it's because the weather a slow spin would cause (very cold nights, very hot days) would make building up a planet more difficult.