~ubuntu-branches/ubuntu/lucid/warzone2100/lucid

« back to all changes in this revision

Viewing changes to data/base/script/data/vtols3-4.vlo

  • Committer: Bazaar Package Importer
  • Author(s): Christoph Egger, Paul Wise, Christoph Egger
  • Date: 2009-06-29 17:12:52 UTC
  • mfrom: (1.1.11 upstream) (2.1.7 squeeze)
  • Revision ID: james.westby@ubuntu.com-20090629171252-5ddnlfg3zfchrega
Tags: 2.2.1+dfsg1-1
[ Paul Wise ]
* New upstream release (Closes: #534962)
* Adjust the flex build-depends to take account of the conflict
  with all the versions of flex 2.5.34 (LP: #372872)
* Make the -music Recommends more strict, 2.1 music doesn't work
  with 2.2.
* Upstream moved the downloads to sourceforge, update the watch file
* Bump Standards-Version, no changes needed
* Drop use of dh_desktop since it no longer does anything
* Recommend the new warzone2100-video package, version 2.2 or similar
* Mention the warzone2100 crash reports in the -dbg package description

[ Christoph Egger ]
* Replace CC-2.0 graphic from cybersphinx, create a new tarball
* Add myself to uploaders

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
//VLO  file for VTOLS with factory production
 
2
 
 
3
//VTOL3-4.VLO
 
4
 
 
5
script "VTOLS2.slo"
 
6
run
 
7
{
 
8
padPlayer       int             3
 
9
 
 
10
// vtol groups - MAX 4
 
11
numGroups               int             3
 
12
 
 
13
groupX1[0]              int             64      //defines start group area to add
 
14
groupY1[0]              int             64
 
15
groupX2[0]              int             128
 
16
groupY2[0]              int             128
 
17
VTOLsize[0]             int             5                       //number of droids in group
 
18
templates[0]            TEMPLATE        "NX-M-Bomb2-VTOL"       //"NX-M-Bomb4-VTOL"
 
19
targetObjType[0]        int             1               // 0 - droid, 1 - structure
 
20
groupFactory[0]         STRUCTURE       748
 
21
startTime[0]            int             6       //60sec (*10secs)
 
22
everyTime[0]            int             18      //3mins (*10secs)
 
23
 
 
24
groupX1[1]              int             6080    //defines start group area to add
 
25
groupY1[1]              int             10944
 
26
groupX2[1]              int             6464
 
27
groupY2[1]              int             11456
 
28
VTOLsize[1]             int             4                       //number of droids in group
 
29
templates[1]            TEMPLATE        "NX-L-PulseLas-VTOL"
 
30
targetObjType[1]        int             0               // 0 - droid, 1 - structure
 
31
groupFactory[1]         STRUCTURE       746
 
32
startTime[1]            int             2       //20sec (*10secs)
 
33
everyTime[1]            int             18      //3mins (*10secs)
 
34
 
 
35
groupX1[2]              int             7232    //defines start group area to add
 
36
groupY1[2]              int             10944
 
37
groupX2[2]              int             7616
 
38
groupY2[2]              int             11456
 
39
VTOLsize[2]             int             4                       //number of droids in group
 
40
templates[2]            TEMPLATE        "NX-L-Missile-A-T-VTOL"
 
41
targetObjType[2]        int             0               // 0 - droid, 1 - structure
 
42
groupFactory[2]         STRUCTURE       748
 
43
startTime[2]            int             2       //20sec (*10secs)
 
44
everyTime[2]            int             18      //3mins (*10secs)
 
45
 
 
46
///preferred targets (max 4 each struc/droid)
 
47
numPrefStruc                    int     2
 
48
prefStruc       [0]             int     16384   //DEF_IDF
 
49
prefStruc       [1]             int     2048    //Sensors
 
50
//prefStruc     [2]             int     2       //Factory
 
51
//prefStruc     [3]             int     512     //VTOL factory
 
52
/* Structure Target preference types and values
 
53
ST_HQ                                   = 1,
 
54
ST_FACTORY                              = 2,
 
55
ST_POWER_GEN                            = 4,
 
56
ST_RESOURCE_EXTRACTOR                   = 8,
 
57
ST_WALL                                 = 16,
 
58
ST_RESEARCH                             = 32,
 
59
ST_REPAIR_FACILITY                      = 64,
 
60
ST_COMMAND_CONTROL                      = 128,
 
61
ST_CYBORG_FACTORY                       = 256,
 
62
ST_VTOL_FACTORY                         = 512,
 
63
ST_REARM_PAD                            = 1024,
 
64
ST_SENSOR                               = 2048,
 
65
ST_DEF_GROUND                           = 4096,
 
66
ST_DEF_AIR                              = 8192,
 
67
ST_DEF_IDF                              = 16384,
 
68
ST_DEF_ALL                              = 28672,        - ground/air/idf structures
 
69
*/
 
70
 
 
71
numPrefDroid                    int     2
 
72
prefDroid       [0]             int     64      //IDF
 
73
prefDroid       [1]             int     2       //sensor
 
74
//prefDroid     [2]             int     2048    //tracks
 
75
//prefDroid     [3]             int     1       //commander
 
76
 
 
77
/* Droid target preference types and values
 
78
// turret types
 
79
DT_COMMAND                              = 1,
 
80
DT_SENSOR                               = 2,
 
81
DT_CONSTRUCT                            = 4,
 
82
DT_REPAIR                               = 8,
 
83
DT_WEAP_GROUND                          = 16,
 
84
DT_WEAP_AIR                             = 32,
 
85
DT_WEAP_IDF                             = 64,
 
86
DT_WEAP_ALL                             = 112,          - ground/air/idf droids
 
87
 
 
88
// body types
 
89
DT_LIGHT                                = 128,
 
90
DT_MEDIUM                               = 256,
 
91
DT_HEAVY                                = 512,
 
92
DT_SUPER_HEAVY                          = 1024,         - transporter only
 
93
 
 
94
// propulsion
 
95
DT_TRACK                                = 2048,
 
96
DT_HTRACK                               = 4096,
 
97
DT_WHEEL                                = 8192,
 
98
DT_LEGS                                 = 16384,
 
99
DT_GROUND                               = 30720,
 
100
DT_VTOL                                 = 32768,
 
101
DT_HOVER                                = 65536,        - any ground propulsion
 
102
*/
 
103
}
 
 
b'\\ No newline at end of file'