Author: cazfi
Date: Mon Nov  9 19:34:39 2015
New Revision: 30495

URL: http://svn.gna.org/viewcvs/freeciv?rev=30495&view=rev
Log:
Added ruleset comments related to trait values.

See bug #23976

Modified:
    trunk/data/alien/nations.ruleset
    trunk/data/civ1/nations.ruleset
    trunk/data/civ2/nations.ruleset
    trunk/data/civ2civ3/nations.ruleset
    trunk/data/classic/nations.ruleset
    trunk/data/experimental/nations.ruleset
    trunk/data/multiplayer/nations.ruleset
    trunk/data/stub/nations.ruleset

Modified: trunk/data/alien/nations.ruleset
URL: 
http://svn.gna.org/viewcvs/freeciv/trunk/data/alien/nations.ruleset?rev=30495&r1=30494&r2=30495&view=diff
==============================================================================
--- trunk/data/alien/nations.ruleset    (original)
+++ trunk/data/alien/nations.ruleset    Mon Nov  9 19:34:39 2015
@@ -30,12 +30,29 @@
 default_government = "Despotism"
 
 [default_traits]
+; Default values for the AI traits. These are used if nation specific
+; value for some trait has not been used. If these default too are
+; not defined, the ultimate default is 50.
+; <trait>_min and <trait>_max give the range from which the trait value
+; is randomly chosen for a given AI player unless 'traitdistribution'
+; server setting is 'FIXED'
+; <trait>_default is the exaxt trait value used when 'traitdistribution'
+; is 'FIXED'. If <trait>_default has not been given, it's set to the
+; midpoint between <trait>_min and <trait>_max.
+
+; Alien ruleset nations each have their own traits.
+
+; Value of trait "expansionist" defines how much AI wants to settle new 
territory.
 ;expansionist_min = 50
 ;expansionist_max = 50
 ;expansionist_default = 50
+
+; Value of trait "trader" defines how much AI wants to establish trade routes.
 ;trader_min = 50
 ;trader_max = 50
 ;trader_default = 50
+
+; Value of trait "aggressive" defines how easily AI declares war.
 ;aggressive_min = 50
 ;aggressive_max = 50
 ;aggressive_default = 50

Modified: trunk/data/civ1/nations.ruleset
URL: 
http://svn.gna.org/viewcvs/freeciv/trunk/data/civ1/nations.ruleset?rev=30495&r1=30494&r2=30495&view=diff
==============================================================================
--- trunk/data/civ1/nations.ruleset     (original)
+++ trunk/data/civ1/nations.ruleset     Mon Nov  9 19:34:39 2015
@@ -33,12 +33,27 @@
 default_government = "Despotism"
 
 [default_traits]
+; Default values for the AI traits. These are used if nation specific
+; value for some trait has not been used. If these default too are
+; not defined, the ultimate default is 50.
+; <trait>_min and <trait>_max give the range from which the trait value
+; is randomly chosen for a given AI player unless 'traitdistribution'
+; server setting is 'FIXED'
+; <trait>_default is the exaxt trait value used when 'traitdistribution'
+; is 'FIXED'. If <trait>_default has not been given, it's set to the
+; midpoint between <trait>_min and <trait>_max.
+
+; Value of trait "expansionist" defines how much AI wants to settle new 
territory.
 ;expansionist_min = 50
 ;expansionist_max = 50
 ;expansionist_default = 50
+
+; Value of trait "trader" defines how much AI wants to establish trade routes.
 ;trader_min = 50
 ;trader_max = 50
 ;trader_default = 50
+
+; Value of trait "aggressive" defines how easily AI declares war.
 ;aggressive_min = 50
 ;aggressive_max = 50
 ;aggressive_default = 50

Modified: trunk/data/civ2/nations.ruleset
URL: 
http://svn.gna.org/viewcvs/freeciv/trunk/data/civ2/nations.ruleset?rev=30495&r1=30494&r2=30495&view=diff
==============================================================================
--- trunk/data/civ2/nations.ruleset     (original)
+++ trunk/data/civ2/nations.ruleset     Mon Nov  9 19:34:39 2015
@@ -35,12 +35,27 @@
 default_government = "Despotism"
 
 [default_traits]
