-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathSeraNukeMission_scenario.lua
41 lines (41 loc) · 1.77 KB
/
SeraNukeMission_scenario.lua
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
version = 3
ScenarioInfo = {
name = 'Seraphim Nuke Mission',
description = 'High command is preparing an attack on Fort Clarke. We are launching an attack against the heavily defended human city of New Sanctuary to draw out and destroy Fort Clarke defenders. For this mission, you are being granted use of the Yolona Oss experimental nuke launcher. You will use it to crush all Coalition forces and destroy New Sanctuary.',
type = 'campaign_coop',
starts = true,
preview = '',
size = {2048, 2048},
map = '/maps/SeraNukeMission/SeraNukeMission.scmap',
save = '/maps/SeraNukeMission/SeraNukeMission_save.lua',
script = '/maps/SeraNukeMission/SeraNukeMission_script.lua',
norushradius = 0.000000,
norushoffsetX_Player1 = 0.000000,
norushoffsetY_Player1 = 0.000000,
norushoffsetX_Seraphim = 0.000000,
norushoffsetY_Seraphim = 0.000000,
norushoffsetX_Order = 0.000000,
norushoffsetY_Order = 0.000000,
norushoffsetX_UEF = 0.000000,
norushoffsetY_UEF = 0.000000,
norushoffsetX_Aeon = 0.000000,
norushoffsetY_Aeon = 0.000000,
norushoffsetX_Cybran = 0.000000,
norushoffsetY_Cybran = 0.000000,
norushoffsetX_Civilians = 0.000000,
norushoffsetY_Civilians = 0.000000,
norushoffsetX_Player2 = 0.000000,
norushoffsetY_Player2= 0.000000,
norushoffsetX_Player3 = 0.000000,
norushoffsetY_Player3 = 0.000000,
norushoffsetX_Player4 = 0.000000,
norushoffsetY_Player4 = 0.000000,
Configurations = {
['standard'] = {
teams = {
{ name = 'FFA', armies = {'Player1','Seraphim','Order','UEF','Aeon','Cybran','Civilians','Player2','Player3','Player4',} },
},
customprops = {
},
},
}}