From 4724ac6b00c8fdc858a428f024665c3d7a76f5f7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthias=20Mail=C3=A4nder?= Date: Thu, 19 Jul 2012 20:08:59 +0200 Subject: [PATCH] experimenting with concrete plates pretty useless at the moment, removed by default --- mods/d2k/rules/structures.yaml | 50 +++++++++++++++++++++++++++++++++- mods/d2k/sequences.yaml | 16 ++++++++++- 2 files changed, 64 insertions(+), 2 deletions(-) diff --git a/mods/d2k/rules/structures.yaml b/mods/d2k/rules/structures.yaml index 55f7badfae..7676bb22df 100644 --- a/mods/d2k/rules/structures.yaml +++ b/mods/d2k/rules/structures.yaml @@ -542,4 +542,52 @@ HEAVYC: QueuedAudio: OnHoldAudio: CancelledAudio: - BlockedAudio: \ No newline at end of file + BlockedAudio: + +#4PLATES: +# Inherits: ^WALL +# Buildable: +# BuildPaletteOrder: 2000 +# Owner: atreides, harkonnen, ordos +# Tooltip: +# Name: Fundament +# Description: Pretty useless at the moment. +# Icon: 4plateicon +# Building: +# TerrainTypes: Rock +# Footprint: = +# BelowUnits: +# LineBuild: +# Range: 4 +# RenderBuildingWall: +# HasMakeAnimation: false +# Image: PLATES +# Wall: +# CrushClasses: plates +# -SelectionDecorations: +# -Selectable: + +#6PLATES: +# Inherits: ^WALL +# Buildable: +# BuildPaletteOrder: 3000 +# Owner: atreides, harkonnen, ordos +# Valued: +# Cost: 120 +# Tooltip: +# Name: Fundament +# Description: Pretty useless at the moment. +# Icon: 6plateicon +# Building: +# TerrainTypes: Rock +# Footprint: = +# BelowUnits: +# LineBuild: +# Range: 6 +# RenderBuildingWall: +# HasMakeAnimation: false +# Image: PLATES +# Wall: +# CrushClasses: plates +# -SelectionDecorations: +# -Selectable: \ No newline at end of file diff --git a/mods/d2k/sequences.yaml b/mods/d2k/sequences.yaml index 36d10e89b2..2e96f6d36e 100644 --- a/mods/d2k/sequences.yaml +++ b/mods/d2k/sequences.yaml @@ -1325,4 +1325,18 @@ parach: Length: 5 idle: Start: 5 - Length: 11 \ No newline at end of file + Length: 11 + +plates: + idle: + Start: 0 + Length: 6 + scratched-idle: + Start: 0 + Length: 6 + damaged-idle: + Start: 0 + Length: 6 + critical-idle: + Start: 0 + Length: 6 \ No newline at end of file