~ubuntu-branches/ubuntu/maverick/asc/maverick

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
42
43
VehicleType { 
   Name = MBV
   ID = 85
   parent = 336
   
   Description = Main Builder Vehicle
   picture = MK1v_mbv.pcx
   InfoImage = mk1v_mbv.jpg
   InfoImageSmall = mk1v_mbv_k.png
   Infotext = [Building und turretunit constructors are perhaps the most important constructing
              vehicles. They are able to place new factories, weapon emplacements,
              power stations, mines, and so on. Without at least one building
              constructor, expansion is impossible.
              
              InfoImage = BananaJoe]

   Armor -= 100
   Transportation ->* VehicleType.TransTurretBig 
   Transportation.MaxLoadableUnits = 2
   Features = construct_vehicles construct_specific_buildings leaves_tracks NoProductionCustomization

   Tank { 
      Material = 70000
      fuel = 70000
   } Tank
   Movement -= 0 0 0 10 0 0 0 0 
   Weight = 90

   Construction { 
      Buildings = 26 29 33-37
      Vehicles = 84 93 94 111 112 117 122 76 110
      Vehiclesinternally = 
      Objects = 9 44 2096 2098 992 2097
      ObjectsRemovable = 992 988 2097
      ObjectGroupsRemovable = 1 2 3 4 7 8 14 21
   } Construction

   Weapons { 
      Initiative = 0
      Number = 1
      Weapon0 ->* VehicleType.Def_MG
   } Weapons
} VehicleType