Difference between revisions of "Commerce (Advanced)"

From Alpha Centauri Wiki
Jump to: navigation, search
m
(tested it myself, it's not #(ecotechs discovered by at least one) or #(ecotechs discovered by everyone), while #(ecotechs in existence) works; also, reinstated numeral/words as used ingame)
 
Line 3: Line 3:
 
#All bases for each faction are ranked from top to bottom by [[Energy]] output.
 
#All bases for each faction are ranked from top to bottom by [[Energy]] output.
 
#Bases are paired off from top to bottom. If one faction has more bases, these are ignored.
 
#Bases are paired off from top to bottom. If one faction has more bases, these are ignored.
#For each pair of bases, sum the combined economic output and divide by eight, rounding up.
+
#For each pair of bases, sum the combined economic output and divide by 8, rounding up.
 
#Double this value if a [[Council Proposals|Global Trade Pact]] is in effect.
 
#Double this value if a [[Council Proposals|Global Trade Pact]] is in effect.
#For each individual base, the commerce formula is as follows: (ValueFromStep4) × (CommerceTech + 1) ÷ (TotalCommerceTech + 1) .
+
#For each individual base, the commerce formula is as follows: (ValueFromStep4) × (CommerceTech + 1) / (TotalCommerceTech + 1) .
 
#CommerceTech is the total number of [[Commerce (Basic)|economic technologies]] discovered, plus faction & [[Economy]] bonuses.
 
#CommerceTech is the total number of [[Commerce (Basic)|economic technologies]] discovered, plus faction & [[Economy]] bonuses.
#TotalCommerceTech is the total number of [[Commerce (Basic)|economic technologies]] discovered by ''all'' factions.
+
#TotalCommerceTech is the total number of [[Commerce (Basic)|economic technologies]] in the game (6 unless modded).
#Now, using the value from step five, divide by two if no Pact (only a Treaty).
+
#Now, using the value from step 5, divide by 2 if no Pact (only a Treaty).
#Add one if [[Planetary Governor]].
+
#Add 1 if [[Planetary Governor]].
#Reduce to 0 if sanctions are in effect against either faction.
+
#Reduce to zero if sanctions are in effect against either faction.
  
 
[[Category:Advanced concepts]]
 
[[Category:Advanced concepts]]

Latest revision as of 07:21, 4 June 2023

Commerce is computed base by base between human factions with Treaties and Pacts, as follows:

  1. All bases for each faction are ranked from top to bottom by Energy output.
  2. Bases are paired off from top to bottom. If one faction has more bases, these are ignored.
  3. For each pair of bases, sum the combined economic output and divide by 8, rounding up.
  4. Double this value if a Global Trade Pact is in effect.
  5. For each individual base, the commerce formula is as follows: (ValueFromStep4) × (CommerceTech + 1) / (TotalCommerceTech + 1) .
  6. CommerceTech is the total number of economic technologies discovered, plus faction & Economy bonuses.
  7. TotalCommerceTech is the total number of economic technologies in the game (6 unless modded).
  8. Now, using the value from step 5, divide by 2 if no Pact (only a Treaty).
  9. Add 1 if Planetary Governor.
  10. Reduce to zero if sanctions are in effect against either faction.