started porting traits to use new trait args.

This commit is contained in:
Chris Forbes
2010-01-10 18:55:10 +13:00
parent 99a61ca8d9
commit e7f9023aca
9 changed files with 501 additions and 87 deletions

View File

@@ -39,7 +39,8 @@ namespace RulesConverter
{ "Unit", new PL {
{ "HP", "Strength" },
{ "Armor", "Armor" },
{ "Crewed", "Crewed" } }
{ "Crewed", "Crewed" },
{ "InitialFacing", "InitialFacing" } }
},
{ "Selectable", new PL {
@@ -102,7 +103,8 @@ namespace RulesConverter
{ "HP", "Strength" },
{ "Armor", "Armor" },
{ "Crewed", "Crewed" },
{ "WaterBound", "WaterBound" } }
{ "WaterBound", "WaterBound" },
{ "InitialFacing", "InitialFacing" } }
},
{ "StoresOre", new PL {