Merge pull request #10580 from pchote/ra-no-sw-tech

Add a "no superweapons" tech level to RA.
This commit is contained in:
reaperrr
2016-01-26 16:58:07 +01:00
9 changed files with 31 additions and 28 deletions

View File

@@ -54,16 +54,16 @@ Background@LOBBY_OPTIONS_BIN:
Height: 20
Text: Debug Menu
Label@DIFFICULTY_DESC:
X: PARENT_RIGHT - WIDTH - 145
X: PARENT_RIGHT - WIDTH - 165
Y: 70
Width: 120
Width: 160
Height: 25
Text: Mission Difficulty:
Align: Right
DropDownButton@DIFFICULTY_DROPDOWNBUTTON:
X: PARENT_RIGHT - WIDTH
Y: 70
Width: 140
Width: 160
Height: 25
Font: Regular
Label@STARTINGCASH_DESC:
@@ -75,12 +75,12 @@ Background@LOBBY_OPTIONS_BIN:
DropDownButton@STARTINGCASH_DROPDOWNBUTTON:
X: 85
Y: 110
Width: 130
Width: 160
Height: 25
Font: Regular
Text: $5000
Label@STARTINGUNITS_DESC:
X: PARENT_RIGHT - WIDTH - 145
X: PARENT_RIGHT - WIDTH - 165
Y: 110
Width: 120
Height: 25
@@ -89,13 +89,13 @@ Background@LOBBY_OPTIONS_BIN:
DropDownButton@STARTINGUNITS_DROPDOWNBUTTON:
X: PARENT_RIGHT - WIDTH
Y: 110
Width: 140
Width: 160
Height: 25
Font: Regular
DropDownButton@TECHLEVEL_DROPDOWNBUTTON:
X: 85
Y: 150
Width: 130
Width: 160
Height: 25
Font: Regular
Text: 10
@@ -106,7 +106,7 @@ Background@LOBBY_OPTIONS_BIN:
Text: Tech Level:
Align: Right
Label@GAMESPEED_DESC:
X: PARENT_RIGHT - WIDTH - 145
X: PARENT_RIGHT - WIDTH - 165
Y: 150
Width: 120
Height: 25
@@ -115,6 +115,6 @@ Background@LOBBY_OPTIONS_BIN:
DropDownButton@GAMESPEED_DROPDOWNBUTTON:
X: PARENT_RIGHT - WIDTH
Y: 150
Width: 140
Width: 160
Height: 25
Font: Regular

View File

@@ -79,7 +79,7 @@ MIG:
Queue: Aircraft
BuildAtProductionType: Plane
BuildPaletteOrder: 50
Prerequisites: ~afld, stek, ~techlevel.unrestricted
Prerequisites: ~afld, stek, ~techlevel.high
Valued:
Cost: 2000
Tooltip:
@@ -233,7 +233,7 @@ HELI:
Queue: Aircraft
BuildAtProductionType: Helicopter
BuildPaletteOrder: 40
Prerequisites: ~hpad, atek, ~techlevel.unrestricted
Prerequisites: ~hpad, atek, ~techlevel.high
Valued:
Cost: 2000
Tooltip:

View File

@@ -154,7 +154,7 @@ ATEF:
Buildable:
BuildPaletteOrder: 940
Queue: Defense
Prerequisites: ~structures.france, ~techlevel.unrestricted
Prerequisites: ~structures.france, ~techlevel.high
Building:
Footprint: xx xx
Dimensions: 2,2

View File

@@ -251,7 +251,7 @@ E7:
Queue: Infantry
BuildAtProductionType: Soldier
BuildPaletteOrder: 120
Prerequisites: ~tent, atek, ~techlevel.unrestricted
Prerequisites: ~tent, atek, ~techlevel.high
BuildLimit: 1
Valued:
Cost: 1200
@@ -476,7 +476,7 @@ SHOK:
Queue: Infantry
BuildAtProductionType: Soldier
BuildPaletteOrder: 130
Prerequisites: ~barr, stek, tsla, ~infantry.russia, ~techlevel.unrestricted
Prerequisites: ~barr, stek, tsla, ~infantry.russia, ~techlevel.high
Valued:
Cost: 400
Tooltip:

View File

@@ -75,7 +75,7 @@ CRATE:
SelectionShares: 3
Units: 4tnk
ValidFactions: soviet, russia, ukraine
Prerequisites: techlevel.unrestricted, fix, techcenter
Prerequisites: techlevel.high, fix, techcenter
GiveUnitCrateAction@squadlight:
SelectionShares: 7
Units: e1,e1,e1,e3,e3

View File

