Author: cazfi
Date: Thu Sep 29 06:27:34 2016
New Revision: 33943

URL: http://svn.gna.org/viewcvs/freeciv?rev=33943&view=rev
Log:
Set sandbox ruleset goods from_pct and to_pct values.

See patch #7733

Modified:
    trunk/data/sandbox/README.sandbox
    trunk/data/sandbox/game.ruleset

Modified: trunk/data/sandbox/README.sandbox
URL: 
http://svn.gna.org/viewcvs/freeciv/trunk/data/sandbox/README.sandbox?rev=33943&r1=33942&r2=33943&view=diff
==============================================================================
--- trunk/data/sandbox/README.sandbox   (original)
+++ trunk/data/sandbox/README.sandbox   Thu Sep 29 06:27:34 2016
@@ -73,4 +73,4 @@
 Trade routes can carry many kinds of goods. There is production chains
 like that city with Mine can trade Ore to a city that then can trade
 Metal to third city which can then trade Goods or Equipment to fourth
-city.
+city. Goods later in chains trade for higher value.

Modified: trunk/data/sandbox/game.ruleset
URL: 
http://svn.gna.org/viewcvs/freeciv/trunk/data/sandbox/game.ruleset?rev=33943&r1=33942&r2=33943&view=diff
==============================================================================
--- trunk/data/sandbox/game.ruleset     (original)
+++ trunk/data/sandbox/game.ruleset     Thu Sep 29 06:27:34 2016
@@ -1057,6 +1057,8 @@
     { "type", "name", "range"
       "Extra", "Spice", "City"
     }
+from_pct = 135
+to_pct   = 100
 flags = "Depletes"
 
 [goods_gems]
@@ -1065,6 +1067,8 @@
     { "type", "name", "range"
       "Extra", "Gems", "City"
     }
+from_pct = 135
+to_pct   = 100
 flags = "Depletes"
 
 [goods_jewelry]
@@ -1073,6 +1077,8 @@
     { "type", "name", "range"
       "Good", "Gems", "City"
     }
+from_pct = 250
+to_pct   = 150
 flags = "Depletes"
 
 [goods_ore]
@@ -1089,6 +1095,8 @@
     { "type", "name", "range"
       "Good", "Ore", "City"
     }
+from_pct = 135
+to_pct   = 100
 flags = "Depletes"
 
 [goods_good]
@@ -1098,6 +1106,8 @@
       "Good", "Metal", "City", TRUE
       "Tech", "Electronics", "Player", FALSE
     }
+from_pct = 150
+to_pct   = 135
 flags = "Depletes"
 
 [goods_equipment]
@@ -1107,6 +1117,8 @@
       "Good", "Metal", "City"
       "Tech", "Electronics", "Player"
     }
+from_pct = 200
+to_pct   = 150
 flags = "Depletes"
 
 [playercolors]


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

Reply via email to