Skip to content
This repository was archived by the owner on Jan 5, 2024. It is now read-only.

Commit f6cff46

Browse files
committed
Reworked the "Bunker Breach" activity to encompass "Siege" as well (needs testing!!)
1 parent a04e930 commit f6cff46

11 files changed

+381
-772
lines changed

Base.rte/Activities.ini

Lines changed: 3 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -112,10 +112,9 @@ AddActivity = GAScripted
112112
ScriptFile = Base.rte/Activities/BunkerBreach.lua
113113
InCampaignStage = 1
114114
LuaClassName = BunkerBreach
115-
CPUTeam = 1
116-
Team1Name = Players
117-
Team2Name = AI
118-
MinTeamsRequired = 1
115+
Team1Name = Attackers
116+
Team2Name = Defenders
117+
MinTeamsRequired = 2
119118
DefaultGoldCake = 6000
120119
DefaultGoldEasy = 5000
121120
DefaultGoldMedium = 4000
@@ -126,28 +125,6 @@ AddActivity = GAScripted
126125
DeployUnitsSwitchEnabled = 0
127126
128127
129-
AddActivity = GAScripted
130-
PresetName = Siege
131-
SceneName = Zekarra Mining Outpost
132-
Description = Defend a bunker attacked by an AI controlled faction, alone or with your friends.
133-
ScriptFile = Base.rte/Activities/Siege.lua
134-
InCampaignStage = 1
135-
LuaClassName = Siege
136-
CPUTeam = 0
137-
Team1Name = AI
138-
Team2Name = Players
139-
MinTeamsRequired = 1
140-
DefaultGoldCake = 2500
141-
DefaultGoldEasy = 1000
142-
DefaultGoldMedium = 500
143-
DefaultGoldHard = 0
144-
DefaultGoldNuts = 0
145-
DefaultDeployUnits = 1
146-
DeployUnitsSwitchEnabled = 0
147-
DefaultFogOfWar = 0
148-
FogOfWarSwitchEnabled = 0
149-
150-
151128
AddActivity = GAScripted
152129
PresetName = Keepie Uppie
153130
Description = Keep your rocket alive until time is up!

0 commit comments

Comments
 (0)