more conversion

This commit is contained in:
Chris Forbes
2010-01-09 22:20:43 +13:00
parent 454e3a9ca9
commit da6106520f
2 changed files with 126 additions and 0 deletions

View File

@@ -127,6 +127,23 @@ namespace RulesConverter
{ "LimitedAmmo", new PL {
{ "Ammo", "Ammo" } }
},
{ "Building", new PL {
{ "Power", "Power" },
{ "RequiresPower", "Powered" },
{ "Footprint", "Footprint" },
{ "@Dimensions", "Dimensions" } }
},
{ "StoresOre", new PL {
{ "Pips", "OrePips" },
{ "Capacity", "Storage" } }
},
{ "Harvester", new PL {
{ "Pips", "OrePips" } }
//{ "Capacity"
},
};
using (var writer = File.CreateText(outputFile))