From 7b6cf403eaf1f6fce9c77be172498a8b17463ad5 Mon Sep 17 00:00:00 2001 From: Christopher Schwarz Date: Fri, 23 Oct 2009 08:21:00 +0000 Subject: * (bug 4006) Prevent human buildables from playing idle sounds while unpowered and give them new slightly-different animations so they also look different. In the case of turrets, 'droop' a bit when unpowered. (Rezyn) --- assets/models/buildables/medistat/animation.cfg | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 assets/models/buildables/medistat/animation.cfg (limited to 'assets/models/buildables/medistat') diff --git a/assets/models/buildables/medistat/animation.cfg b/assets/models/buildables/medistat/animation.cfg new file mode 100644 index 00000000..5a5ab0f7 --- /dev/null +++ b/assets/models/buildables/medistat/animation.cfg @@ -0,0 +1,18 @@ +//medistation +0 8 0 24 // CONSTRUCT +0 8 0 24 // CONSTRUCT +8 19 19 12 // IDLE +32 1 1 1 // IDLE2-HEAL +0 1 1 1 // IDLE3-NOPOWER +27 6 0 24 // ATTACK1-HEAL +0 0 0 0 // ATTACK2 +0 0 0 0 // SPAWN1 +0 0 0 0 // SPAWN2 +0 0 0 0 // PAIN1 +0 0 0 0 // PAIN2 +33 1 0 5 // DESTROY +0 0 0 0 // DESTROY2 +33 1 1 1 // DEAD + +//attack is the heal activate +//idle2 is the heal idle -- cgit