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

« back to all changes in this revision

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