+; Default values for the AI traits. These are used if nation specific
+; value for some trait has not been used. If these default too are
+; not defined, the ultimate default is 50.
+; <trait>_min and <trait>_max give the range from which the trait value
+; is randomly chosen for a given AI player unless 'traitdistribution'
+; server setting is 'FIXED'
+; <trait>_default is the exaxt trait value used when 'traitdistribution'
+; is 'FIXED'. If <trait>_default has not been given, it's set to the
+; midpoint between <trait>_min and <trait>_max.
+
+; Value of trait "expansionist" defines how much AI wants to settle new 
territory.
 ;expansionist_min = 50
 ;expansionist_max = 50
 ;expansionist_default = 50
+
+; Value of trait "trader" defines how much AI wants to establish trade routes.
 ;trader_min = 50
 ;trader_max = 50
 ;trader_default = 50
+
+; Value of trait "aggressive" defines how easily AI declares war.
 ;aggressive_min = 50
 ;aggressive_max = 50
 ;aggressive_default = 50

Modified: trunk/data/civ2civ3/nations.ruleset
URL: 
http://svn.gna.org/viewcvs/freeciv/trunk/data/civ2civ3/nations.ruleset?rev=30495&r1=30494&r2=30495&view=diff
==============================================================================
--- trunk/data/civ2civ3/nations.ruleset (original)
+++ trunk/data/civ2civ3/nations.ruleset Mon Nov  9 19:34:39 2015
@@ -30,12 +30,27 @@
 default_government = "Despotism"
 
 [default_traits]
+; Default values for the AI traits. These are used if nation specific
+; value for some trait has not been used. If these default too are
+; not defined, the ultimate default is 50.
+; <trait>_min and <trait>_max give the range from which the trait value
+; is randomly chosen for a given AI player unless 'traitdistribution'
+; server setting is 'FIXED'
+; <trait>_default is the exaxt trait value used when 'traitdistribution'
+; is 'FIXED'. If <trait>_default has not been given, it's set to the
+; midpoint between <trait>_min and <trait>_max.
+
+; Value of trait "expansionist" defines how much AI wants to settle new 
territory.
 expansionist_min = 30
 expansionist_max = 90
 expansionist_default = 50
+
+; Value of trait "trader" defines how much AI wants to establish trade routes.
 trader_min = 30
 trader_max = 90
 trader_default = 50
+
+; Value of trait "aggressive" defines how easily AI declares war.
 aggressive_min = 30
 aggressive_max = 90
 aggressive_default = 50

Modified: trunk/data/classic/nations.ruleset
URL: 
http://svn.gna.org/viewcvs/freeciv/trunk/data/classic/nations.ruleset?rev=30495&r1=30494&r2=30495&view=diff
==============================================================================
--- trunk/data/classic/nations.ruleset  (original)
+++ trunk/data/classic/nations.ruleset  Mon Nov  9 19:34:39 2015
@@ -30,12 +30,27 @@
 default_government = "Despotism"
 
 [default_traits]
+; Default values for the AI traits. These are used if nation specific
+; value for some trait has not been used. If these default too are
+; not defined, the ultimate default is 50.
+; <trait>_min and <trait>_max give the range from which the trait value
+; is randomly chosen for a given AI player unless 'traitdistribution'
+; server setting is 'FIXED'
+; <trait>_default is the exaxt trait value used when 'traitdistribution'
+; is 'FIXED'. If <trait>_default has not been given, it's set to the
+; midpoint between <trait>_min and <trait>_max.
+
+; Value of trait "expansionist" defines how much AI wants to settle new 
territory.
 expansionist_min = 30
 expansionist_max = 90
 expansionist_default = 50
+
+; Value of trait "trader" defines how much AI wants to establish trade routes.
 trader_min = 30
 trader_max = 90
 trader_default = 50
+
+; Value of trait "aggressive" defines how easily AI declares war.
 aggressive_min = 30
 aggressive_max = 90
 aggressive_default = 50

Modified: trunk/data/experimental/nations.ruleset
URL: 
http://svn.gna.org/viewcvs/freeciv/trunk/data/experimental/nations.ruleset?rev=30495&r1=30494&r2=30495&view=diff
==============================================================================
--- trunk/data/experimental/nations.ruleset     (original)
+++ trunk/data/experimental/nations.ruleset     Mon Nov  9 19:34:39 2015
@@ -30,12 +30,27 @@
 default_government = "Despotism"
 
 [default_traits]
