Merge pull request #10621 from teees/ts-fixes

Small ts rules fixes
This commit is contained in:
reaperrr
2016-01-28 12:25:51 +01:00
6 changed files with 24 additions and 12 deletions

View File

@@ -237,7 +237,7 @@ DOGGIE:
MaxMoveDelayInTicks: 45 MaxMoveDelayInTicks: 45
VISC_SML: VISC_SML:
Inherits: ^Viceroid Inherits: ^Visceroid
Tooltip: Tooltip:
Name: Baby Visceroid Name: Baby Visceroid
Description: infantry transmorgifies into this Description: infantry transmorgifies into this
@@ -251,7 +251,7 @@ VISC_SML:
Image: vissml Image: vissml
VISC_LRG: VISC_LRG:
Inherits: ^Viceroid Inherits: ^Visceroid
Tooltip: Tooltip:
Name: Adult Visceroid Name: Adult Visceroid
Description: 2 small visceroids combine into this Description: 2 small visceroids combine into this

View File

@@ -56,7 +56,7 @@ TRUCKB:
Inherits: ^TRUCK Inherits: ^TRUCK
ICBM: ICBM:
Inherits: ^CivilianVoxelVehicle Inherits: ^CivilianVoxelCrusher
Valued: Valued:
Cost: 1400 Cost: 1400
Tooltip: Tooltip:
@@ -79,7 +79,7 @@ ICBM:
Voice: Move Voice: Move
BUS: BUS:
Inherits: ^CivilianVoxelVehicle Inherits: ^CivilianVoxelCrusher
Valued: Valued:
Cost: 800 Cost: 800
Tooltip: Tooltip:
@@ -99,6 +99,7 @@ BUS:
PipCount: 5 PipCount: 5
UnloadVoice: Unload UnloadVoice: Unload
LoadingUpgrades: notmobile LoadingUpgrades: notmobile
EjectOnDeath: true
PICK: PICK:
Inherits: ^CivilianVoxelVehicle Inherits: ^CivilianVoxelVehicle
@@ -121,6 +122,7 @@ PICK:
PipCount: 5 PipCount: 5
UnloadVoice: Unload UnloadVoice: Unload
LoadingUpgrades: notmobile LoadingUpgrades: notmobile
EjectOnDeath: true
CAR: CAR:
Inherits: ^CivilianVoxelVehicle Inherits: ^CivilianVoxelVehicle
@@ -143,6 +145,7 @@ CAR:
PipCount: 5 PipCount: 5
UnloadVoice: Unload UnloadVoice: Unload
LoadingUpgrades: notmobile LoadingUpgrades: notmobile
EjectOnDeath: true
WINI: WINI:
Inherits: ^CivilianVoxelVehicle Inherits: ^CivilianVoxelVehicle
@@ -165,6 +168,7 @@ WINI:
PipCount: 5 PipCount: 5
UnloadVoice: Unload UnloadVoice: Unload
LoadingUpgrades: notmobile LoadingUpgrades: notmobile
EjectOnDeath: true
LOCOMOTIVE: LOCOMOTIVE:
Inherits: ^Train Inherits: ^Train
@@ -175,6 +179,7 @@ LOCOMOTIVE:
Cargo: Cargo:
MaxWeight: 2 MaxWeight: 2
PipCount: 2 PipCount: 2
EjectOnDeath: true
TRAINCAR: TRAINCAR:
Inherits: ^Train Inherits: ^Train
@@ -185,6 +190,7 @@ TRAINCAR:
Cargo: Cargo:
MaxWeight: 10 MaxWeight: 10
PipCount: 5 PipCount: 5
EjectOnDeath: true
CARGOCAR: CARGOCAR:
Inherits: ^Train Inherits: ^Train
@@ -195,3 +201,4 @@ CARGOCAR:
Cargo: Cargo:
MaxWeight: 10 MaxWeight: 10
PipCount: 5 PipCount: 5
EjectOnDeath: true

View File

@@ -450,6 +450,11 @@
Inherits: ^VoxelVehicle Inherits: ^VoxelVehicle
-MustBeDestroyed: -MustBeDestroyed:
^CivilianVoxelCrusher:
Inherits: ^CivilianVoxelVehicle
Mobile:
Crushes: wall, crate, infantry
^Aircraft: ^Aircraft:
Inherits@1: ^GainsExperience Inherits@1: ^GainsExperience
Inherits@2: ^ExistsInWorld Inherits@2: ^ExistsInWorld
@@ -535,7 +540,7 @@
Moves: true Moves: true
Velocity: 86 Velocity: 86
^Viceroid: ^Visceroid:
Inherits@1: ^ExistsInWorld Inherits@1: ^ExistsInWorld
Inherits@2: ^SpriteActor Inherits@2: ^SpriteActor
DrawLineToTarget: DrawLineToTarget:
@@ -694,6 +699,7 @@
Mobile: Mobile:
TerrainSpeeds: TerrainSpeeds:
Rail: 100 Rail: 100
Crushes: wall, crate, infantry
ROT: 5 ROT: 5
Voice: Move Voice: Move
Speed: 113 Speed: 113

View File

@@ -1,5 +1,5 @@
APC: APC:
Inherits: ^VoxelVehicle Inherits: ^VoxelTank
Valued: Valued:
Cost: 600 Cost: 600
Tooltip: Tooltip:
@@ -64,7 +64,7 @@ HVR:
Health: Health:
HP: 230 HP: 230
Armor: Armor:
Type: Light Type: Wood
RevealsShroud: RevealsShroud:
Range: 7c0 Range: 7c0
Armament: Armament:
@@ -87,7 +87,7 @@ HVR:
MovingInterval: 6 MovingInterval: 6
SMECH: SMECH:
Inherits: ^Tank Inherits: ^Vehicle
Valued: Valued:
Cost: 500 Cost: 500
Tooltip: Tooltip:

View File

@@ -45,7 +45,7 @@ BIKE:
Health: Health:
HP: 150 HP: 150
Armor: Armor:
Type: Light Type: Wood
RevealsShroud: RevealsShroud:
Range: 5c0 Range: 5c0
Armament@PRIMARY: Armament@PRIMARY:

View File

@@ -1,5 +1,5 @@
MCV: MCV:
Inherits: ^VoxelVehicle Inherits: ^VoxelTank
Buildable: Buildable:
Queue: Vehicle Queue: Vehicle
BuildPaletteOrder: 110 BuildPaletteOrder: 110
@@ -17,7 +17,6 @@ MCV:
Type: Light Type: Light
Mobile: Mobile:
Speed: 85 Speed: 85
Crushes: wall, crate, infantry
RevealsShroud: RevealsShroud:
Range: 4c0 Range: 4c0
MustBeDestroyed: MustBeDestroyed:
@@ -100,7 +99,7 @@ HARV:
nod: harv.nod nod: harv.nod
LPST: LPST:
Inherits: ^VoxelVehicle Inherits: ^VoxelTank
-AppearsOnRadar: -AppearsOnRadar:
-GainsExperience: -GainsExperience:
Buildable: Buildable: