Author: cazfi Date: Sun Jul 20 20:37:29 2014 New Revision: 25658 URL: http://svn.gna.org/viewcvs/freeciv?rev=25658&view=rev Log: Made alien ruleset empire size penalties less severe - Base Empire_Size_Base and Empire_Size_Step increased to 15 - Knowledge of "Communication" further increase them to 20
See patch #4946 Modified: trunk/data/alien/effects.ruleset trunk/data/alien/techs.ruleset trunk/doc/README.ruleset_alien Modified: trunk/data/alien/effects.ruleset URL: http://svn.gna.org/viewcvs/freeciv/trunk/data/alien/effects.ruleset?rev=25658&r1=25657&r2=25658&view=diff ============================================================================== --- trunk/data/alien/effects.ruleset (original) +++ trunk/data/alien/effects.ruleset Sun Jul 20 20:37:29 2014 @@ -56,11 +56,27 @@ [effect_empire_size_base] type = "Empire_Size_Base" -value = 10 +value = 15 [effect_empire_size_step_base] type = "Empire_Size_Step" -value = 10 +value = 15 + +[effect_empire_size_base_communication] +type = "Empire_Size_Base" +value = 5 +reqs = + { "type", "name", "range" + "Tech", "Communication", "Player" + } + +[effect_empire_size_step_communication] +type = "Empire_Size_Step" +value = 5 +reqs = + { "type", "name", "range" + "Tech", "Communication", "Player" + } [effect_enable_space] type = "Enable_Space" Modified: trunk/data/alien/techs.ruleset URL: http://svn.gna.org/viewcvs/freeciv/trunk/data/alien/techs.ruleset?rev=25658&r1=25657&r2=25658&view=diff ============================================================================== --- trunk/data/alien/techs.ruleset (original) +++ trunk/data/alien/techs.ruleset Sun Jul 20 20:37:29 2014 @@ -166,7 +166,9 @@ graphic = "a.communication" graphic_alt = "-" helptext = _("Conventional radio does not work here. Develop working alternative \ -that takes advantage of the local radiation. You'll get contact to other factions.") +that takes advantage of the local radiation. You'll get contact to other factions.\n\n\ +Also your own bases can communicate more efficiently with each other, so number of \ +bases you have is not causing as much unhappiness as before.") [advance_composites] name = _("Composites"); Modified: trunk/doc/README.ruleset_alien URL: http://svn.gna.org/viewcvs/freeciv/trunk/doc/README.ruleset_alien?rev=25658&r1=25657&r2=25658&view=diff ============================================================================== --- trunk/doc/README.ruleset_alien (original) +++ trunk/doc/README.ruleset_alien Sun Jul 20 20:37:29 2014 @@ -103,3 +103,6 @@ - Thick Mountains cannot be mined at all until Burrowing is known, but then it requires just 17 movement points, road building time reduced to 12 movement points + +- Empire size causes additional unhappiness only once every 15 bases (was 10), + and knowledge of Communication eases it so that the step is 20 bases _______________________________________________ Freeciv-commits mailing list Freeciv-commits@gna.org https://mail.gna.org/listinfo/freeciv-commits