diff --git a/mods/cnc/bits/pvice.shp b/mods/cnc/bits/pvice.shp new file mode 100644 index 0000000000..d3cebfd819 Binary files /dev/null and b/mods/cnc/bits/pvice.shp differ diff --git a/mods/cnc/chrome-ingame.yaml b/mods/cnc/chrome-ingame.yaml index d7a35aed69..ede01b1b99 100644 --- a/mods/cnc/chrome-ingame.yaml +++ b/mods/cnc/chrome-ingame.yaml @@ -88,12 +88,14 @@ tabs-selected: tabs.png gdi-Building: 0,0,27,41 gdi-Defense: 0,40,27,41 gdi-Infantry: 0,80,27,41 + gdi-Biolab: 0,80,27,41 gdi-Vehicle: 0,120,27,41 gdi-Plane: 0,160,27,41 gdi-Ship: 0,200,27,41 nod-Building: 80,0,27,41 nod-Defense: 80,40,27,41 nod-Infantry: 80,80,27,41 + nod-Biolab: 80,80,27,41 nod-Vehicle: 80,120,27,41 nod-Plane: 80,160,27,41 nod-Ship: 80,200,27,41 @@ -102,12 +104,14 @@ tabs-ready: tabs.png gdi-Building: 27,0,27,41 gdi-Defense: 27,40,27,41 gdi-Infantry: 27,80,27,41 + gdi-Biolab: 27,80,27,41 gdi-Vehicle: 27,120,27,41 gdi-Plane: 27,160,27,41 gdi-Ship: 27,200,27,41 nod-Building: 107,0,27,41 nod-Defense: 107,40,27,41 nod-Infantry: 107,80,27,41 + nod-Biolab: 107,80,27,41 nod-Vehicle: 107,120,27,41 nod-Plane: 107,160,27,41 nod-Ship: 107,200,27,41 @@ -116,12 +120,14 @@ tabs-normal: tabs.png gdi-Building: 54,0,27,41 gdi-Defense: 54,40,27,41 gdi-Infantry: 54,80,27,41 + gdi-Biolab: 54,80,27,41 gdi-Vehicle: 54,120,27,41 gdi-Plane: 54,160,27,41 gdi-Ship: 54,200,27,41 nod-Building: 134,0,27,41 nod-Defense: 134,40,27,41 nod-Infantry: 134,80,27,41 + nod-Biolab: 134,80,27,41 nod-Vehicle: 134,120,27,41 nod-Plane: 134,160,27,41 nod-Ship: 134,200,27,41 diff --git a/mods/cnc/rules/infantry.yaml b/mods/cnc/rules/infantry.yaml index a0c0ac496e..4bbe3e4e88 100644 --- a/mods/cnc/rules/infantry.yaml +++ b/mods/cnc/rules/infantry.yaml @@ -183,4 +183,23 @@ RMBO: RenderInfantryProne: IdleAnimations: idle1,idle2,idle3 AnnounceOnBuild: - AnnounceOnKill: \ No newline at end of file + AnnounceOnKill: + +PVICE: + Inherits:VICE + -AttackWander + Mobile: + Crushes: crate + Buildable: + Queue: Biolab + BuildPaletteOrder: 40 + Owner: gdi, nod + Prerequisites: bio + Tooltip: + Description: Mutated abomination that spits liquid tiberium.\n Strong vs Infantry, Buildings\n Weak vs Aircraft + Icon: viceicnh + DrawLineToTarget: + Selectable: + Voice: DinoVoice + ActorLostNotification: + Notification: unitlost.aud \ No newline at end of file diff --git a/mods/cnc/rules/tech.yaml b/mods/cnc/rules/tech.yaml index 20271142d2..8ff2786c19 100644 --- a/mods/cnc/rules/tech.yaml +++ b/mods/cnc/rules/tech.yaml @@ -46,6 +46,24 @@ BIO: Dimensions: 2,2 Tooltip: Name: Bio Lab + Exit@1: + SpawnOffset: 0,-10 + ExitCell: 0,-1 + Production: + Produces: Biolab + ProductionQueue: + Type: Biolab + BuildSpeed: .4 + LowPowerSlowdown: 3 + QueuedAudio: bldging1.aud + ReadyAudio: unitredy.aud + OnHoldAudio: onhold1.aud + CancelledAudio: cancel1.aud + ProductionBar: + Capturable: + -DeadBuildingState: + RallyPoint: + RallyPoint: -1,-1 # Prison / Tech Center MISS: diff --git a/mods/cnc/sequences/infantry.yaml b/mods/cnc/sequences/infantry.yaml index f8c6ad87e3..44b9cf463c 100644 --- a/mods/cnc/sequences/infantry.yaml +++ b/mods/cnc/sequences/infantry.yaml @@ -6,6 +6,14 @@ vice: Start: 0 Length: 13 Facings: 8 +pvice: + idle: + Start: 0 + Length: * + muzzle: chem + Start: 0 + Length: 13 + Facings: 8 e1: stand: Start: 0 diff --git a/mods/cnc/voices.yaml b/mods/cnc/voices.yaml index 5ff93d1010..13e0217c0b 100644 --- a/mods/cnc/voices.yaml +++ b/mods/cnc/voices.yaml @@ -37,3 +37,10 @@ CommandoVoice: Die: ramyell1 Build: rokroll1 Kill: keepem1,laugh1,lefty1 + +DinoVoice: + Voices: + Select: dinoyes + Move: dinomout + Attack: dinoatk1 + Die: dinodie1