Moved ROT from Mobile/Heli/Plane to Unit.

This commit is contained in:
Bob
2010-01-12 21:11:38 +13:00
parent 06969138aa
commit 901d48edfa
14 changed files with 29 additions and 25 deletions

View File

@@ -41,6 +41,7 @@ namespace RulesConverter
{ "Armor", "Armor" },
{ "Crewed", "Crewed" },
{ "InitialFacing", "InitialFacing" },
{ "ROT", "ROT" },
{ "Sight", "Sight" },
{ "WaterBound", "WaterBound" } }
},
@@ -52,18 +53,15 @@ namespace RulesConverter
},
{ "Mobile", new PL {
{ "ROT", "ROT" },
{ "Speed", "Speed" } }
//{ "MovementType", ... },
},
{ "Plane", new PL {
{ "ROT", "ROT" },
{ "Speed", "Speed" } }
},
{ "Helicopter", new PL {
{ "ROT", "ROT" },
{ "Speed", "Speed" } }
},