sight moved to Unit/Building

This commit is contained in:
Chris Forbes
2010-01-11 18:37:35 +13:00
parent 50b138e2de
commit 4b19f1dfe5
7 changed files with 83 additions and 192 deletions

View File

@@ -40,7 +40,8 @@ namespace RulesConverter
{ "HP", "Strength" },
{ "Armor", "Armor" },
{ "Crewed", "Crewed" },
{ "InitialFacing", "InitialFacing" } }
{ "InitialFacing", "InitialFacing" },
{ "Sight", "Sight" } }
},
{ "Selectable", new PL {
@@ -50,7 +51,6 @@ namespace RulesConverter
},
{ "Mobile", new PL {
{ "Sight", "Sight" },
{ "ROT", "ROT" },
{ "Speed", "Speed" } }
//{ "MovementType", ... },
@@ -115,7 +115,8 @@ namespace RulesConverter
{ "Armor", "Armor" },
{ "Crewed", "Crewed" },
{ "WaterBound", "WaterBound" },
{ "InitialFacing", "InitialFacing" } }
{ "InitialFacing", "InitialFacing" },
{ "Sight", "Sight" } }
},
{ "StoresOre", new PL {