tune base fractions a bit

This commit is contained in:
Chris Forbes
2010-08-11 19:55:53 +12:00
committed by alzeih
parent 93e8bd6644
commit cf9a2ee0ef

View File

@@ -20,7 +20,7 @@ namespace OpenRA.Mods.RA
Dictionary<string, float> buildingFractions = new Dictionary<string, float>
{
{ "proc", .4f },
{ "proc", .2f },
{ "barr", .05f },
{ "tent", .05f },
{ "weap", .05f },
@@ -29,7 +29,7 @@ namespace OpenRA.Mods.RA
{ "gun", .1f },
{ "atek", .01f },
{ "stek", .01f },
{ "silo", .15f },
{ "silo", .05f },
{ "tsla", .1f },
{ "agun", .1f },
{ "hpad", .01f },