From 2606487474c9852272000578af04802554ec032a Mon Sep 17 00:00:00 2001 From: codeimp Date: Sun, 27 Apr 2008 12:46:05 +0000 Subject: [PATCH] Updated sector type 14 in several game configuration, according to this topic: http://www.doomworld.com/vb/doom-editing/43098-doom-sector-type-effect-14/ --- Build/Configurations/Boom.cfg | 2 +- Build/Configurations/Doom.cfg | 2 +- Build/Configurations/Doom2.cfg | 2 +- Build/Configurations/Edge.cfg | 2 +- Build/Configurations/Eternity.cfg | 2 +- Build/Configurations/Eternity_DoomUDMF.cfg | 2 +- Build/Configurations/Heretic.cfg | 2 +- Build/Configurations/Legacy.cfg | 2 +- Build/Configurations/Risen3D.cfg | 2 +- Build/Configurations/Skulltag_Doom.cfg | 2 +- Build/Configurations/Strife.cfg | 2 +- Build/Configurations/UltDoom.cfg | 2 +- Build/Configurations/ZDoom_Doom.cfg | 2 +- Build/Configurations/jDoom.cfg | 2 +- 14 files changed, 14 insertions(+), 14 deletions(-) diff --git a/Build/Configurations/Boom.cfg b/Build/Configurations/Boom.cfg index 06b82648..b4627a33 100644 --- a/Build/Configurations/Boom.cfg +++ b/Build/Configurations/Boom.cfg @@ -243,7 +243,7 @@ sectortypes 11 = "Damage -10 or 20% health and End level"; 12 = "Light Blinks (0.5 sec sync)"; 13 = "Light Blinks (1 sec sync)"; - 14 = "Door Open Stay (after 300 sec)"; + 14 = "Door Open Close (opens after 5 min)"; 16 = "Damage -10 or 20% health"; 17 = "Light Flickers (randomly)"; } diff --git a/Build/Configurations/Doom.cfg b/Build/Configurations/Doom.cfg index 6a3fb9b4..0f838c76 100644 --- a/Build/Configurations/Doom.cfg +++ b/Build/Configurations/Doom.cfg @@ -238,7 +238,7 @@ sectortypes 11 = "Damage -10 or 20% health and End level"; 12 = "Light Blinks (0.5 sec sync)"; 13 = "Light Blinks (1 sec sync)"; - 14 = "Door Open Stay (after 300 sec)"; + 14 = "Door Open Close (opens after 5 min)"; 16 = "Damage -10 or 20% health"; } diff --git a/Build/Configurations/Doom2.cfg b/Build/Configurations/Doom2.cfg index cef5aa36..7dce5959 100644 --- a/Build/Configurations/Doom2.cfg +++ b/Build/Configurations/Doom2.cfg @@ -356,7 +356,7 @@ sectortypes 11 = "Damage -10 or 20% health and End level"; 12 = "Light Blinks (0.5 sec sync)"; 13 = "Light Blinks (1 sec sync)"; - 14 = "Door Open Stay (after 300 sec)"; + 14 = "Door Open Close (opens after 5 min)"; 16 = "Damage -10 or 20% health"; 17 = "Light Flickers (randomly)"; } diff --git a/Build/Configurations/Edge.cfg b/Build/Configurations/Edge.cfg index b049ca10..7275d0a4 100644 --- a/Build/Configurations/Edge.cfg +++ b/Build/Configurations/Edge.cfg @@ -238,7 +238,7 @@ sectortypes 11 = "End Damage Special"; 12 = "Light Sync Half Second"; 13 = "Light Sync 1 Second"; - 14 = "Ceiling Open 5 Min"; + 14 = "Door Open Close (opens after 5 min)"; 16 = "Damage Extreme"; 17 = "Light Flicker"; 18 = "EDGE Water Liquid Extrafloor SCROLL/PUSH North"; diff --git a/Build/Configurations/Eternity.cfg b/Build/Configurations/Eternity.cfg index ce601b38..39ade43e 100644 --- a/Build/Configurations/Eternity.cfg +++ b/Build/Configurations/Eternity.cfg @@ -238,7 +238,7 @@ sectortypes 11 = "Damage -10 or 20% health and End level"; 12 = "Light Blinks (0.5 sec sync)"; 13 = "Light Blinks (1 sec sync)"; - 14 = "Door Open Stay (after 300 sec)"; + 14 = "Door Open Close (opens after 5 min)"; 16 = "Damage -10 or 20% health"; 17 = "Light Flickers (randomly)"; } diff --git a/Build/Configurations/Eternity_DoomUDMF.cfg b/Build/Configurations/Eternity_DoomUDMF.cfg index 1306e0b1..d4f62331 100644 --- a/Build/Configurations/Eternity_DoomUDMF.cfg +++ b/Build/Configurations/Eternity_DoomUDMF.cfg @@ -293,7 +293,7 @@ sectortypes 11 = "Damage -10 or 20% health and End level"; 12 = "Light Blinks (0.5 sec sync)"; 13 = "Light Blinks (1 sec sync)"; - 14 = "Door Open Stay (after 300 sec)"; + 14 = "Door Open Close (opens after 5 min)"; 16 = "Damage -10 or 20% health"; 17 = "Light Flickers (randomly)"; } diff --git a/Build/Configurations/Heretic.cfg b/Build/Configurations/Heretic.cfg index ccf7c740..75971096 100644 --- a/Build/Configurations/Heretic.cfg +++ b/Build/Configurations/Heretic.cfg @@ -238,7 +238,7 @@ sectortypes 10 = "Door Close Stay (after 30 sec)"; 12 = "Light Blinks (0.5 sec sync)"; 13 = "Light Blinks (1 sec sync)"; - 14 = "Door Open Stay (after 300 sec)"; + 14 = "Door Open Close (opens after 5 min)"; 15 = "Friction"; 16 = "Damage -10 or 20% health"; 21 = "Scroll East (slow)"; diff --git a/Build/Configurations/Legacy.cfg b/Build/Configurations/Legacy.cfg index 57e96e0f..3238fa6b 100644 --- a/Build/Configurations/Legacy.cfg +++ b/Build/Configurations/Legacy.cfg @@ -227,7 +227,7 @@ sectortypes 11 = "Damage -10 or 20% health and End level"; 12 = "Light Blinks (0.5 sec sync)"; 13 = "Light Blinks (1 sec sync)"; - 14 = "Door Open Stay (after 300 sec)"; + 14 = "Door Open Close (opens after 5 min)"; 16 = "Damage -10 or 20% health"; 17 = "Light Flickers (randomly)"; } diff --git a/Build/Configurations/Risen3D.cfg b/Build/Configurations/Risen3D.cfg index 3fd348b5..d53a8005 100644 --- a/Build/Configurations/Risen3D.cfg +++ b/Build/Configurations/Risen3D.cfg @@ -260,7 +260,7 @@ sectortypes 11 = "Damage -10 or 20% health and End level"; 12 = "Light Blinks (0.5 sec sync)"; 13 = "Light Blinks (1 sec sync)"; - 14 = "Door Open Stay (after 300 sec)"; + 14 = "Door Open Close (opens after 5 min)"; 16 = "Damage -10 or 20% health"; 17 = "Light Flickers (randomly)"; } diff --git a/Build/Configurations/Skulltag_Doom.cfg b/Build/Configurations/Skulltag_Doom.cfg index f95cdf77..47cc5986 100644 --- a/Build/Configurations/Skulltag_Doom.cfg +++ b/Build/Configurations/Skulltag_Doom.cfg @@ -243,7 +243,7 @@ sectortypes 11 = "Damage -10 or 20% health and End level"; 12 = "Light Blinks (0.5 sec sync)"; 13 = "Light Blinks (1 sec sync)"; - 14 = "Door Open Stay (after 300 sec)"; + 14 = "Door Open Close (opens after 5 min)"; 16 = "Damage -10 or 20% health"; 17 = "Light Flickers (randomly)"; diff --git a/Build/Configurations/Strife.cfg b/Build/Configurations/Strife.cfg index facd30c5..bfbd36c0 100644 --- a/Build/Configurations/Strife.cfg +++ b/Build/Configurations/Strife.cfg @@ -238,7 +238,7 @@ sectortypes 11 = "Damage -10 or 20% health and End level"; 12 = "Light Blinks on (0.5 sec sync)"; 13 = "Light Blinks off (1 sec sync)"; - 14 = "Door Open Stay (after 300 sec)"; + 14 = "Door Open Close (opens after 5 min)"; 15 = "Instant Death"; 16 = "Damage -10 or 20% health"; 17 = "Light Flickers on/off (randomly)"; diff --git a/Build/Configurations/UltDoom.cfg b/Build/Configurations/UltDoom.cfg index 5f74eaf2..a9430453 100644 --- a/Build/Configurations/UltDoom.cfg +++ b/Build/Configurations/UltDoom.cfg @@ -238,7 +238,7 @@ sectortypes 11 = "Damage -10 or 20% health and End level"; 12 = "Light Blinks (0.5 sec sync)"; 13 = "Light Blinks (1 sec sync)"; - 14 = "Door Open Stay (after 300 sec)"; + 14 = "Door Open Close (opens after 5 min)"; 16 = "Damage -10 or 20% health"; 17 = "Light Flickers (randomly)"; } diff --git a/Build/Configurations/ZDoom_Doom.cfg b/Build/Configurations/ZDoom_Doom.cfg index 0533e449..3ecb69a8 100644 --- a/Build/Configurations/ZDoom_Doom.cfg +++ b/Build/Configurations/ZDoom_Doom.cfg @@ -243,7 +243,7 @@ sectortypes 11 = "Damage -10 or 20% health and End level"; 12 = "Light Blinks (0.5 sec sync)"; 13 = "Light Blinks (1 sec sync)"; - 14 = "Door Open Stay (after 300 sec)"; + 14 = "Door Open Close (opens after 5 min)"; 16 = "Damage -10 or 20% health"; 17 = "Light Flickers (randomly)"; 21 = "Light Phased"; diff --git a/Build/Configurations/jDoom.cfg b/Build/Configurations/jDoom.cfg index 37c12384..a3f8dff7 100644 --- a/Build/Configurations/jDoom.cfg +++ b/Build/Configurations/jDoom.cfg @@ -260,7 +260,7 @@ sectortypes 11 = "Damage -10 or 20% health and End level"; 12 = "Light Blinks (0.5 sec sync)"; 13 = "Light Blinks (1 sec sync)"; - 14 = "Door Open Stay (after 300 sec)"; + 14 = "Door Open Close (opens after 5 min)"; 16 = "Damage -10 or 20% health"; 17 = "Light Flickers (randomly)"; }