Terraform

From Starfleet Commander
Revision as of 19:39, 9 May 2010 by 131.246.124.214 (talk) (fixed powers of two)
Jump to navigationJump to search

The terraforming feature allows players to add five fields to a planet by spending credits. The credit cost is the current number of fields squared, and then doubled.

The formula is: ((2F)^2)/2 or (F^2)*2 or 2*(F^2)

Where F is equal to the number of fields a planet currently has.

This feature allows players to increase the number of fields without abandoning the planet and losing all structures and the required colony forming ship in the process.

To use this feature, you must select the planet where you would like to add fields and click on the "Terraform" button found on the Buildings or Home page.

To find the total credit cost of doing several rounds of terraforming on your planet

T = The Number of Times you want to hit Terraform (At +5 fields per Terraform) F = Your current # of fields

2tf^2 + 10tf(t-1) + (25t*(t-1)*(2t-1))/3