+; Default values for the AI traits. These are used if nation specific
+; value for some trait has not been used. If these default too are
+; not defined, the ultimate default is 50.
+; <trait>_min and <trait>_max give the range from which the trait value
+; is randomly chosen for a given AI player unless 'traitdistribution'
+; server setting is 'FIXED'
+; <trait>_default is the exaxt trait value used when 'traitdistribution'
+; is 'FIXED'. If <trait>_default has not been given, it's set to the
+; midpoint between <trait>_min and <trait>_max.
+
+; Value of trait "expansionist" defines how much AI wants to settle new 
territory.
 expansionist_min = 30
 expansionist_max = 90
 expansionist_default = 50
+
+; Value of trait "trader" defines how much AI wants to establish trade routes.
 trader_min = 30
 trader_max = 90
 trader_default = 50
+
+; Value of trait "aggressive" defines how easily AI declares war.
 aggressive_min = 30
 aggressive_max = 90
 aggressive_default = 50

Modified: trunk/data/multiplayer/nations.ruleset
URL: 
http://svn.gna.org/viewcvs/freeciv/trunk/data/multiplayer/nations.ruleset?rev=30495&r1=30494&r2=30495&view=diff
==============================================================================
--- trunk/data/multiplayer/nations.ruleset      (original)
+++ trunk/data/multiplayer/nations.ruleset      Mon Nov  9 19:34:39 2015
@@ -30,12 +30,27 @@
 default_government = "Despotism"
 
 [default_traits]
+; Default values for the AI traits. These are used if nation specific
+; value for some trait has not been used. If these default too are
+; not defined, the ultimate default is 50.
+; <trait>_min and <trait>_max give the range from which the trait value
+; is randomly chosen for a given AI player unless 'traitdistribution'
+; server setting is 'FIXED'
+; <trait>_default is the exaxt trait value used when 'traitdistribution'
+; is 'FIXED'. If <trait>_default has not been given, it's set to the
+; midpoint between <trait>_min and <trait>_max.
+
+; Value of trait "expansionist" defines how much AI wants to settle new 
territory.
 expansionist_min = 30
 expansionist_max = 90
 expansionist_default = 50
+
+; Value of trait "trader" defines how much AI wants to establish trade routes.
 trader_min = 30
 trader_max = 90
 trader_default = 50
+
+; Value of trait "aggressive" defines how easily AI declares war.
 aggressive_min = 30
 aggressive_max = 90
 aggressive_default = 50

Modified: trunk/data/stub/nations.ruleset
URL: 
http://svn.gna.org/viewcvs/freeciv/trunk/data/stub/nations.ruleset?rev=30495&r1=30494&r2=30495&view=diff
==============================================================================
--- trunk/data/stub/nations.ruleset     (original)
+++ trunk/data/stub/nations.ruleset     Mon Nov  9 19:34:39 2015
@@ -19,12 +19,27 @@
 ;embedded_nations = ""
 
 [default_traits]
+; Default values for the AI traits. These are used if nation specific
+; value for some trait has not been used. If these default too are
+; not defined, the ultimate default is 50.
+; <trait>_min and <trait>_max give the range from which the trait value
+; is randomly chosen for a given AI player unless 'traitdistribution'
+; server setting is 'FIXED'
+; <trait>_default is the exaxt trait value used when 'traitdistribution'
+; is 'FIXED'. If <trait>_default has not been given, it's set to the
+; midpoint between <trait>_min and <trait>_max.
+
+; Value of trait "expansionist" defines how much AI wants to settle new 
territory.
 ;expansionist_min = 50
 ;expansionist_max = 50
 ;expansionist_default = 50
+
+; Value of trait "trader" defines how much AI wants to establish trade routes.
 ;trader_min       = 50
 ;trader_max       = 50
 ;trader_default   = 50
+
+; Value of trait "aggressive" defines how easily AI declares war.
 ;aggressive_min   = 50
 ;aggressive_max   = 50
 ;aggressive_default = 50


_______________________________________________
Freeciv-commits mailing list
Freeciv-commits@gna.org
https://mail.gna.org/listinfo/freeciv-commits

Reply via email to