From adc76638e57a6eb32b1f1a0dfd9765f73cefffcd Mon Sep 17 00:00:00 2001 From: reaperrr Date: Sat, 4 Jun 2016 21:14:36 +0200 Subject: [PATCH] Add Delphi, Chan and Moebius to TD --- mods/cnc/audio/voices.yaml | 10 +++++++ mods/cnc/rules/civilian.yaml | 18 ++++++++++++ mods/cnc/sequences/civilian.yaml | 50 ++++++++++++++++++++++++++++++++ 3 files changed, 78 insertions(+) diff --git a/mods/cnc/audio/voices.yaml b/mods/cnc/audio/voices.yaml index 747163cc81..b7576280b8 100644 --- a/mods/cnc/audio/voices.yaml +++ b/mods/cnc/audio/voices.yaml @@ -38,6 +38,16 @@ CivilianFemaleVoice: Zapped: nuyell3 Poisoned: nuyell12 +MoebiusVoice: + Voices: + Select: mcomnd1,mhello1,myes1,mhmmm1,mthanks1 + Move: myesyes1,mplan3,mtiber1,mcourse1 + Action: myesyes1,mplan3,mtiber1,mcourse1 + Die: nuyell1,nuyell4,nuyell5,nuyell6 + Burned: yell1 + Zapped: nuyell3 + Poisoned: nuyell12 + CommandoVoice: Voices: Select: yeah1,yes1,yo1 diff --git a/mods/cnc/rules/civilian.yaml b/mods/cnc/rules/civilian.yaml index 910f75af16..e92d052f30 100644 --- a/mods/cnc/rules/civilian.yaml +++ b/mods/cnc/rules/civilian.yaml @@ -500,6 +500,24 @@ C10: Inherits: ^CivInfantry Inherits@armed: ^ArmedCivilian +DELPHI: + Inherits: ^CivInfantry + Inherits@armed: ^ArmedCivilian + Tooltip: + Name: Agent Delphi + +CHAN: + Inherits: ^CivInfantry + Tooltip: + Name: Dr. Chan + +MOEBIUS: + Inherits: ^CivInfantry + Voiced: + VoiceSet: MoebiusVoice + Tooltip: + Name: Dr. Moebius + VICE: Inherits: ^Viceroid AttackWander: diff --git a/mods/cnc/sequences/civilian.yaml b/mods/cnc/sequences/civilian.yaml index cad93871c3..afc9a36d21 100644 --- a/mods/cnc/sequences/civilian.yaml +++ b/mods/cnc/sequences/civilian.yaml @@ -76,3 +76,53 @@ c9: c10: Inherits: c1 + +delphi: + Inherits: c1 + +moebius: + Defaults: + Tick: 80 + stand: + Facings: 8 + panic-stand: + Start: 8 + Length: 1 + Stride: 6 + Facings: 8 + panic-run: + Start: 8 + Length: 6 + Facings: 8 + run: + Start: 56 + Length: 6 + Facings: 8 + idle1: + Start: 104 + Length: 15 + die1: + Start: 212 + Length: 8 + die2: + Start: 220 + Length: 8 + die3: + Start: 220 + Length: 8 + die4: + Start: 228 + Length: 12 + die5: + Start: 240 + Length: 17 + die6: + Start: 214 + Length: 3 + die-crushed: e1rot + Start: 16 + Length: 4 + Tick: 1600 + +chan: + Inherits: moebius