@@ -60,9 +60,12 @@ Player:
ProvidesTechPrerequisite@medium:
Name: Medium
Prerequisites: techlevel.infonly, techlevel.low, techlevel.medium
ProvidesTechPrerequisite@high:
Name: No Superweapons
Prerequisites: techlevel.infonly, techlevel.low, techlevel.medium, techlevel.high
ProvidesTechPrerequisite@unrestricted:
Name: Unrestricted
Prerequisites: techlevel.infonly, techlevel.low, techlevel.medium, techlevel.unrestricted
Prerequisites: techlevel.infonly, techlevel.low, techlevel.medium, techlevel.high, techlevel.unrestricted
GlobalUpgradeManager:
EnemyWatcher:
VeteranProductionIconOverlay:

View File

@@ -60,7 +60,7 @@ MSUB:
Queue: Ship
BuildAtProductionType: Submarine
BuildPaletteOrder: 60
Prerequisites: ~spen, stek, ~techlevel.unrestricted
Prerequisites: ~spen, stek, ~techlevel.high
Valued:
Cost: 2400
Tooltip:
@@ -162,7 +162,7 @@ CA:
Queue: Ship
BuildAtProductionType: Boat
BuildPaletteOrder: 50
Prerequisites: ~syrd, atek, ~techlevel.unrestricted
Prerequisites: ~syrd, atek, ~techlevel.high
Valued:
Cost: 2400
Tooltip:

View File

@@ -60,7 +60,7 @@ GAP:
Buildable:
Queue: Defense
BuildPaletteOrder: 110
Prerequisites: atek, ~structures.allies, ~techlevel.unrestricted
Prerequisites: atek, ~structures.allies, ~techlevel.high
Building:
Footprint: _ x
Dimensions: 1,2
@@ -747,7 +747,7 @@ ATEK:
Buildable:
Queue: Building
BuildPaletteOrder: 140
Prerequisites: weap, dome, ~structures.allies, ~techlevel.unrestricted
Prerequisites: weap, dome, ~structures.allies, ~techlevel.high
Valued:
Cost: 1500
Tooltip:
@@ -1318,7 +1318,7 @@ STEK:
Buildable:
Queue: Building
BuildPaletteOrder: 150
Prerequisites: weap, dome, ~structures.soviet, ~techlevel.unrestricted
Prerequisites: weap, dome, ~structures.soviet, ~techlevel.high
Valued:
Cost: 1500
Tooltip:

View File

@@ -151,7 +151,7 @@ V2RL:
Buildable:
Queue: Vehicle
BuildPaletteOrder: 190
Prerequisites: fix, stek, ~vehicles.soviet, ~techlevel.unrestricted
Prerequisites: fix, stek, ~vehicles.soviet, ~techlevel.high
Valued:
Cost: 2000
CustomBuildTimeValue:
@@ -492,7 +492,7 @@ MGG:
Buildable:
Queue: Vehicle
BuildPaletteOrder: 160
Prerequisites: atek, ~vehicles.france, ~techlevel.unrestricted
Prerequisites: atek, ~vehicles.france, ~techlevel.high
Valued:
Cost: 1200
Tooltip:
@@ -525,7 +525,7 @@ MRJ:
Buildable:
Queue: Vehicle
BuildPaletteOrder: 150
Prerequisites: atek, ~vehicles.allies, ~techlevel.unrestricted
Prerequisites: atek, ~vehicles.allies, ~techlevel.high
Health:
HP: 220
Armor:
@@ -551,7 +551,7 @@ TTNK:
Buildable:
Queue: Vehicle
BuildPaletteOrder: 180
Prerequisites: tsla, stek, ~vehicles.russia, ~techlevel.unrestricted
Prerequisites: tsla, stek, ~vehicles.russia, ~techlevel.high
Valued:
Cost: 1350
Tooltip:
@@ -626,7 +626,7 @@ DTRK:
Buildable:
Queue: Vehicle
BuildPaletteOrder: 170
Prerequisites: stek, ~vehicles.ukraine, ~techlevel.unrestricted
Prerequisites: stek, ~vehicles.ukraine, ~techlevel.high
Valued:
Cost: 2500
Tooltip:
@@ -693,7 +693,7 @@ QTNK:
Buildable:
Queue: Vehicle
BuildPaletteOrder: 200
Prerequisites: fix, stek, ~vehicles.soviet, ~techlevel.unrestricted
Prerequisites: fix, stek, ~vehicles.soviet, ~techlevel.high
Valued:
Cost: 2000
Tooltip:
@@ -720,7 +720,7 @@ STNK:
Buildable:
Queue: Vehicle
BuildPaletteOrder: 140
Prerequisites: atek, ~vehicles.england, ~techlevel.unrestricted
Prerequisites: atek, ~vehicles.england, ~techlevel.high
Valued:
Cost: 1350
Tooltip: