removed TechLevel from Buildable; fixed lineendings in structures.yaml
This commit is contained in:
@@ -31,14 +31,13 @@ namespace OpenRA.Traits
|
|||||||
|
|
||||||
class BuildableInfo : ValuedInfo
|
class BuildableInfo : ValuedInfo
|
||||||
{
|
{
|
||||||
public readonly int TechLevel = -1;
|
|
||||||
public readonly string[] Prerequisites = { };
|
public readonly string[] Prerequisites = { };
|
||||||
public readonly string[] BuiltAt = { };
|
public readonly string[] BuiltAt = { };
|
||||||
public readonly string[] Owner = { };
|
public readonly string[] Owner = { };
|
||||||
|
|
||||||
public readonly string Icon = null;
|
public readonly string Icon = null;
|
||||||
public readonly string[] AlternateName = { };
|
public readonly string[] AlternateName = { };
|
||||||
public readonly int BuildPaletteOrder = 50;
|
public readonly int BuildPaletteOrder = 9999;
|
||||||
public readonly string Hotkey = null;
|
public readonly string Hotkey = null;
|
||||||
|
|
||||||
public override object Create(Actor self) { return new Buildable(); }
|
public override object Create(Actor self) { return new Buildable(); }
|
||||||
|
|||||||
@@ -201,7 +201,7 @@ namespace OpenRA.Widgets
|
|||||||
var allBuildables = Rules.TechTree.AllBuildables(queueName)
|
var allBuildables = Rules.TechTree.AllBuildables(queueName)
|
||||||
.Where(a => a.Traits.Get<BuildableInfo>().Owner.Contains(world.LocalPlayer.Country.Race))
|
.Where(a => a.Traits.Get<BuildableInfo>().Owner.Contains(world.LocalPlayer.Country.Race))
|
||||||
.OrderBy(a => a.Traits.Get<BuildableInfo>().BuildPaletteOrder)
|
.OrderBy(a => a.Traits.Get<BuildableInfo>().BuildPaletteOrder)
|
||||||
.ThenBy(a => a.Traits.Get<BuildableInfo>().TechLevel).ToArray();
|
.ToArray();
|
||||||
|
|
||||||
var queue = world.LocalPlayer.PlayerActor.traits.Get<ProductionQueue>();
|
var queue = world.LocalPlayer.PlayerActor.traits.Get<ProductionQueue>();
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
DOG:
|
DOG:
|
||||||
Inherits: ^Infantry
|
Inherits: ^Infantry
|
||||||
Buildable:
|
Buildable:
|
||||||
TechLevel: 3
|
BuildPaletteOrder: 30
|
||||||
Prerequisites: kenn
|
Prerequisites: kenn
|
||||||
BuiltAt: KENN
|
BuiltAt: KENN
|
||||||
Owner: soviet
|
Owner: soviet
|
||||||
@@ -22,7 +22,7 @@ DOG:
|
|||||||
E1:
|
E1:
|
||||||
Inherits: ^Infantry
|
Inherits: ^Infantry
|
||||||
Buildable:
|
Buildable:
|
||||||
TechLevel: 1
|
BuildPaletteOrder: 10
|
||||||
Prerequisites: @Barracks
|
Prerequisites: @Barracks
|
||||||
Owner: allies,soviet
|
Owner: allies,soviet
|
||||||
Cost: 100
|
Cost: 100
|
||||||
@@ -41,7 +41,7 @@ E1:
|
|||||||
E2:
|
E2:
|
||||||
Inherits: ^Infantry
|
Inherits: ^Infantry
|
||||||
Buildable:
|
Buildable:
|
||||||
TechLevel: 1
|
BuildPaletteOrder: 10
|
||||||
Owner: soviet
|
Owner: soviet
|
||||||
Cost: 160
|
Cost: 160
|
||||||
Description: Grenadier
|
Description: Grenadier
|
||||||
@@ -62,7 +62,7 @@ E2:
|
|||||||
E3:
|
E3:
|
||||||
Inherits: ^Infantry
|
Inherits: ^Infantry
|
||||||
Buildable:
|
Buildable:
|
||||||
TechLevel: 2
|
BuildPaletteOrder: 20
|
||||||
Owner: allies,soviet
|
Owner: allies,soviet
|
||||||
Cost: 300
|
Cost: 300
|
||||||
Description: Rocket Soldier
|
Description: Rocket Soldier
|
||||||
@@ -83,7 +83,7 @@ E3:
|
|||||||
E4:
|
E4:
|
||||||
Inherits: ^Infantry
|
Inherits: ^Infantry
|
||||||
Buildable:
|
Buildable:
|
||||||
TechLevel: 6
|
BuildPaletteOrder: 60
|
||||||
Prerequisites: stek, @Barracks
|
Prerequisites: stek, @Barracks
|
||||||
Owner: soviet
|
Owner: soviet
|
||||||
Cost: 300
|
Cost: 300
|
||||||
@@ -104,7 +104,7 @@ E4:
|
|||||||
E6:
|
E6:
|
||||||
Inherits: ^Infantry
|
Inherits: ^Infantry
|
||||||
Buildable:
|
Buildable:
|
||||||
TechLevel: 5
|
BuildPaletteOrder: 50
|
||||||
Owner: soviet,allies
|
Owner: soviet,allies
|
||||||
Cost: 500
|
Cost: 500
|
||||||
Description: Engineer
|
Description: Engineer
|
||||||
@@ -126,7 +126,7 @@ E6:
|
|||||||
SPY:
|
SPY:
|
||||||
Inherits: ^Infantry
|
Inherits: ^Infantry
|
||||||
Buildable:
|
Buildable:
|
||||||
TechLevel: 6
|
BuildPaletteOrder: 60
|
||||||
Prerequisites: dome, tent
|
Prerequisites: dome, tent
|
||||||
Owner: allies
|
Owner: allies
|
||||||
Cost: 500
|
Cost: 500
|
||||||
@@ -151,7 +151,7 @@ SPY:
|
|||||||
E7:
|
E7:
|
||||||
Inherits: ^Infantry
|
Inherits: ^Infantry
|
||||||
Buildable:
|
Buildable:
|
||||||
TechLevel: 11
|
BuildPaletteOrder: 110
|
||||||
Prerequisites: @Tech Center, @Barracks
|
Prerequisites: @Tech Center, @Barracks
|
||||||
Owner: allies,soviet
|
Owner: allies,soviet
|
||||||
Cost: 1200
|
Cost: 1200
|
||||||
@@ -175,7 +175,7 @@ E7:
|
|||||||
MEDI:
|
MEDI:
|
||||||
Inherits: ^Infantry
|
Inherits: ^Infantry
|
||||||
Buildable:
|
Buildable:
|
||||||
TechLevel: 2
|
BuildPaletteOrder: 20
|
||||||
Owner: allies
|
Owner: allies
|
||||||
Cost: 800
|
Cost: 800
|
||||||
Description: Medic
|
Description: Medic
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ MSLO:
|
|||||||
NukeSilo:
|
NukeSilo:
|
||||||
Inherits: ^Building
|
Inherits: ^Building
|
||||||
Buildable:
|
Buildable:
|
||||||
TechLevel: 13
|
BuildPaletteOrder: 130
|
||||||
Prerequisites: @Tech Center
|
Prerequisites: @Tech Center
|
||||||
Owner: soviet,allies
|
Owner: soviet,allies
|
||||||
Cost: 2500
|
Cost: 2500
|
||||||
@@ -28,7 +28,7 @@ GAP:
|
|||||||
Range: 10
|
Range: 10
|
||||||
Inherits: ^Building
|
Inherits: ^Building
|
||||||
# Buildable:
|
# Buildable:
|
||||||
# TechLevel: 10
|
# BuildPaletteOrder: 100
|
||||||
# Prerequisites: atek
|
# Prerequisites: atek
|
||||||
# Owner: allies
|
# Owner: allies
|
||||||
# Cost: 500
|
# Cost: 500
|
||||||
@@ -50,7 +50,7 @@ SPEN:
|
|||||||
InfiltrateForSonarPulse:
|
InfiltrateForSonarPulse:
|
||||||
Inherits: ^Building
|
Inherits: ^Building
|
||||||
Buildable:
|
Buildable:
|
||||||
TechLevel: 3
|
BuildPaletteOrder: 30
|
||||||
Prerequisites: @Power Plant
|
Prerequisites: @Power Plant
|
||||||
Owner: soviet
|
Owner: soviet
|
||||||
Cost: 650
|
Cost: 650
|
||||||
@@ -78,13 +78,12 @@ SYRD:
|
|||||||
InfiltrateForSonarPulse:
|
InfiltrateForSonarPulse:
|
||||||
Inherits: ^Building
|
Inherits: ^Building
|
||||||
Buildable:
|
Buildable:
|
||||||
TechLevel: 3
|
BuildPaletteOrder: 40
|
||||||
Prerequisites: @Power Plant
|
Prerequisites: @Power Plant
|
||||||
Owner: allies
|
Owner: allies
|
||||||
Cost: 650
|
Cost: 650
|
||||||
Description: Shipyard
|
Description: Shipyard
|
||||||
LongDesc: Produces and repairs ships
|
LongDesc: Produces and repairs ships
|
||||||
BuildPaletteOrder: 4
|
|
||||||
Hotkey: s
|
Hotkey: s
|
||||||
Building:
|
Building:
|
||||||
Power: -30
|
Power: -30
|
||||||
@@ -109,7 +108,7 @@ IRON:
|
|||||||
CanPowerDown:
|
CanPowerDown:
|
||||||
Inherits: ^Building
|
Inherits: ^Building
|
||||||
Buildable:
|
Buildable:
|
||||||
TechLevel: 12
|
BuildPaletteOrder: 120
|
||||||
Prerequisites: stek
|
Prerequisites: stek
|
||||||
Owner: soviet
|
Owner: soviet
|
||||||
Cost: 2800
|
Cost: 2800
|
||||||
@@ -135,7 +134,7 @@ PDOX:
|
|||||||
CanPowerDown:
|
CanPowerDown:
|
||||||
Inherits: ^Building
|
Inherits: ^Building
|
||||||
Buildable:
|
Buildable:
|
||||||
TechLevel: 12
|
BuildPaletteOrder: 120
|
||||||
Prerequisites: atek
|
Prerequisites: atek
|
||||||
Owner: allies
|
Owner: allies
|
||||||
Cost: 2800
|
Cost: 2800
|
||||||
@@ -161,7 +160,7 @@ TSLA:
|
|||||||
CanPowerDown:
|
CanPowerDown:
|
||||||
Inherits: ^Building
|
Inherits: ^Building
|
||||||
Buildable:
|
Buildable:
|
||||||
TechLevel: 7
|
BuildPaletteOrder: 70
|
||||||
Prerequisites: weap
|
Prerequisites: weap
|
||||||
Owner: soviet
|
Owner: soviet
|
||||||
Cost: 1500
|
Cost: 1500
|
||||||
@@ -191,7 +190,7 @@ AGUN:
|
|||||||
CanPowerDown:
|
CanPowerDown:
|
||||||
Inherits: ^Building
|
Inherits: ^Building
|
||||||
Buildable:
|
Buildable:
|
||||||
TechLevel: 5
|
BuildPaletteOrder: 50
|
||||||
Prerequisites: dome
|
Prerequisites: dome
|
||||||
Owner: allies
|
Owner: allies
|
||||||
Cost: 600
|
Cost: 600
|
||||||
@@ -223,13 +222,12 @@ DOME:
|
|||||||
CanPowerDown:
|
CanPowerDown:
|
||||||
Inherits: ^Building
|
Inherits: ^Building
|
||||||
Buildable:
|
Buildable:
|
||||||
TechLevel: 3
|
BuildPaletteOrder: 60
|
||||||
Prerequisites: proc
|
Prerequisites: proc
|
||||||
Owner: allies,soviet
|
Owner: allies,soviet
|
||||||
Cost: 1000
|
Cost: 1000
|
||||||
Description: Radar Dome
|
Description: Radar Dome
|
||||||
LongDesc: Provides an overview of the battlefield.\n Requires power to operate.
|
LongDesc: Provides an overview of the battlefield.\n Requires power to operate.
|
||||||
BuildPaletteOrder: 6
|
|
||||||
Hotkey: r
|
Hotkey: r
|
||||||
Building:
|
Building:
|
||||||
Power: -40
|
Power: -40
|
||||||
@@ -248,7 +246,7 @@ PBOX:
|
|||||||
Category: Defense
|
Category: Defense
|
||||||
Inherits: ^Building
|
Inherits: ^Building
|
||||||
Buildable:
|
Buildable:
|
||||||
TechLevel: 2
|
BuildPaletteOrder: 20
|
||||||
Prerequisites: tent
|
Prerequisites: tent
|
||||||
Owner: allies
|
Owner: allies
|
||||||
Cost: 400
|
Cost: 400
|
||||||
@@ -271,7 +269,7 @@ HBOX:
|
|||||||
Category: Defense
|
Category: Defense
|
||||||
Inherits: ^Building
|
Inherits: ^Building
|
||||||
Buildable:
|
Buildable:
|
||||||
TechLevel: 3
|
BuildPaletteOrder: 30
|
||||||
Prerequisites: tent
|
Prerequisites: tent
|
||||||
Owner: allies
|
Owner: allies
|
||||||
Cost: 600
|
Cost: 600
|
||||||
@@ -294,7 +292,7 @@ GUN:
|
|||||||
Category: Defense
|
Category: Defense
|
||||||
Inherits: ^Building
|
Inherits: ^Building
|
||||||
Buildable:
|
Buildable:
|
||||||
TechLevel: 4
|
BuildPaletteOrder: 40
|
||||||
Prerequisites: tent
|
Prerequisites: tent
|
||||||
Owner: allies
|
Owner: allies
|
||||||
Cost: 600
|
Cost: 600
|
||||||
@@ -322,7 +320,7 @@ FTUR:
|
|||||||
Category: Defense
|
Category: Defense
|
||||||
Inherits: ^Building
|
Inherits: ^Building
|
||||||
Buildable:
|
Buildable:
|
||||||
TechLevel: 2
|
BuildPaletteOrder: 20
|
||||||
Prerequisites: barr
|
Prerequisites: barr
|
||||||
Owner: soviet
|
Owner: soviet
|
||||||
Cost: 600
|
Cost: 600
|
||||||
@@ -346,7 +344,7 @@ SAM:
|
|||||||
Category: Defense
|
Category: Defense
|
||||||
Inherits: ^Building
|
Inherits: ^Building
|
||||||
Buildable:
|
Buildable:
|
||||||
TechLevel: 9
|
BuildPaletteOrder: 90
|
||||||
Prerequisites: dome
|
Prerequisites: dome
|
||||||
Owner: soviet
|
Owner: soviet
|
||||||
Cost: 750
|
Cost: 750
|
||||||
@@ -375,7 +373,7 @@ SAM:
|
|||||||
ATEK:
|
ATEK:
|
||||||
Inherits: ^Building
|
Inherits: ^Building
|
||||||
Buildable:
|
Buildable:
|
||||||
TechLevel: 10
|
BuildPaletteOrder: 100
|
||||||
Prerequisites: weap,dome
|
Prerequisites: weap,dome
|
||||||
Owner: allies
|
Owner: allies
|
||||||
Cost: 1500
|
Cost: 1500
|
||||||
@@ -399,13 +397,12 @@ ATEK:
|
|||||||
WEAP:
|
WEAP:
|
||||||
Inherits: ^Building
|
Inherits: ^Building
|
||||||
Buildable:
|
Buildable:
|
||||||
TechLevel: 3
|
BuildPaletteOrder: 50
|
||||||
Prerequisites: proc
|
Prerequisites: proc
|
||||||
Owner: soviet,allies
|
Owner: soviet,allies
|
||||||
Cost: 2000
|
Cost: 2000
|
||||||
Description: War Factory
|
Description: War Factory
|
||||||
LongDesc: Produces tanks & light vehicles.
|
LongDesc: Produces tanks & light vehicles.
|
||||||
BuildPaletteOrder: 5
|
|
||||||
Hotkey: w
|
Hotkey: w
|
||||||
Building:
|
Building:
|
||||||
Power: -30
|
Power: -30
|
||||||
@@ -449,13 +446,12 @@ FACT:
|
|||||||
PROC:
|
PROC:
|
||||||
Inherits: ^Building
|
Inherits: ^Building
|
||||||
Buildable:
|
Buildable:
|
||||||
TechLevel: 1
|
BuildPaletteOrder: 10
|
||||||
Prerequisites: @Power Plant
|
Prerequisites: @Power Plant
|
||||||
Owner: allies,soviet
|
Owner: allies,soviet
|
||||||
Cost: 1400
|
Cost: 1400
|
||||||
Description: Ore Refinery
|
Description: Ore Refinery
|
||||||
LongDesc: Converts Ore and Gems into money
|
LongDesc: Converts Ore and Gems into money
|
||||||
BuildPaletteOrder: 1
|
|
||||||
Hotkey: e
|
Hotkey: e
|
||||||
Building:
|
Building:
|
||||||
Power: -30
|
Power: -30
|
||||||
@@ -483,7 +479,7 @@ PROC:
|
|||||||
SILO:
|
SILO:
|
||||||
Inherits: ^Building
|
Inherits: ^Building
|
||||||
Buildable:
|
Buildable:
|
||||||
TechLevel: 1
|
BuildPaletteOrder: 40
|
||||||
Prerequisites: proc
|
Prerequisites: proc
|
||||||
Owner: allies,soviet
|
Owner: allies,soviet
|
||||||
Cost: 150
|
Cost: 150
|
||||||
@@ -506,7 +502,7 @@ SILO:
|
|||||||
HPAD:
|
HPAD:
|
||||||
Inherits: ^Building
|
Inherits: ^Building
|
||||||
Buildable:
|
Buildable:
|
||||||
TechLevel: 9
|
BuildPaletteOrder: 90
|
||||||
Prerequisites: dome
|
Prerequisites: dome
|
||||||
Owner: allies
|
Owner: allies
|
||||||
Cost: 1500
|
Cost: 1500
|
||||||
@@ -533,7 +529,7 @@ HPAD:
|
|||||||
AFLD:
|
AFLD:
|
||||||
Inherits: ^Building
|
Inherits: ^Building
|
||||||
Buildable:
|
Buildable:
|
||||||
TechLevel: 5
|
BuildPaletteOrder: 50
|
||||||
Prerequisites: dome
|
Prerequisites: dome
|
||||||
Owner: soviet
|
Owner: soviet
|
||||||
Cost: 600
|
Cost: 600
|
||||||
@@ -558,12 +554,11 @@ AFLD:
|
|||||||
POWR:
|
POWR:
|
||||||
Inherits: ^Building
|
Inherits: ^Building
|
||||||
Buildable:
|
Buildable:
|
||||||
TechLevel: 1
|
BuildPaletteOrder: 0
|
||||||
Owner: allies,soviet
|
Owner: allies,soviet
|
||||||
Cost: 300
|
Cost: 300
|
||||||
Description: Power Plant
|
Description: Power Plant
|
||||||
LongDesc: Provides power for other structures
|
LongDesc: Provides power for other structures
|
||||||
BuildPaletteOrder: 0
|
|
||||||
AlternateName: @Power Plant
|
AlternateName: @Power Plant
|
||||||
Hotkey: p
|
Hotkey: p
|
||||||
Building:
|
Building:
|
||||||
@@ -581,13 +576,12 @@ POWR:
|
|||||||
APWR:
|
APWR:
|
||||||
Inherits: ^Building
|
Inherits: ^Building
|
||||||
Buildable:
|
Buildable:
|
||||||
TechLevel: 8
|
BuildPaletteOrder: 20
|
||||||
Prerequisites: @Power Plant
|
Prerequisites: @Power Plant
|
||||||
Owner: allies,soviet
|
Owner: allies,soviet
|
||||||
Cost: 500
|
Cost: 500
|
||||||
Description: Advanced Power Plant
|
Description: Advanced Power Plant
|
||||||
LongDesc: Provides more power, cheaper than the \nstandard Power Plant
|
LongDesc: Provides more power, cheaper than the \nstandard Power Plant
|
||||||
BuildPaletteOrder:2
|
|
||||||
Hotkey: l
|
Hotkey: l
|
||||||
AlternateName: @Power Plant
|
AlternateName: @Power Plant
|
||||||
Building:
|
Building:
|
||||||
@@ -605,7 +599,7 @@ APWR:
|
|||||||
STEK:
|
STEK:
|
||||||
Inherits: ^Building
|
Inherits: ^Building
|
||||||
Buildable:
|
Buildable:
|
||||||
TechLevel: 6
|
BuildPaletteOrder: 60
|
||||||
Prerequisites: weap,dome
|
Prerequisites: weap,dome
|
||||||
Owner: soviet
|
Owner: soviet
|
||||||
Cost: 1500
|
Cost: 1500
|
||||||
@@ -628,13 +622,12 @@ STEK:
|
|||||||
BARR:
|
BARR:
|
||||||
Inherits: ^Building
|
Inherits: ^Building
|
||||||
Buildable:
|
Buildable:
|
||||||
TechLevel: 1
|
BuildPaletteOrder: 30
|
||||||
Prerequisites: @Power Plant
|
Prerequisites: @Power Plant
|
||||||
Owner: soviet
|
Owner: soviet
|
||||||
Cost: 300
|
Cost: 300
|
||||||
Description: Soviet Barracks
|
Description: Soviet Barracks
|
||||||
LongDesc: Produces infantry
|
LongDesc: Produces infantry
|
||||||
BuildPaletteOrder: 3
|
|
||||||
Hotkey: b
|
Hotkey: b
|
||||||
AlternateName: @Barracks
|
AlternateName: @Barracks
|
||||||
Building:
|
Building:
|
||||||
@@ -655,13 +648,12 @@ BARR:
|
|||||||
TENT:
|
TENT:
|
||||||
Inherits: ^Building
|
Inherits: ^Building
|
||||||
Buildable:
|
Buildable:
|
||||||
TechLevel: 1
|
BuildPaletteOrder: 30
|
||||||
Prerequisites: @Power Plant
|
Prerequisites: @Power Plant
|
||||||
Owner: allies
|
Owner: allies
|
||||||
Cost: 300
|
Cost: 300
|
||||||
Description: Allied Barracks
|
Description: Allied Barracks
|
||||||
LongDesc: Produces infantry
|
LongDesc: Produces infantry
|
||||||
BuildPaletteOrder: 3
|
|
||||||
Hotkey: b
|
Hotkey: b
|
||||||
AlternateName: @Barracks
|
AlternateName: @Barracks
|
||||||
Building:
|
Building:
|
||||||
@@ -682,7 +674,7 @@ TENT:
|
|||||||
KENN:
|
KENN:
|
||||||
Inherits: ^Building
|
Inherits: ^Building
|
||||||
Buildable:
|
Buildable:
|
||||||
TechLevel: 3
|
BuildPaletteOrder: 30
|
||||||
Prerequisites: @Power Plant
|
Prerequisites: @Power Plant
|
||||||
Owner: soviet
|
Owner: soviet
|
||||||
Cost: 200
|
Cost: 200
|
||||||
@@ -702,7 +694,7 @@ KENN:
|
|||||||
FIX:
|
FIX:
|
||||||
Inherits: ^Building
|
Inherits: ^Building
|
||||||
Buildable:
|
Buildable:
|
||||||
TechLevel: 3
|
BuildPaletteOrder: 30
|
||||||
Prerequisites: weap
|
Prerequisites: weap
|
||||||
Owner: allies,soviet
|
Owner: allies,soviet
|
||||||
Cost: 700
|
Cost: 700
|
||||||
@@ -727,12 +719,11 @@ FIX:
|
|||||||
FACF:
|
FACF:
|
||||||
Inherits: ^Building
|
Inherits: ^Building
|
||||||
Buildable:
|
Buildable:
|
||||||
TechLevel: 1
|
BuildPaletteOrder: 900
|
||||||
Owner: allies
|
Owner: allies
|
||||||
Cost: 50
|
Cost: 50
|
||||||
Description: Fake Construction Yard
|
Description: Fake Construction Yard
|
||||||
LongDesc: Looks like a Construction Yard.
|
LongDesc: Looks like a Construction Yard.
|
||||||
BuildPaletteOrder: 90
|
|
||||||
Hotkey: c
|
Hotkey: c
|
||||||
Building:
|
Building:
|
||||||
Power: -2
|
Power: -2
|
||||||
@@ -751,13 +742,12 @@ FACF:
|
|||||||
WEAF:
|
WEAF:
|
||||||
Inherits: ^Building
|
Inherits: ^Building
|
||||||
Buildable:
|
Buildable:
|
||||||
TechLevel: 3
|
BuildPaletteOrder: 900
|
||||||
Prerequisites: proc
|
Prerequisites: proc
|
||||||
Owner: allies
|
Owner: allies
|
||||||
Cost: 50
|
Cost: 50
|
||||||
Description: Fake War Factory
|
Description: Fake War Factory
|
||||||
LongDesc: Looks like a War Factory.
|
LongDesc: Looks like a War Factory.
|
||||||
BuildPaletteOrder: 90
|
|
||||||
Hotkey: x
|
Hotkey: x
|
||||||
Building:
|
Building:
|
||||||
Power: -2
|
Power: -2
|
||||||
@@ -777,13 +767,12 @@ WEAF:
|
|||||||
SYRF:
|
SYRF:
|
||||||
Inherits: ^Building
|
Inherits: ^Building
|
||||||
Buildable:
|
Buildable:
|
||||||
TechLevel: 3
|
BuildPaletteOrder: 900
|
||||||
Prerequisites: @Power Plant
|
Prerequisites: @Power Plant
|
||||||
Owner: allies
|
Owner: allies
|
||||||
Cost: 50
|
Cost: 50
|
||||||
Description: Fake Shipyard
|
Description: Fake Shipyard
|
||||||
LongDesc: Looks like a Shipyard
|
LongDesc: Looks like a Shipyard
|
||||||
BuildPaletteOrder: 90
|
|
||||||
Hotkey: z
|
Hotkey: z
|
||||||
Building:
|
Building:
|
||||||
Power: -2
|
Power: -2
|
||||||
@@ -820,13 +809,12 @@ SPEF:
|
|||||||
DOMF:
|
DOMF:
|
||||||
Inherits: ^Building
|
Inherits: ^Building
|
||||||
Buildable:
|
Buildable:
|
||||||
TechLevel: 3
|
BuildPaletteOrder: 900
|
||||||
Prerequisites: proc
|
Prerequisites: proc
|
||||||
Owner: allies
|
Owner: allies
|
||||||
Cost: 50
|
Cost: 50
|
||||||
Description: Fake Radar Dome
|
Description: Fake Radar Dome
|
||||||
LongDesc: Looks like a Radar Dome
|
LongDesc: Looks like a Radar Dome
|
||||||
BuildPaletteOrder: 90
|
|
||||||
Hotkey: v
|
Hotkey: v
|
||||||
Building:
|
Building:
|
||||||
Power: -2
|
Power: -2
|
||||||
@@ -845,13 +833,12 @@ SBAG:
|
|||||||
Category: Defense
|
Category: Defense
|
||||||
Inherits: ^Wall
|
Inherits: ^Wall
|
||||||
Buildable:
|
Buildable:
|
||||||
TechLevel: 2
|
BuildPaletteOrder: 1000
|
||||||
Prerequisites: fact
|
Prerequisites: fact
|
||||||
Owner: allies
|
Owner: allies
|
||||||
Cost: 25
|
Cost: 25
|
||||||
Description: Sandbag Wall
|
Description: Sandbag Wall
|
||||||
LongDesc: Stops infantry and blocks enemy fire.\nCan be crushed by tanks.
|
LongDesc: Stops infantry and blocks enemy fire.\nCan be crushed by tanks.
|
||||||
BuildPaletteOrder: 100
|
|
||||||
Hotkey: b
|
Hotkey: b
|
||||||
Building:
|
Building:
|
||||||
HP: 100
|
HP: 100
|
||||||
@@ -863,13 +850,12 @@ FENC:
|
|||||||
Category: Defense
|
Category: Defense
|
||||||
Inherits: ^Wall
|
Inherits: ^Wall
|
||||||
Buildable:
|
Buildable:
|
||||||
TechLevel: 2
|
BuildPaletteOrder: 1000
|
||||||
Prerequisites: fact
|
Prerequisites: fact
|
||||||
Owner: soviet
|
Owner: soviet
|
||||||
Cost: 25
|
Cost: 25
|
||||||
Description: Wire Fence
|
Description: Wire Fence
|
||||||
LongDesc: Stops infantry and blocks enemy fire.\nCan be crushed by tanks.
|
LongDesc: Stops infantry and blocks enemy fire.\nCan be crushed by tanks.
|
||||||
BuildPaletteOrder: 100
|
|
||||||
Hotkey: n
|
Hotkey: n
|
||||||
Building:
|
Building:
|
||||||
HP: 100
|
HP: 100
|
||||||
@@ -881,13 +867,12 @@ BRIK:
|
|||||||
Category: Defense
|
Category: Defense
|
||||||
Inherits: ^Wall
|
Inherits: ^Wall
|
||||||
Buildable:
|
Buildable:
|
||||||
TechLevel: 8
|
BuildPaletteOrder: 1000
|
||||||
Prerequisites: fact
|
Prerequisites: fact
|
||||||
Owner: allies,soviet
|
Owner: allies,soviet
|
||||||
Cost: 100
|
Cost: 100
|
||||||
Description: Concrete Wall
|
Description: Concrete Wall
|
||||||
LongDesc: Stop units and blocks enemy fire.
|
LongDesc: Stop units and blocks enemy fire.
|
||||||
BuildPaletteOrder: 100
|
|
||||||
Hotkey: w
|
Hotkey: w
|
||||||
Building:
|
Building:
|
||||||
HP: 100
|
HP: 100
|
||||||
|
|||||||
@@ -39,7 +39,7 @@ BADR.bomber:
|
|||||||
V2RL:
|
V2RL:
|
||||||
Inherits: ^Vehicle
|
Inherits: ^Vehicle
|
||||||
Buildable:
|
Buildable:
|
||||||
TechLevel: 4
|
BuildPaletteOrder: 40
|
||||||
Prerequisites: weap,dome
|
Prerequisites: weap,dome
|
||||||
Owner: soviet
|
Owner: soviet
|
||||||
Cost: 700
|
Cost: 700
|
||||||
@@ -61,7 +61,7 @@ V2RL:
|
|||||||
1TNK:
|
1TNK:
|
||||||
Inherits: ^Vehicle
|
Inherits: ^Vehicle
|
||||||
Buildable:
|
Buildable:
|
||||||
TechLevel: 4
|
BuildPaletteOrder: 40
|
||||||
Prerequisites: weap
|
Prerequisites: weap
|
||||||
Owner: allies
|
Owner: allies
|
||||||
Cost: 700
|
Cost: 700
|
||||||
@@ -86,7 +86,7 @@ V2RL:
|
|||||||
2TNK:
|
2TNK:
|
||||||
Inherits: ^Vehicle
|
Inherits: ^Vehicle
|
||||||
Buildable:
|
Buildable:
|
||||||
TechLevel: 6
|
BuildPaletteOrder: 60
|
||||||
Prerequisites: weap
|
Prerequisites: weap
|
||||||
Owner: allies
|
Owner: allies
|
||||||
Cost: 800
|
Cost: 800
|
||||||
@@ -111,7 +111,7 @@ V2RL:
|
|||||||
3TNK:
|
3TNK:
|
||||||
Inherits: ^Vehicle
|
Inherits: ^Vehicle
|
||||||
Buildable:
|
Buildable:
|
||||||
TechLevel: 4
|
BuildPaletteOrder: 40
|
||||||
Prerequisites: weap
|
Prerequisites: weap
|
||||||
Owner: soviet
|
Owner: soviet
|
||||||
Cost: 950
|
Cost: 950
|
||||||
@@ -136,7 +136,7 @@ V2RL:
|
|||||||
4TNK:
|
4TNK:
|
||||||
Inherits: ^Vehicle
|
Inherits: ^Vehicle
|
||||||
Buildable:
|
Buildable:
|
||||||
TechLevel: 10
|
BuildPaletteOrder: 100
|
||||||
Prerequisites: weap,stek
|
Prerequisites: weap,stek
|
||||||
Owner: soviet
|
Owner: soviet
|
||||||
Cost: 1700
|
Cost: 1700
|
||||||
@@ -164,7 +164,7 @@ V2RL:
|
|||||||
ARTY:
|
ARTY:
|
||||||
Inherits: ^Vehicle
|
Inherits: ^Vehicle
|
||||||
Buildable:
|
Buildable:
|
||||||
TechLevel: 8
|
BuildPaletteOrder: 80
|
||||||
Prerequisites: weap
|
Prerequisites: weap
|
||||||
Owner: allies
|
Owner: allies
|
||||||
Cost: 600
|
Cost: 600
|
||||||
@@ -188,7 +188,7 @@ ARTY:
|
|||||||
HARV:
|
HARV:
|
||||||
Inherits: ^Vehicle
|
Inherits: ^Vehicle
|
||||||
Buildable:
|
Buildable:
|
||||||
TechLevel: 1
|
BuildPaletteOrder: 10
|
||||||
Prerequisites: weap,proc
|
Prerequisites: weap,proc
|
||||||
Owner: allies,soviet
|
Owner: allies,soviet
|
||||||
Cost: 1100
|
Cost: 1100
|
||||||
@@ -212,7 +212,7 @@ HARV:
|
|||||||
MCV:
|
MCV:
|
||||||
Inherits: ^Vehicle
|
Inherits: ^Vehicle
|
||||||
Buildable:
|
Buildable:
|
||||||
TechLevel: 11
|
BuildPaletteOrder: 110
|
||||||
Prerequisites: weap,fix
|
Prerequisites: weap,fix
|
||||||
Owner: allies,soviet
|
Owner: allies,soviet
|
||||||
Cost: 2000
|
Cost: 2000
|
||||||
@@ -239,7 +239,7 @@ MCV:
|
|||||||
JEEP:
|
JEEP:
|
||||||
Inherits: ^Vehicle
|
Inherits: ^Vehicle
|
||||||
Buildable:
|
Buildable:
|
||||||
TechLevel: 3
|
BuildPaletteOrder: 30
|
||||||
Prerequisites: weap
|
Prerequisites: weap
|
||||||
Owner: allies
|
Owner: allies
|
||||||
Cost: 600
|
Cost: 600
|
||||||
@@ -264,7 +264,7 @@ JEEP:
|
|||||||
APC:
|
APC:
|
||||||
Inherits: ^Vehicle
|
Inherits: ^Vehicle
|
||||||
Buildable:
|
Buildable:
|
||||||
TechLevel: 5
|
BuildPaletteOrder: 50
|
||||||
Prerequisites: weap,tent
|
Prerequisites: weap,tent
|
||||||
Owner: allies
|
Owner: allies
|
||||||
Cost: 800
|
Cost: 800
|
||||||
@@ -292,7 +292,7 @@ APC:
|
|||||||
MNLY.AP:
|
MNLY.AP:
|
||||||
Inherits: ^Vehicle
|
Inherits: ^Vehicle
|
||||||
Buildable:
|
Buildable:
|
||||||
TechLevel: 3
|
BuildPaletteOrder: 30
|
||||||
Prerequisites: weap,fix
|
Prerequisites: weap,fix
|
||||||
Owner: soviet
|
Owner: soviet
|
||||||
Cost: 800
|
Cost: 800
|
||||||
@@ -318,7 +318,7 @@ MNLY.AP:
|
|||||||
MNLY.AT:
|
MNLY.AT:
|
||||||
Inherits: ^Vehicle
|
Inherits: ^Vehicle
|
||||||
Buildable:
|
Buildable:
|
||||||
TechLevel: 3
|
BuildPaletteOrder: 30
|
||||||
Prerequisites: weap,fix
|
Prerequisites: weap,fix
|
||||||
Owner: allies
|
Owner: allies
|
||||||
Cost: 800
|
Cost: 800
|
||||||
@@ -353,7 +353,7 @@ TRUK:
|
|||||||
SS:
|
SS:
|
||||||
Inherits: ^Ship
|
Inherits: ^Ship
|
||||||
Buildable:
|
Buildable:
|
||||||
TechLevel: 5
|
BuildPaletteOrder: 50
|
||||||
Prerequisites: spen
|
Prerequisites: spen
|
||||||
BuiltAt: spen
|
BuiltAt: spen
|
||||||
Owner: soviet
|
Owner: soviet
|
||||||
@@ -380,7 +380,7 @@ SS:
|
|||||||
DD:
|
DD:
|
||||||
Inherits: ^Ship
|
Inherits: ^Ship
|
||||||
Buildable:
|
Buildable:
|
||||||
TechLevel: 7
|
BuildPaletteOrder: 70
|
||||||
Prerequisites: syrd
|
Prerequisites: syrd
|
||||||
BuiltAt: syrd
|
BuiltAt: syrd
|
||||||
Owner: allies
|
Owner: allies
|
||||||
@@ -409,7 +409,7 @@ DD:
|
|||||||
CA:
|
CA:
|
||||||
Inherits: ^Ship
|
Inherits: ^Ship
|
||||||
Buildable:
|
Buildable:
|
||||||
TechLevel: 10
|
BuildPaletteOrder: 100
|
||||||
Prerequisites: syrd,atek
|
Prerequisites: syrd,atek
|
||||||
BuiltAt: syrd
|
BuiltAt: syrd
|
||||||
Owner: allies
|
Owner: allies
|
||||||
@@ -440,7 +440,7 @@ CA:
|
|||||||
LST:
|
LST:
|
||||||
Inherits: ^Ship
|
Inherits: ^Ship
|
||||||
Buildable:
|
Buildable:
|
||||||
TechLevel: 3
|
BuildPaletteOrder: 30
|
||||||
Owner: allies,soviet
|
Owner: allies,soviet
|
||||||
Cost: 700
|
Cost: 700
|
||||||
Description: Transport
|
Description: Transport
|
||||||
@@ -462,7 +462,7 @@ LST:
|
|||||||
PT:
|
PT:
|
||||||
Inherits: ^Ship
|
Inherits: ^Ship
|
||||||
Buildable:
|
Buildable:
|
||||||
TechLevel: 5
|
BuildPaletteOrder: 50
|
||||||
Prerequisites: syrd
|
Prerequisites: syrd
|
||||||
BuiltAt: syrd
|
BuiltAt: syrd
|
||||||
Owner: allies
|
Owner: allies
|
||||||
@@ -491,7 +491,7 @@ PT:
|
|||||||
MIG:
|
MIG:
|
||||||
Inherits: ^Plane
|
Inherits: ^Plane
|
||||||
Buildable:
|
Buildable:
|
||||||
TechLevel: 10
|
BuildPaletteOrder: 100
|
||||||
Prerequisites: afld
|
Prerequisites: afld
|
||||||
BuiltAt: afld
|
BuiltAt: afld
|
||||||
Owner: soviet
|
Owner: soviet
|
||||||
@@ -519,7 +519,7 @@ MIG:
|
|||||||
YAK:
|
YAK:
|
||||||
Inherits: ^Plane
|
Inherits: ^Plane
|
||||||
Buildable:
|
Buildable:
|
||||||
TechLevel: 5
|
BuildPaletteOrder: 50
|
||||||
Prerequisites: afld
|
Prerequisites: afld
|
||||||
BuiltAt: afld
|
BuiltAt: afld
|
||||||
Owner: soviet
|
Owner: soviet
|
||||||
@@ -548,7 +548,7 @@ YAK:
|
|||||||
TRAN:
|
TRAN:
|
||||||
Inherits: ^Plane
|
Inherits: ^Plane
|
||||||
Buildable:
|
Buildable:
|
||||||
TechLevel: 11
|
BuildPaletteOrder: 110
|
||||||
Prerequisites: hpad
|
Prerequisites: hpad
|
||||||
BuiltAt: hpad
|
BuiltAt: hpad
|
||||||
Owner: allies
|
Owner: allies
|
||||||
@@ -575,7 +575,7 @@ TRAN:
|
|||||||
HELI:
|
HELI:
|
||||||
Inherits: ^Plane
|
Inherits: ^Plane
|
||||||
Buildable:
|
Buildable:
|
||||||
TechLevel: 9
|
BuildPaletteOrder: 90
|
||||||
Prerequisites: hpad
|
Prerequisites: hpad
|
||||||
BuiltAt: hpad
|
BuiltAt: hpad
|
||||||
Owner: allies
|
Owner: allies
|
||||||
@@ -606,7 +606,7 @@ HELI:
|
|||||||
HIND:
|
HIND:
|
||||||
Inherits: ^Plane
|
Inherits: ^Plane
|
||||||
Buildable:
|
Buildable:
|
||||||
TechLevel: 9
|
BuildPaletteOrder: 90
|
||||||
Prerequisites: hpad
|
Prerequisites: hpad
|
||||||
BuiltAt: hpad
|
BuiltAt: hpad
|
||||||
Owner: allies
|
Owner: allies
|
||||||
|
|||||||
Reference in New Issue
Block a user