Bad Code
Code: Select all
//Energy and metal related
BuildCostEnergy=6849;
BuildCostMetal=254;
EnergyMake=8;
EnergyStorage=0;
EnergyUse=0.8;
ExtractsMetal=0.003;
MakesMetal=1;
MetalMake=0.5;
MetalStorage=0;
MetalUse=1.0;
TidalGenerator=0;
WindGenerator=0;
Code: Select all
//Energy and metal related
BuildCostEnergy=6849;
BuildCostMetal=254;
EnergyMake=8;
EnergyStorage=0;
EnergyUse=0.8;
ExtractsMetal=0; // If greater then 0, makes unit unuseable
MakesMetal=0;
MetalMake=0;
MetalStorage=0;
MetalUse=0;
TidalGenerator=0;
WindGenerator=0;