mirror of
https://git.do.srb2.org/STJr/UltimateZoneBuilder.git
synced 2025-01-18 22:41:46 +00:00
Fixed: returned accidentally lost Skulltag thing types
This commit is contained in:
parent
ce6074fd9f
commit
589b674656
1 changed files with 118 additions and 7 deletions
|
@ -101,12 +101,24 @@ doomheretichexen
|
|||
hangs = 0;
|
||||
blocking = 0;
|
||||
|
||||
5030
|
||||
{
|
||||
title = "Turbo Sphere";
|
||||
sprite = "TURBA0";
|
||||
height = 45;
|
||||
}
|
||||
5032
|
||||
{
|
||||
title = "Time-freeze Sphere";
|
||||
sprite = "TIMEA0";
|
||||
height = 45;
|
||||
}
|
||||
5035
|
||||
{
|
||||
title = "Invisibility Sphere";
|
||||
sprite = "SINVA0";
|
||||
height = 45;
|
||||
}
|
||||
5036
|
||||
{
|
||||
title = "Doomsphere";
|
||||
|
@ -757,6 +769,37 @@ doom
|
|||
blocking = 2;
|
||||
error = 2;
|
||||
|
||||
// Skulltag
|
||||
5206
|
||||
{
|
||||
title = "Dark Imp Spawner";
|
||||
sprite = "DIMPA2A8";
|
||||
include("Zandronum_misc.cfg", "invasionspawnerargs");
|
||||
}
|
||||
5209
|
||||
{
|
||||
title = "Blood Demon Spawner";
|
||||
width = 30;
|
||||
sprite = "SRG2A2A8";
|
||||
include("Zandronum_misc.cfg", "invasionspawnerargs");
|
||||
}
|
||||
5219
|
||||
{
|
||||
title = "Hectebus Spawner";
|
||||
width = 48;
|
||||
sprite = "HECTC2C8";
|
||||
height = 64;
|
||||
include("Zandronum_misc.cfg", "invasionspawnerargs");
|
||||
}
|
||||
5223
|
||||
{
|
||||
title = "Belphegor Spawner";
|
||||
width = 24;
|
||||
sprite = "BOS3A2A8";
|
||||
height = 64;
|
||||
}
|
||||
|
||||
// Doom
|
||||
5220
|
||||
{
|
||||
title = "Arachnotron Spawner";
|
||||
|
@ -912,6 +955,33 @@ doom
|
|||
hangs = 0;
|
||||
blocking = 0;
|
||||
|
||||
// Skulltag
|
||||
5271
|
||||
{
|
||||
title = "Minigun Spawner";
|
||||
sprite = "MNGNA0";
|
||||
include("Zandronum_misc.cfg", "invasionspawnerargs");
|
||||
}
|
||||
5273
|
||||
{
|
||||
title = "Grenade Launcher Spawner";
|
||||
sprite = "GLAUA0";
|
||||
include("Zandronum_misc.cfg", "invasionspawnerargs");
|
||||
}
|
||||
5275
|
||||
{
|
||||
title = "Railgun Spawner";
|
||||
sprite = "RAILA0";
|
||||
include("Zandronum_misc.cfg", "invasionspawnerargs");
|
||||
}
|
||||
5277
|
||||
{
|
||||
title = "BFG10000 Spawner";
|
||||
sprite = "BFG2A0";
|
||||
include("Zandronum_misc.cfg", "invasionspawnerargs");
|
||||
}
|
||||
|
||||
// Doom
|
||||
5267
|
||||
{
|
||||
title = "Chainsaw Spawner";
|
||||
|
@ -1040,6 +1110,27 @@ doom
|
|||
hangs = 0;
|
||||
blocking = 0;
|
||||
|
||||
// Skulltag
|
||||
5233
|
||||
{
|
||||
title = "Max. Health Bonus Spawner";
|
||||
sprite = "BON3A0";
|
||||
include("Zandronum_misc.cfg", "invasionspawnerargs");
|
||||
}
|
||||
5234
|
||||
{
|
||||
title = "Max. Armor Bonus Spawner";
|
||||
sprite = "BON4A0";
|
||||
include("Zandronum_misc.cfg", "invasionspawnerargs");
|
||||
}
|
||||
5237
|
||||
{
|
||||
title = "Red Armor Spawner";
|
||||
sprite = "ARM3A0";
|
||||
include("Zandronum_misc.cfg", "invasionspawnerargs");
|
||||
}
|
||||
|
||||
// Doom
|
||||
5229
|
||||
{
|
||||
title = "Stimpack Spawner";
|
||||
|
@ -1090,6 +1181,19 @@ doom
|
|||
hangs = 0;
|
||||
blocking = 0;
|
||||
|
||||
// Skulltag
|
||||
5240
|
||||
{
|
||||
title = "Invisibility Spawner";
|
||||
sprite = "INVSA0";
|
||||
include("Zandronum_misc.cfg", "invasionspawnerargs");
|
||||
}
|
||||
5247
|
||||
{
|
||||
title = "Turbosphere Spawner";
|
||||
sprite = "TURBA0";
|
||||
include("Zandronum_misc.cfg", "invasionspawnerargs");
|
||||
}
|
||||
5238
|
||||
{
|
||||
title = "Doomsphere Spawner";
|
||||
|
@ -1103,6 +1207,14 @@ doom
|
|||
height = 30;
|
||||
include("Zandronum_misc.cfg", "invasionspawnerargs");
|
||||
}
|
||||
5246
|
||||
{
|
||||
title = "Time Freeze Spawner";
|
||||
sprite = "TIMEA0";
|
||||
include("Zandronum_misc.cfg", "invasionspawnerargs");
|
||||
}
|
||||
|
||||
// Doom
|
||||
5241
|
||||
{
|
||||
title = "Partial Invisibility Spawner";
|
||||
|
@ -1129,13 +1241,6 @@ doom
|
|||
sprite = "SOULA0";
|
||||
include("Zandronum_misc.cfg", "invasionspawnerargs");
|
||||
}
|
||||
5246
|
||||
{
|
||||
title = "Time Freeze Spawner";
|
||||
sprite = "TIMEA0";
|
||||
include("Zandronum_misc.cfg", "invasionspawnerargs");
|
||||
}
|
||||
|
||||
5266
|
||||
{
|
||||
title = "Berserk Spawner";
|
||||
|
@ -1207,6 +1312,12 @@ doom
|
|||
sprite = "CELPA0";
|
||||
include("Zandronum_misc.cfg", "invasionspawnerargs");
|
||||
}
|
||||
5244
|
||||
{
|
||||
title = "Random Powerup Spawner";
|
||||
sprite = "MEGAA0";
|
||||
include("Zandronum_misc.cfg", "invasionspawnerargs");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue