Load unit data from ra.yaml

This commit is contained in:
Bob
2010-01-09 22:50:56 +13:00
parent 454e3a9ca9
commit 0b6a05fcee
13 changed files with 1707 additions and 6 deletions

View File

@@ -45,7 +45,7 @@ namespace RulesConverter
{ "Selectable", new PL {
{ "Priority", "SelectionPriority" },
{ "Voice", "Voice" },
{ "@Bounds", "SelectionSize" } }
{ "Bounds", "SelectionSize" } }
},
{ "Mobile", new PL {
@@ -112,7 +112,7 @@ namespace RulesConverter
{ "Buildable", new PL {
{ "TechLevel", "TechLevel" },
{ "Tab", "$Tab" },
{ "@Prerequisites", "Prerequisite" },
{ "Prerequisites", "Prerequisite" },
{ "Owner", "Owner" },
{ "Cost", "Cost" },
{ "Icon", "Icon" },
@@ -121,7 +121,7 @@ namespace RulesConverter
},
{ "Cargo", new PL {
{ "@PassengerTypes", "PassengerTypes" } }
{ "PassengerTypes", "PassengerTypes" } }
},
{ "LimitedAmmo", new PL {