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

« back to all changes in this revision

Viewing changes to data/script/data/vtols2-7.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
 
//VTOL2-7.VLO
4
 
 
5
 
script "VTOLS2.slo"
6
 
run
7
 
{
8
 
padPlayer       int             2
9
 
 
10
 
// vtol groups - MAX 4
11
 
numGroups               int             2
12
 
 
13
 
 
14
 
groupX1[0]                      int             1088    //defines start group area to add
15
 
groupY1[0]                      int             2240
16
 
groupX2[0]                      int             1984    //1728
17
 
groupY2[0]                      int             2496
18
 
VTOLsize[0]                     int             4                       //number of droids in group
19
 
templates[0]            TEMPLATE        "CO-L-RotMG-VTOL"
20
 
targetObjType[0]                int             0               // 0 - droid, 1 - structure
21
 
groupFactory[0]         STRUCTURE       437
22
 
startTime[0]            int             3       //10sec (*10secs)
23
 
everyTime[0]            int             12      //2mins (*10secs)
24
 
 
25
 
groupX1[1]                      int             4928    //defines start group area to add
26
 
groupY1[1]                      int             704
27
 
groupX2[1]                      int             5440
28
 
groupY2[1]                      int             1472
29
 
VTOLsize[1]                     int             3                       //number of droids in group
30
 
templates[1]            TEMPLATE        "CO-M-Bomb2-VTOL"
31
 
targetObjType[1]                int             1               // 0 - droid, 1 - structure
32
 
groupFactory[1]         STRUCTURE       437
33
 
startTime[1]            int             4       //20sec (*10secs)
34
 
everyTime[1]            int             18      //3mins (*10secs)
35
 
 
36
 
//preferred targets (max 4 each struc/droid)
37
 
numPrefStruc                    int     1
38
 
prefStruc       [0]             int     1       //HQ
39
 
//prefStruc     [1]             int     4       //PowerGen
40
 
//prefStruc     [2]             int     2       //Factory
41
 
//prefStruc     [3]             int     512     //VTOL factory
42
 
/* Structure Target preference types and values
43
 
ST_HQ                                   = 1,
44
 
ST_FACTORY                              = 2,
45
 
ST_POWER_GEN                            = 4,
46
 
ST_RESOURCE_EXTRACTOR                   = 8,
47
 
ST_WALL                                 = 16,
48
 
ST_RESEARCH                             = 32,
49
 
ST_REPAIR_FACILITY                      = 64,
50
 
ST_COMMAND_CONTROL                      = 128,
51
 
ST_CYBORG_FACTORY                       = 256,
52
 
ST_VTOL_FACTORY                         = 512,
53
 
ST_REARM_PAD                            = 1024,
54
 
ST_SENSOR                               = 2048,
55
 
ST_DEF_GROUND                           = 4096,
56
 
ST_DEF_AIR                              = 8192,
57
 
ST_DEF_IDF                              = 16384,
58
 
ST_DEF_ALL                              = 28672,        - ground/air/idf structures
59
 
*/
60
 
 
61
 
numPrefDroid                    int     0
62
 
//prefDroid     [0]             int     2       //sensor
63
 
//prefDroid     [1]             int     16384   //cyborgs
64
 
//prefDroid     [2]             int     2048    //tracks
65
 
//prefDroid     [3]             int     1       //commander
66
 
 
67
 
/* Droid target preference types and values
68
 
// turret types
69
 
DT_COMMAND                              = 1,
70
 
DT_SENSOR                               = 2,
71
 
DT_CONSTRUCT                            = 4,
72
 
DT_REPAIR                               = 8,
73
 
DT_WEAP_GROUND                          = 16,
74
 
DT_WEAP_AIR                             = 32,
75
 
DT_WEAP_IDF                             = 64,
76
 
DT_WEAP_ALL                             = 112,          - ground/air/idf droids
77
 
 
78
 
// body types
79
 
DT_LIGHT                                = 128,
80
 
DT_MEDIUM                               = 256,
81
 
DT_HEAVY                                = 512,
82
 
DT_SUPER_HEAVY                          = 1024,         - transporter only
83
 
 
84
 
// propulsion
85
 
DT_TRACK                                = 2048,
86
 
DT_HTRACK                               = 4096,
87
 
DT_WHEEL                                = 8192,
88
 
DT_LEGS                                 = 16384,
89
 
DT_GROUND                               = 30720,
90
 
DT_VTOL                                 = 32768,
91
 
DT_HOVER                                = 65536,        - any ground propulsion
92
 
*/
93
 
}
 
 
b'\\ No newline at end of file'