Crates: Part 1

This commit is contained in:
Paul Chote
2010-01-27 19:46:52 +13:00
parent ddb39f2074
commit d474f06ea9
6 changed files with 161 additions and 1 deletions

View File

@@ -49,7 +49,13 @@ Player:
TechLevel: 5
GivenAuto: no
OneShot: yes
CrateSpawnPower:
Image: 4tnkicon
ChargeTime: 0.001
Description: Spawn Crate
LongDesc: Spawns a crate at a target location
Prerequisites: POWR
TechLevel: 12
World:
WaterPaletteRotation:
ChronoshiftPaletteEffect:
@@ -126,3 +132,10 @@ AGUN:
DOME:
RequiresPower:
CanPowerDown:
CRATE:
Crate:
Unit:
HP: 1
RenderUnit:
BelowUnits:

View File

@@ -49,6 +49,13 @@ Player:
TechLevel: 5
GivenAuto: no
OneShot: yes
CrateSpawnPower:
Image: 4tnkicon
ChargeTime: 0.001
Description: Spawn Crate
LongDesc: Spawns a crate at a target location
Prerequisites: POWR
TechLevel: 12
World:
WaterPaletteRotation:
@@ -415,6 +422,13 @@ DOME:
ProvidesRadar:
IronCurtainable:
CRATE:
Crate:
Unit:
HP: 1
RenderUnit:
BelowUnits:
V2RL:
Inherits: ^Vehicle
Buildable:

View File

@@ -1041,4 +1041,7 @@
<unit name="u2">
<sequence name="idle" start="0" length="16" />
</unit>
<unit name="crate">
<sequence name="idle" start="0" length="16" src="wcrate" />
</unit>
</sequences>