From e6eb7a976810d773cd2eae201b060ea70d891e1c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthias=20Mail=C3=A4nder?= Date: Thu, 5 Dec 2013 13:09:13 +0100 Subject: [PATCH 1/3] heal visceroids on tiberium closes #3302 --- mods/cnc/rules/civilian.yaml | 4 +++- mods/cnc/weapons.yaml | 7 +++++++ 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/mods/cnc/rules/civilian.yaml b/mods/cnc/rules/civilian.yaml index d1ab0e633a..cdb8e5aa01 100644 --- a/mods/cnc/rules/civilian.yaml +++ b/mods/cnc/rules/civilian.yaml @@ -452,4 +452,6 @@ VICE: Guardable: UpdatesPlayerStatistics: BodyOrientation: - QuantizedFacings: 8 \ No newline at end of file + QuantizedFacings: 8 + PoisonedByTiberium: + Weapon: Heal \ No newline at end of file diff --git a/mods/cnc/weapons.yaml b/mods/cnc/weapons.yaml index 284e77dccd..1ee596301e 100644 --- a/mods/cnc/weapons.yaml +++ b/mods/cnc/weapons.yaml @@ -858,6 +858,13 @@ Tiberium: Damage: 1 PreventProne: yes +Heal: + ROF: 4 + Warhead: + Spread: 1 + Damage: -1 + PreventProne: yes + APCGun: ROF: 12 Range: 5 From 2d17ec41b6722dd20c58c7dc8c05353248bfdf79 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthias=20Mail=C3=A4nder?= Date: Thu, 5 Dec 2013 13:10:04 +0100 Subject: [PATCH 2/3] speed up visceroids on Tiberium slow them down everywhere else --- mods/cnc/rules/civilian.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/mods/cnc/rules/civilian.yaml b/mods/cnc/rules/civilian.yaml index cdb8e5aa01..af8da068c4 100644 --- a/mods/cnc/rules/civilian.yaml +++ b/mods/cnc/rules/civilian.yaml @@ -419,12 +419,12 @@ VICE: Mobile: Speed: 5 TerrainSpeeds: - Clear: 90 - Rough: 80 - Road: 100 - Tiberium: 70 - BlueTiberium: 70 - Beach: 80 + Clear: 70 + Rough: 60 + Road: 70 + Tiberium: 100 + BlueTiberium: 100 + Beach: 60 Selectable: Voice: DinoVoice TargetableUnit: From 3e2690a1ad530b8c68def35ec4443f6f7d1821a0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthias=20Mail=C3=A4nder?= Date: Fri, 6 Dec 2013 11:00:39 +0100 Subject: [PATCH 3/3] Update CHANGELOG --- CHANGELOG | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG b/CHANGELOG index 7d6b8c7976..78f06bd4aa 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -67,6 +67,7 @@ NEW: Added cash tick sounds. Disabled the main menu target reticle showing when a window is open. Added a display of the faction logos when the shellmap is disabled. + Visceriods now heal on Tiberium and move faster there. Dune 2000: Added buildable concrete walls. Fixed some cliffs being passable.