removing Buildable.Tab (never used)
This commit is contained in:
@@ -8,7 +8,6 @@ namespace OpenRa.Game.Traits
|
|||||||
class BuildableInfo : StatelessTraitInfo<Buildable>
|
class BuildableInfo : StatelessTraitInfo<Buildable>
|
||||||
{
|
{
|
||||||
public readonly int TechLevel = -1;
|
public readonly int TechLevel = -1;
|
||||||
public readonly string Tab = null;
|
|
||||||
public readonly string[] Prerequisites = { };
|
public readonly string[] Prerequisites = { };
|
||||||
public readonly string[] BuiltAt = { };
|
public readonly string[] BuiltAt = { };
|
||||||
public readonly Race[] Owner = { };
|
public readonly Race[] Owner = { };
|
||||||
|
|||||||
@@ -73,7 +73,6 @@ namespace RulesConverter
|
|||||||
|
|
||||||
{ "Buildable", new PL {
|
{ "Buildable", new PL {
|
||||||
{ "TechLevel", "TechLevel" },
|
{ "TechLevel", "TechLevel" },
|
||||||
{ "Tab", "$Tab" },
|
|
||||||
{ "Prerequisites", "Prerequisite" },
|
{ "Prerequisites", "Prerequisite" },
|
||||||
{ "BuiltAt", "BuiltAt" },
|
{ "BuiltAt", "BuiltAt" },
|
||||||
{ "Owner", "Owner" },
|
{ "Owner", "Owner" },
|
||||||
|
|||||||
@@ -19,7 +19,6 @@ TTNK:
|
|||||||
Inherits: ^Vehicle
|
Inherits: ^Vehicle
|
||||||
Buildable:
|
Buildable:
|
||||||
TechLevel: 8
|
TechLevel: 8
|
||||||
Tab: Vehicle
|
|
||||||
Prerequisites: tsla
|
Prerequisites: tsla
|
||||||
Owner: soviet
|
Owner: soviet
|
||||||
Cost: 1500
|
Cost: 1500
|
||||||
@@ -40,7 +39,6 @@ CTNK:
|
|||||||
Inherits: ^Vehicle
|
Inherits: ^Vehicle
|
||||||
Buildable:
|
Buildable:
|
||||||
TechLevel: 12
|
TechLevel: 12
|
||||||
Tab: Vehicle
|
|
||||||
Prerequisites: atek
|
Prerequisites: atek
|
||||||
Owner: allies
|
Owner: allies
|
||||||
Cost: 2400
|
Cost: 2400
|
||||||
@@ -61,7 +59,6 @@ DTRK:
|
|||||||
Inherits: ^Vehicle
|
Inherits: ^Vehicle
|
||||||
Buildable:
|
Buildable:
|
||||||
TechLevel: 13
|
TechLevel: 13
|
||||||
Tab: Vehicle
|
|
||||||
Prerequisites: mslo
|
Prerequisites: mslo
|
||||||
Owner: allies,soviet
|
Owner: allies,soviet
|
||||||
Cost: 2400
|
Cost: 2400
|
||||||
@@ -80,7 +77,6 @@ QTNK:
|
|||||||
Inherits: ^Vehicle
|
Inherits: ^Vehicle
|
||||||
Buildable:
|
Buildable:
|
||||||
TechLevel: 10
|
TechLevel: 10
|
||||||
Tab: Vehicle
|
|
||||||
Prerequisites: stek
|
Prerequisites: stek
|
||||||
Owner: soviet
|
Owner: soviet
|
||||||
Cost: 2300
|
Cost: 2300
|
||||||
@@ -99,7 +95,6 @@ MSUB:
|
|||||||
Inherits: ^Ship
|
Inherits: ^Ship
|
||||||
Buildable:
|
Buildable:
|
||||||
TechLevel: 9
|
TechLevel: 9
|
||||||
Tab: Ship
|
|
||||||
Prerequisites: stek
|
Prerequisites: stek
|
||||||
BuiltAt: spen
|
BuiltAt: spen
|
||||||
Owner: soviet
|
Owner: soviet
|
||||||
@@ -123,7 +118,6 @@ SHOK:
|
|||||||
Inherits: ^Infantry
|
Inherits: ^Infantry
|
||||||
Buildable:
|
Buildable:
|
||||||
TechLevel: 7
|
TechLevel: 7
|
||||||
Tab: Infantry
|
|
||||||
Prerequisites: tsla
|
Prerequisites: tsla
|
||||||
Owner: soviet
|
Owner: soviet
|
||||||
Cost: 900
|
Cost: 900
|
||||||
@@ -141,7 +135,6 @@ MECH:
|
|||||||
Inherits: ^Infantry
|
Inherits: ^Infantry
|
||||||
Buildable:
|
Buildable:
|
||||||
TechLevel: 7
|
TechLevel: 7
|
||||||
Tab: Infantry
|
|
||||||
Prerequisites: fix
|
Prerequisites: fix
|
||||||
Owner: allies
|
Owner: allies
|
||||||
Cost: 950
|
Cost: 950
|
||||||
|
|||||||
65
ra.yaml
65
ra.yaml
@@ -2,7 +2,6 @@ V2RL:
|
|||||||
Inherits: ^Vehicle
|
Inherits: ^Vehicle
|
||||||
Buildable:
|
Buildable:
|
||||||
TechLevel: 4
|
TechLevel: 4
|
||||||
Tab: Vehicle
|
|
||||||
Prerequisites: weap,dome
|
Prerequisites: weap,dome
|
||||||
Owner: soviet
|
Owner: soviet
|
||||||
Cost: 700
|
Cost: 700
|
||||||
@@ -25,7 +24,6 @@ V2RL:
|
|||||||
Inherits: ^Vehicle
|
Inherits: ^Vehicle
|
||||||
Buildable:
|
Buildable:
|
||||||
TechLevel: 4
|
TechLevel: 4
|
||||||
Tab: Vehicle
|
|
||||||
Prerequisites: weap
|
Prerequisites: weap
|
||||||
Owner: allies
|
Owner: allies
|
||||||
Cost: 700
|
Cost: 700
|
||||||
@@ -51,7 +49,6 @@ V2RL:
|
|||||||
Inherits: ^Vehicle
|
Inherits: ^Vehicle
|
||||||
Buildable:
|
Buildable:
|
||||||
TechLevel: 6
|
TechLevel: 6
|
||||||
Tab: Vehicle
|
|
||||||
Prerequisites: weap
|
Prerequisites: weap
|
||||||
Owner: allies
|
Owner: allies
|
||||||
Cost: 800
|
Cost: 800
|
||||||
@@ -77,7 +74,6 @@ V2RL:
|
|||||||
Inherits: ^Vehicle
|
Inherits: ^Vehicle
|
||||||
Buildable:
|
Buildable:
|
||||||
TechLevel: 4
|
TechLevel: 4
|
||||||
Tab: Vehicle
|
|
||||||
Prerequisites: weap
|
Prerequisites: weap
|
||||||
Owner: soviet
|
Owner: soviet
|
||||||
Cost: 950
|
Cost: 950
|
||||||
@@ -103,7 +99,6 @@ V2RL:
|
|||||||
Inherits: ^Vehicle
|
Inherits: ^Vehicle
|
||||||
Buildable:
|
Buildable:
|
||||||
TechLevel: 10
|
TechLevel: 10
|
||||||
Tab: Vehicle
|
|
||||||
Prerequisites: weap,stek
|
Prerequisites: weap,stek
|
||||||
Owner: soviet
|
Owner: soviet
|
||||||
Cost: 1700
|
Cost: 1700
|
||||||
@@ -131,7 +126,6 @@ MRJ:
|
|||||||
Inherits: ^Vehicle
|
Inherits: ^Vehicle
|
||||||
Buildable:
|
Buildable:
|
||||||
TechLevel: 12
|
TechLevel: 12
|
||||||
Tab: Vehicle
|
|
||||||
Prerequisites: weap,dome
|
Prerequisites: weap,dome
|
||||||
Owner: allies
|
Owner: allies
|
||||||
Cost: 600
|
Cost: 600
|
||||||
@@ -154,7 +148,6 @@ MGG:
|
|||||||
Inherits: ^Vehicle
|
Inherits: ^Vehicle
|
||||||
Buildable:
|
Buildable:
|
||||||
TechLevel: 11
|
TechLevel: 11
|
||||||
Tab: Vehicle
|
|
||||||
Prerequisites: weap,atek
|
Prerequisites: weap,atek
|
||||||
Owner: allies
|
Owner: allies
|
||||||
Cost: 600
|
Cost: 600
|
||||||
@@ -175,7 +168,6 @@ ARTY:
|
|||||||
Inherits: ^Vehicle
|
Inherits: ^Vehicle
|
||||||
Buildable:
|
Buildable:
|
||||||
TechLevel: 8
|
TechLevel: 8
|
||||||
Tab: Vehicle
|
|
||||||
Prerequisites: weap
|
Prerequisites: weap
|
||||||
Owner: allies
|
Owner: allies
|
||||||
Cost: 600
|
Cost: 600
|
||||||
@@ -200,7 +192,6 @@ HARV:
|
|||||||
Inherits: ^Vehicle
|
Inherits: ^Vehicle
|
||||||
Buildable:
|
Buildable:
|
||||||
TechLevel: 1
|
TechLevel: 1
|
||||||
Tab: Vehicle
|
|
||||||
Prerequisites: weap,proc
|
Prerequisites: weap,proc
|
||||||
Owner: allies,soviet
|
Owner: allies,soviet
|
||||||
Cost: 1400
|
Cost: 1400
|
||||||
@@ -223,7 +214,6 @@ MCV:
|
|||||||
Inherits: ^Vehicle
|
Inherits: ^Vehicle
|
||||||
Buildable:
|
Buildable:
|
||||||
TechLevel: 11
|
TechLevel: 11
|
||||||
Tab: Vehicle
|
|
||||||
Prerequisites: weap,fix
|
Prerequisites: weap,fix
|
||||||
Owner: allies,soviet
|
Owner: allies,soviet
|
||||||
Cost: 2500
|
Cost: 2500
|
||||||
@@ -244,7 +234,6 @@ JEEP:
|
|||||||
Inherits: ^Vehicle
|
Inherits: ^Vehicle
|
||||||
Buildable:
|
Buildable:
|
||||||
TechLevel: 3
|
TechLevel: 3
|
||||||
Tab: Vehicle
|
|
||||||
Prerequisites: weap
|
Prerequisites: weap
|
||||||
Owner: allies
|
Owner: allies
|
||||||
Cost: 600
|
Cost: 600
|
||||||
@@ -270,7 +259,6 @@ APC:
|
|||||||
Inherits: ^Vehicle
|
Inherits: ^Vehicle
|
||||||
Buildable:
|
Buildable:
|
||||||
TechLevel: 5
|
TechLevel: 5
|
||||||
Tab: Vehicle
|
|
||||||
Prerequisites: weap,tent
|
Prerequisites: weap,tent
|
||||||
Owner: allies
|
Owner: allies
|
||||||
Cost: 800
|
Cost: 800
|
||||||
@@ -298,7 +286,6 @@ MNLY.AP:
|
|||||||
Inherits: ^Vehicle
|
Inherits: ^Vehicle
|
||||||
Buildable:
|
Buildable:
|
||||||
TechLevel: 3
|
TechLevel: 3
|
||||||
Tab: Vehicle
|
|
||||||
Prerequisites: weap,fix
|
Prerequisites: weap,fix
|
||||||
Owner: soviet
|
Owner: soviet
|
||||||
Cost: 800
|
Cost: 800
|
||||||
@@ -325,7 +312,6 @@ MNLY.AT:
|
|||||||
Inherits: ^Vehicle
|
Inherits: ^Vehicle
|
||||||
Buildable:
|
Buildable:
|
||||||
TechLevel: 3
|
TechLevel: 3
|
||||||
Tab: Vehicle
|
|
||||||
Prerequisites: weap,fix
|
Prerequisites: weap,fix
|
||||||
Owner: allies
|
Owner: allies
|
||||||
Cost: 800
|
Cost: 800
|
||||||
@@ -361,7 +347,6 @@ SS:
|
|||||||
Inherits: ^Ship
|
Inherits: ^Ship
|
||||||
Buildable:
|
Buildable:
|
||||||
TechLevel: 5
|
TechLevel: 5
|
||||||
Tab: Ship
|
|
||||||
Prerequisites: spen
|
Prerequisites: spen
|
||||||
BuiltAt: spen
|
BuiltAt: spen
|
||||||
Owner: soviet
|
Owner: soviet
|
||||||
@@ -387,7 +372,6 @@ DD:
|
|||||||
Inherits: ^Ship
|
Inherits: ^Ship
|
||||||
Buildable:
|
Buildable:
|
||||||
TechLevel: 7
|
TechLevel: 7
|
||||||
Tab: Ship
|
|
||||||
Prerequisites: syrd
|
Prerequisites: syrd
|
||||||
BuiltAt: syrd
|
BuiltAt: syrd
|
||||||
Owner: allies
|
Owner: allies
|
||||||
@@ -415,7 +399,6 @@ CA:
|
|||||||
Inherits: ^Ship
|
Inherits: ^Ship
|
||||||
Buildable:
|
Buildable:
|
||||||
TechLevel: 10
|
TechLevel: 10
|
||||||
Tab: Ship
|
|
||||||
Prerequisites: syrd,atek
|
Prerequisites: syrd,atek
|
||||||
BuiltAt: syrd
|
BuiltAt: syrd
|
||||||
Owner: allies
|
Owner: allies
|
||||||
@@ -445,7 +428,6 @@ LST:
|
|||||||
Inherits: ^Ship
|
Inherits: ^Ship
|
||||||
Buildable:
|
Buildable:
|
||||||
TechLevel: 3
|
TechLevel: 3
|
||||||
Tab: Ship
|
|
||||||
Owner: allies,soviet
|
Owner: allies,soviet
|
||||||
Cost: 700
|
Cost: 700
|
||||||
Description: Transport
|
Description: Transport
|
||||||
@@ -467,7 +449,6 @@ PT:
|
|||||||
Inherits: ^Ship
|
Inherits: ^Ship
|
||||||
Buildable:
|
Buildable:
|
||||||
TechLevel: 5
|
TechLevel: 5
|
||||||
Tab: Ship
|
|
||||||
Prerequisites: syrd
|
Prerequisites: syrd
|
||||||
BuiltAt: syrd
|
BuiltAt: syrd
|
||||||
Owner: allies
|
Owner: allies
|
||||||
@@ -495,7 +476,6 @@ MIG:
|
|||||||
Inherits: ^Plane
|
Inherits: ^Plane
|
||||||
Buildable:
|
Buildable:
|
||||||
TechLevel: 10
|
TechLevel: 10
|
||||||
Tab: Plane
|
|
||||||
Prerequisites: afld
|
Prerequisites: afld
|
||||||
BuiltAt: afld
|
BuiltAt: afld
|
||||||
Owner: soviet
|
Owner: soviet
|
||||||
@@ -522,7 +502,6 @@ YAK:
|
|||||||
Inherits: ^Plane
|
Inherits: ^Plane
|
||||||
Buildable:
|
Buildable:
|
||||||
TechLevel: 5
|
TechLevel: 5
|
||||||
Tab: Plane
|
|
||||||
Prerequisites: afld
|
Prerequisites: afld
|
||||||
BuiltAt: afld
|
BuiltAt: afld
|
||||||
Owner: soviet
|
Owner: soviet
|
||||||
@@ -550,7 +529,6 @@ TRAN:
|
|||||||
Inherits: ^Plane
|
Inherits: ^Plane
|
||||||
Buildable:
|
Buildable:
|
||||||
TechLevel: 11
|
TechLevel: 11
|
||||||
Tab: Plane
|
|
||||||
Prerequisites: hpad
|
Prerequisites: hpad
|
||||||
BuiltAt: hpad
|
BuiltAt: hpad
|
||||||
Owner: allies
|
Owner: allies
|
||||||
@@ -578,7 +556,6 @@ HELI:
|
|||||||
Inherits: ^Plane
|
Inherits: ^Plane
|
||||||
Buildable:
|
Buildable:
|
||||||
TechLevel: 9
|
TechLevel: 9
|
||||||
Tab: Plane
|
|
||||||
Prerequisites: hpad
|
Prerequisites: hpad
|
||||||
BuiltAt: hpad
|
BuiltAt: hpad
|
||||||
Owner: allies
|
Owner: allies
|
||||||
@@ -609,7 +586,6 @@ HIND:
|
|||||||
Inherits: ^Plane
|
Inherits: ^Plane
|
||||||
Buildable:
|
Buildable:
|
||||||
TechLevel: 9
|
TechLevel: 9
|
||||||
Tab: Plane
|
|
||||||
Prerequisites: hpad
|
Prerequisites: hpad
|
||||||
BuiltAt: hpad
|
BuiltAt: hpad
|
||||||
Owner: allies
|
Owner: allies
|
||||||
@@ -639,7 +615,6 @@ IRON:
|
|||||||
Inherits: ^Building
|
Inherits: ^Building
|
||||||
Buildable:
|
Buildable:
|
||||||
TechLevel: 12
|
TechLevel: 12
|
||||||
Tab: Building
|
|
||||||
Prerequisites: stek
|
Prerequisites: stek
|
||||||
Owner: soviet
|
Owner: soviet
|
||||||
Cost: 2800
|
Cost: 2800
|
||||||
@@ -663,7 +638,6 @@ PDOX:
|
|||||||
Inherits: ^Building
|
Inherits: ^Building
|
||||||
Buildable:
|
Buildable:
|
||||||
TechLevel: 12
|
TechLevel: 12
|
||||||
Tab: Building
|
|
||||||
Prerequisites: atek
|
Prerequisites: atek
|
||||||
Owner: allies
|
Owner: allies
|
||||||
Cost: 2800
|
Cost: 2800
|
||||||
@@ -687,7 +661,6 @@ PBOX:
|
|||||||
Inherits: ^Building
|
Inherits: ^Building
|
||||||
Buildable:
|
Buildable:
|
||||||
TechLevel: 2
|
TechLevel: 2
|
||||||
Tab: Building
|
|
||||||
Prerequisites: tent
|
Prerequisites: tent
|
||||||
Owner: allies
|
Owner: allies
|
||||||
Cost: 400
|
Cost: 400
|
||||||
@@ -712,7 +685,6 @@ HBOX:
|
|||||||
Inherits: ^Building
|
Inherits: ^Building
|
||||||
Buildable:
|
Buildable:
|
||||||
TechLevel: 3
|
TechLevel: 3
|
||||||
Tab: Building
|
|
||||||
Prerequisites: tent
|
Prerequisites: tent
|
||||||
Owner: allies
|
Owner: allies
|
||||||
Cost: 600
|
Cost: 600
|
||||||
@@ -737,7 +709,6 @@ TSLA:
|
|||||||
Inherits: ^Building
|
Inherits: ^Building
|
||||||
Buildable:
|
Buildable:
|
||||||
TechLevel: 7
|
TechLevel: 7
|
||||||
Tab: Building
|
|
||||||
Prerequisites: weap
|
Prerequisites: weap
|
||||||
Owner: soviet
|
Owner: soviet
|
||||||
Cost: 1500
|
Cost: 1500
|
||||||
@@ -764,7 +735,6 @@ GUN:
|
|||||||
Inherits: ^Building
|
Inherits: ^Building
|
||||||
Buildable:
|
Buildable:
|
||||||
TechLevel: 4
|
TechLevel: 4
|
||||||
Tab: Building
|
|
||||||
Prerequisites: tent
|
Prerequisites: tent
|
||||||
Owner: allies
|
Owner: allies
|
||||||
Cost: 600
|
Cost: 600
|
||||||
@@ -791,7 +761,6 @@ AGUN:
|
|||||||
Inherits: ^Building
|
Inherits: ^Building
|
||||||
Buildable:
|
Buildable:
|
||||||
TechLevel: 5
|
TechLevel: 5
|
||||||
Tab: Building
|
|
||||||
Prerequisites: dome
|
Prerequisites: dome
|
||||||
Owner: allies
|
Owner: allies
|
||||||
Cost: 600
|
Cost: 600
|
||||||
@@ -819,7 +788,6 @@ FTUR:
|
|||||||
Inherits: ^Building
|
Inherits: ^Building
|
||||||
Buildable:
|
Buildable:
|
||||||
TechLevel: 2
|
TechLevel: 2
|
||||||
Tab: Building
|
|
||||||
Prerequisites: barr
|
Prerequisites: barr
|
||||||
Owner: soviet
|
Owner: soviet
|
||||||
Cost: 600
|
Cost: 600
|
||||||
@@ -844,7 +812,6 @@ GAP:
|
|||||||
Inherits: ^Building
|
Inherits: ^Building
|
||||||
Buildable:
|
Buildable:
|
||||||
TechLevel: 10
|
TechLevel: 10
|
||||||
Tab: Building
|
|
||||||
Prerequisites: atek
|
Prerequisites: atek
|
||||||
Owner: allies
|
Owner: allies
|
||||||
Cost: 500
|
Cost: 500
|
||||||
@@ -867,7 +834,6 @@ SAM:
|
|||||||
Inherits: ^Building
|
Inherits: ^Building
|
||||||
Buildable:
|
Buildable:
|
||||||
TechLevel: 9
|
TechLevel: 9
|
||||||
Tab: Building
|
|
||||||
Prerequisites: dome
|
Prerequisites: dome
|
||||||
Owner: soviet
|
Owner: soviet
|
||||||
Cost: 750
|
Cost: 750
|
||||||
@@ -893,7 +859,6 @@ MSLO:
|
|||||||
Inherits: ^Building
|
Inherits: ^Building
|
||||||
Buildable:
|
Buildable:
|
||||||
TechLevel: 13
|
TechLevel: 13
|
||||||
Tab: Building
|
|
||||||
Prerequisites: @Tech Center
|
Prerequisites: @Tech Center
|
||||||
Owner: soviet,allies
|
Owner: soviet,allies
|
||||||
Cost: 2500
|
Cost: 2500
|
||||||
@@ -914,7 +879,6 @@ ATEK:
|
|||||||
Inherits: ^Building
|
Inherits: ^Building
|
||||||
Buildable:
|
Buildable:
|
||||||
TechLevel: 10
|
TechLevel: 10
|
||||||
Tab: Building
|
|
||||||
Prerequisites: weap,dome
|
Prerequisites: weap,dome
|
||||||
Owner: allies
|
Owner: allies
|
||||||
Cost: 1500
|
Cost: 1500
|
||||||
@@ -939,7 +903,6 @@ WEAP:
|
|||||||
Inherits: ^Building
|
Inherits: ^Building
|
||||||
Buildable:
|
Buildable:
|
||||||
TechLevel: 3
|
TechLevel: 3
|
||||||
Tab: Building
|
|
||||||
Prerequisites: proc
|
Prerequisites: proc
|
||||||
Owner: soviet,allies
|
Owner: soviet,allies
|
||||||
Cost: 2000
|
Cost: 2000
|
||||||
@@ -966,7 +929,6 @@ SYRD:
|
|||||||
Inherits: ^Building
|
Inherits: ^Building
|
||||||
Buildable:
|
Buildable:
|
||||||
TechLevel: 3
|
TechLevel: 3
|
||||||
Tab: Building
|
|
||||||
Prerequisites: powr
|
Prerequisites: powr
|
||||||
Owner: allies
|
Owner: allies
|
||||||
Cost: 650
|
Cost: 650
|
||||||
@@ -991,7 +953,6 @@ SPEN:
|
|||||||
Inherits: ^Building
|
Inherits: ^Building
|
||||||
Buildable:
|
Buildable:
|
||||||
TechLevel: 3
|
TechLevel: 3
|
||||||
Tab: Building
|
|
||||||
Prerequisites: powr
|
Prerequisites: powr
|
||||||
Owner: soviet
|
Owner: soviet
|
||||||
Cost: 650
|
Cost: 650
|
||||||
@@ -1034,7 +995,6 @@ PROC:
|
|||||||
Inherits: ^Building
|
Inherits: ^Building
|
||||||
Buildable:
|
Buildable:
|
||||||
TechLevel: 1
|
TechLevel: 1
|
||||||
Tab: Building
|
|
||||||
Prerequisites: powr
|
Prerequisites: powr
|
||||||
Owner: allies,soviet
|
Owner: allies,soviet
|
||||||
Cost: 2000
|
Cost: 2000
|
||||||
@@ -1061,7 +1021,6 @@ SILO:
|
|||||||
Inherits: ^Building
|
Inherits: ^Building
|
||||||
Buildable:
|
Buildable:
|
||||||
TechLevel: 1
|
TechLevel: 1
|
||||||
Tab: Building
|
|
||||||
Prerequisites: proc
|
Prerequisites: proc
|
||||||
Owner: allies,soviet
|
Owner: allies,soviet
|
||||||
Cost: 150
|
Cost: 150
|
||||||
@@ -1085,7 +1044,6 @@ HPAD:
|
|||||||
Inherits: ^Building
|
Inherits: ^Building
|
||||||
Buildable:
|
Buildable:
|
||||||
TechLevel: 9
|
TechLevel: 9
|
||||||
Tab: Building
|
|
||||||
Prerequisites: dome
|
Prerequisites: dome
|
||||||
Owner: allies
|
Owner: allies
|
||||||
Cost: 1500
|
Cost: 1500
|
||||||
@@ -1113,7 +1071,6 @@ DOME:
|
|||||||
Inherits: ^Building
|
Inherits: ^Building
|
||||||
Buildable:
|
Buildable:
|
||||||
TechLevel: 3
|
TechLevel: 3
|
||||||
Tab: Building
|
|
||||||
Prerequisites: proc
|
Prerequisites: proc
|
||||||
Owner: allies,soviet
|
Owner: allies,soviet
|
||||||
Cost: 1000
|
Cost: 1000
|
||||||
@@ -1138,7 +1095,6 @@ AFLD:
|
|||||||
Inherits: ^Building
|
Inherits: ^Building
|
||||||
Buildable:
|
Buildable:
|
||||||
TechLevel: 5
|
TechLevel: 5
|
||||||
Tab: Building
|
|
||||||
Prerequisites: dome
|
Prerequisites: dome
|
||||||
Owner: soviet
|
Owner: soviet
|
||||||
Cost: 600
|
Cost: 600
|
||||||
@@ -1164,7 +1120,6 @@ POWR:
|
|||||||
Inherits: ^Building
|
Inherits: ^Building
|
||||||
Buildable:
|
Buildable:
|
||||||
TechLevel: 1
|
TechLevel: 1
|
||||||
Tab: Building
|
|
||||||
Owner: allies,soviet
|
Owner: allies,soviet
|
||||||
Cost: 300
|
Cost: 300
|
||||||
Description: Power Plant
|
Description: Power Plant
|
||||||
@@ -1186,7 +1141,6 @@ APWR:
|
|||||||
Inherits: ^Building
|
Inherits: ^Building
|
||||||
Buildable:
|
Buildable:
|
||||||
TechLevel: 8
|
TechLevel: 8
|
||||||
Tab: Building
|
|
||||||
Prerequisites: powr
|
Prerequisites: powr
|
||||||
Owner: allies,soviet
|
Owner: allies,soviet
|
||||||
Cost: 500
|
Cost: 500
|
||||||
@@ -1209,7 +1163,6 @@ STEK:
|
|||||||
Inherits: ^Building
|
Inherits: ^Building
|
||||||
Buildable:
|
Buildable:
|
||||||
TechLevel: 6
|
TechLevel: 6
|
||||||
Tab: Building
|
|
||||||
Prerequisites: weap,dome
|
Prerequisites: weap,dome
|
||||||
Owner: soviet
|
Owner: soviet
|
||||||
Cost: 1500
|
Cost: 1500
|
||||||
@@ -1233,7 +1186,6 @@ BARR:
|
|||||||
Inherits: ^Building
|
Inherits: ^Building
|
||||||
Buildable:
|
Buildable:
|
||||||
TechLevel: 1
|
TechLevel: 1
|
||||||
Tab: Building
|
|
||||||
Prerequisites: powr
|
Prerequisites: powr
|
||||||
Owner: soviet
|
Owner: soviet
|
||||||
Cost: 300
|
Cost: 300
|
||||||
@@ -1259,7 +1211,6 @@ TENT:
|
|||||||
Inherits: ^Building
|
Inherits: ^Building
|
||||||
Buildable:
|
Buildable:
|
||||||
TechLevel: 1
|
TechLevel: 1
|
||||||
Tab: Building
|
|
||||||
Prerequisites: powr
|
Prerequisites: powr
|
||||||
Owner: allies
|
Owner: allies
|
||||||
Cost: 300
|
Cost: 300
|
||||||
@@ -1285,7 +1236,6 @@ KENN:
|
|||||||
Inherits: ^Building
|
Inherits: ^Building
|
||||||
Buildable:
|
Buildable:
|
||||||
TechLevel: 3
|
TechLevel: 3
|
||||||
Tab: Building
|
|
||||||
Prerequisites: barr
|
Prerequisites: barr
|
||||||
Owner: soviet
|
Owner: soviet
|
||||||
Cost: 200
|
Cost: 200
|
||||||
@@ -1307,7 +1257,6 @@ FIX:
|
|||||||
Inherits: ^Building
|
Inherits: ^Building
|
||||||
Buildable:
|
Buildable:
|
||||||
TechLevel: 3
|
TechLevel: 3
|
||||||
Tab: Building
|
|
||||||
Prerequisites: weap
|
Prerequisites: weap
|
||||||
Owner: allies,soviet
|
Owner: allies,soviet
|
||||||
Cost: 1200
|
Cost: 1200
|
||||||
@@ -1331,7 +1280,6 @@ FACF:
|
|||||||
Inherits: ^Building
|
Inherits: ^Building
|
||||||
Buildable:
|
Buildable:
|
||||||
TechLevel: 1
|
TechLevel: 1
|
||||||
Tab: Building
|
|
||||||
Owner: allies
|
Owner: allies
|
||||||
Cost: 50
|
Cost: 50
|
||||||
Description: Fake Construction Yard
|
Description: Fake Construction Yard
|
||||||
@@ -1354,7 +1302,6 @@ WEAF:
|
|||||||
Inherits: ^Building
|
Inherits: ^Building
|
||||||
Buildable:
|
Buildable:
|
||||||
TechLevel: 3
|
TechLevel: 3
|
||||||
Tab: Building
|
|
||||||
Prerequisites: proc
|
Prerequisites: proc
|
||||||
Owner: allies
|
Owner: allies
|
||||||
Cost: 50
|
Cost: 50
|
||||||
@@ -1379,7 +1326,6 @@ SYRF:
|
|||||||
Inherits: ^Building
|
Inherits: ^Building
|
||||||
Buildable:
|
Buildable:
|
||||||
TechLevel: 3
|
TechLevel: 3
|
||||||
Tab: Building
|
|
||||||
Prerequisites: powr
|
Prerequisites: powr
|
||||||
Owner: allies
|
Owner: allies
|
||||||
Cost: 50
|
Cost: 50
|
||||||
@@ -1419,7 +1365,6 @@ DOMF:
|
|||||||
Inherits: ^Building
|
Inherits: ^Building
|
||||||
Buildable:
|
Buildable:
|
||||||
TechLevel: 3
|
TechLevel: 3
|
||||||
Tab: Building
|
|
||||||
Prerequisites: proc
|
Prerequisites: proc
|
||||||
Owner: allies
|
Owner: allies
|
||||||
Cost: 50
|
Cost: 50
|
||||||
@@ -2016,7 +1961,6 @@ DOG:
|
|||||||
Inherits: ^Infantry
|
Inherits: ^Infantry
|
||||||
Buildable:
|
Buildable:
|
||||||
TechLevel: 3
|
TechLevel: 3
|
||||||
Tab: Infantry
|
|
||||||
Prerequisites: kenn
|
Prerequisites: kenn
|
||||||
BuiltAt: KENN
|
BuiltAt: KENN
|
||||||
Owner: soviet
|
Owner: soviet
|
||||||
@@ -2035,7 +1979,6 @@ E1:
|
|||||||
Inherits: ^Infantry
|
Inherits: ^Infantry
|
||||||
Buildable:
|
Buildable:
|
||||||
TechLevel: 1
|
TechLevel: 1
|
||||||
Tab: Infantry
|
|
||||||
Owner: allies,soviet
|
Owner: allies,soviet
|
||||||
Cost: 100
|
Cost: 100
|
||||||
Description: Rifle Infantry
|
Description: Rifle Infantry
|
||||||
@@ -2055,7 +1998,6 @@ E2:
|
|||||||
Inherits: ^Infantry
|
Inherits: ^Infantry
|
||||||
Buildable:
|
Buildable:
|
||||||
TechLevel: 1
|
TechLevel: 1
|
||||||
Tab: Infantry
|
|
||||||
Owner: soviet
|
Owner: soviet
|
||||||
Cost: 160
|
Cost: 160
|
||||||
Description: Grenadier
|
Description: Grenadier
|
||||||
@@ -2077,7 +2019,6 @@ E3:
|
|||||||
Inherits: ^Infantry
|
Inherits: ^Infantry
|
||||||
Buildable:
|
Buildable:
|
||||||
TechLevel: 2
|
TechLevel: 2
|
||||||
Tab: Infantry
|
|
||||||
Owner: allies,soviet
|
Owner: allies,soviet
|
||||||
Cost: 300
|
Cost: 300
|
||||||
Description: Rocket Soldier
|
Description: Rocket Soldier
|
||||||
@@ -2098,7 +2039,6 @@ E4:
|
|||||||
Inherits: ^Infantry
|
Inherits: ^Infantry
|
||||||
Buildable:
|
Buildable:
|
||||||
TechLevel: 6
|
TechLevel: 6
|
||||||
Tab: Infantry
|
|
||||||
Prerequisites: stek
|
Prerequisites: stek
|
||||||
Owner: soviet
|
Owner: soviet
|
||||||
Cost: 300
|
Cost: 300
|
||||||
@@ -2121,7 +2061,6 @@ E6:
|
|||||||
Inherits: ^Infantry
|
Inherits: ^Infantry
|
||||||
Buildable:
|
Buildable:
|
||||||
TechLevel: 5
|
TechLevel: 5
|
||||||
Tab: Infantry
|
|
||||||
Owner: soviet,allies
|
Owner: soviet,allies
|
||||||
Cost: 500
|
Cost: 500
|
||||||
Description: Engineer
|
Description: Engineer
|
||||||
@@ -2140,7 +2079,6 @@ SPY:
|
|||||||
Inherits: ^Infantry
|
Inherits: ^Infantry
|
||||||
Buildable:
|
Buildable:
|
||||||
TechLevel: 6
|
TechLevel: 6
|
||||||
Tab: Infantry
|
|
||||||
Prerequisites: dome
|
Prerequisites: dome
|
||||||
Owner: allies
|
Owner: allies
|
||||||
Cost: 500
|
Cost: 500
|
||||||
@@ -2160,7 +2098,6 @@ THF:
|
|||||||
Inherits: ^Infantry
|
Inherits: ^Infantry
|
||||||
Buildable:
|
Buildable:
|
||||||
TechLevel: 11
|
TechLevel: 11
|
||||||
Tab: Infantry
|
|
||||||
Prerequisites: atek
|
Prerequisites: atek
|
||||||
Owner: allies
|
Owner: allies
|
||||||
Cost: 500
|
Cost: 500
|
||||||
@@ -2181,7 +2118,6 @@ E7:
|
|||||||
Inherits: ^Infantry
|
Inherits: ^Infantry
|
||||||
Buildable:
|
Buildable:
|
||||||
TechLevel: 11
|
TechLevel: 11
|
||||||
Tab: Infantry
|
|
||||||
Prerequisites: @Tech Center
|
Prerequisites: @Tech Center
|
||||||
Owner: allies,soviet
|
Owner: allies,soviet
|
||||||
Cost: 1200
|
Cost: 1200
|
||||||
@@ -2205,7 +2141,6 @@ MEDI:
|
|||||||
Inherits: ^Infantry
|
Inherits: ^Infantry
|
||||||
Buildable:
|
Buildable:
|
||||||
TechLevel: 2
|
TechLevel: 2
|
||||||
Tab: Infantry
|
|
||||||
Owner: allies
|
Owner: allies
|
||||||
Cost: 800
|
Cost: 800
|
||||||
Description: Medic
|
Description: Medic
|
||||||
|
|||||||
Reference in New Issue
Block a user