From 2a1e03983498bd8da7d89b4c8f3cb695ebf96fff Mon Sep 17 00:00:00 2001 From: Markus Armbruster Date: Fri, 3 May 2013 20:11:07 +0200 Subject: [PATCH] Fix "info Products" on how to query sector type p.e. It's show sect capabilities, not stats. --- info/Products.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/info/Products.t b/info/Products.t index 45fbad5d8..a761e764b 100644 --- a/info/Products.t +++ b/info/Products.t @@ -60,7 +60,7 @@ e.g., it takes 1 unit of work per unit of food produced. How many products each unit of production makes depends on the level production efficiency, which is the product's level p.e. (shown by "show product") times the sector type's p.e. (shown by "show sect -stats"). Production requires a level p.e. above zero, obviously. +capabilities"). Production requires a level p.e. above zero, obviously. .s1 Say your country is at tech level 25. Then your agribusinesses' level p.e. is (25+10)/(25+20) * 900% = 7, i.e. they'll make 7 food per unit -- 2.43.0