//------------------------------------------------------------------------------
actor ZWingedStatue 5
{
	Game Hexen
	Radius 10
	Height 62
	+Solid
	states
	{
	Spawn:
		STTW A -1
		Stop
	}
}

//------------------------------------------------------------------------------
actor ZRock1 6
{
	Game Hexen
	states
	{
	Spawn:
		RCK1 A -1
		Stop
	}
}

//------------------------------------------------------------------------------
actor ZRock2 7
{
	Game Hexen
	states
	{
	Spawn:
		RCK2 A -1
		Stop
	}
}

//------------------------------------------------------------------------------
actor ZRock3 9
{
	Game Hexen
	states
	{
	Spawn:
		RCK3 A -1
		Stop
	}
}

//------------------------------------------------------------------------------
actor ZRock4 15
{
	Game Hexen
	Radius 20
	Height 16
	+Solid
	states
	{
	Spawn:
		RCK4 A -1
		Stop
	}
}

//------------------------------------------------------------------------------
actor ZShroomLarge1 39
{
	Game Hexen
	states
	{
	Spawn:
		MSH1 A -1
		Stop
	}
}

//------------------------------------------------------------------------------
actor ZShroomLarge2 40
{
	Game Hexen
	states
	{
	Spawn:
		MSH2 A -1
		Stop
	}
}

//------------------------------------------------------------------------------
actor ZShroomLarge3 41
{
	Game Hexen
	states
	{
	Spawn:
		MSH3 A -1
		Stop
	}
}

//------------------------------------------------------------------------------
actor ZShroomSmall1 42
{
	Game Hexen
	states
	{
	Spawn:
		MSH4 A -1
		Stop
	}
}

//------------------------------------------------------------------------------
actor ZShroomSmall2 44
{
	Game Hexen
	states
	{
	Spawn:
		MSH5 A -1
		Stop
	}
}

//------------------------------------------------------------------------------
actor ZShroomSmall3 45
{
	Game Hexen
	states
	{
	Spawn:
		MSH6 A -1
		Stop
	}
}

//------------------------------------------------------------------------------
actor ZShroomSmall4 46
{
	Game Hexen
	states
	{
	Spawn:
		MSH7 A -1
		Stop
	}
}

//------------------------------------------------------------------------------
actor ZShroomSmall5 47
{
	Game Hexen
	states
	{
	Spawn:
		MSH8 A -1
		Stop
	}
}

//------------------------------------------------------------------------------
actor ZStalagmitePillar 48
{
	Game Hexen
	Radius 8
	Height 138
	+Solid
	states
	{
	Spawn:
		SGMP A -1
		Stop
	}
}

//------------------------------------------------------------------------------
actor ZStalagmiteLarge 49
{
	Game Hexen
	Radius 8
	Height 48
	+Solid
	states
	{
	Spawn:
		SGM1 A -1
		Stop
	}
}

//------------------------------------------------------------------------------
actor ZStalagmiteMedium 50
{
	Game Hexen
	Radius 6
	Height 40
	+Solid
	states
	{
	Spawn:
		SGM2 A -1
		Stop
	}
}

//------------------------------------------------------------------------------
actor ZStalagmiteSmall 51
{
	Game Hexen
	Radius 8
	Height 36
	+Solid
	states
	{
	Spawn:
		SGM3 A -1
		Stop
	}
}

//------------------------------------------------------------------------------
actor ZStalactiteLarge 52
{
	Game Hexen
	Radius 8
	Height 66
	+Solid
	+SpawnCeiling
	+NoGravity
	states
	{
	Spawn:
		SLC1 A -1
		Stop
	}
}

//------------------------------------------------------------------------------
actor ZStalactiteMedium 56
{
	Game Hexen
	Radius 6
	Height 50
	+Solid
	+SpawnCeiling
	+NoGravity
	states
	{
	Spawn:
		SLC2 A -1
		Stop
	}
}

//------------------------------------------------------------------------------
actor ZStalactiteSmall 57
{
	Game Hexen
	Radius 8
	Height 40
	+Solid
	+SpawnCeiling
	+NoGravity
	states
	{
	Spawn:
		SLC3 A -1
		Stop
	}
}

//------------------------------------------------------------------------------
actor ZMossCeiling1 58
{
	Game Hexen
	Radius 20
	Height 20
	+SpawnCeiling
	+NoGravity
	states
	{
	Spawn:
		MSS1 A -1
		Stop
	}
}

//------------------------------------------------------------------------------
actor ZMossCeiling2 59
{
	Game Hexen
	Radius 20
	Height 24
	+SpawnCeiling
	+NoGravity
	states
	{
	Spawn:
		MSS2 A -1
		Stop
	}
}

//------------------------------------------------------------------------------
actor ZSwampVine 60
{
	Game Hexen
	Radius 8
	Height 52
	+Solid
	states
	{
	Spawn:
		SWMV A -1
		Stop
	}
}

//------------------------------------------------------------------------------
actor ZCorpseKabob 61
{
	Game Hexen
	Radius 10
	Height 92
	+Solid
	states
	{
	Spawn:
		CPS1 A -1
		Stop
	}
}

//------------------------------------------------------------------------------
actor ZCorpseSleeping 62
{
	Game Hexen
	Radius 20
	Height 16
	states
	{
	Spawn:
		CPS2 A -1
		Stop
	}
}

//------------------------------------------------------------------------------
actor ZTombstoneRIP 63
{
	Game Hexen
	Radius 10
	Height 46
	+Solid
	states
	{
	Spawn:
		TMS1 A -1
		Stop
	}
}

//------------------------------------------------------------------------------
actor ZTombstoneShane 64
{
	Game Hexen
	Radius 10
	Height 46
	+Solid
	states
	{
	Spawn:
		TMS2 A -1
		Stop
	}
}

//------------------------------------------------------------------------------
actor ZTombstoneBigCross 65
{
	Game Hexen
	Radius 10
	Height 46
	+Solid
	states
	{
	Spawn:
		TMS3 A -1
		Stop
	}
}

//------------------------------------------------------------------------------
actor ZTombstoneBrianR 66
{
	Game Hexen
	Radius 10
	Height 52
	+Solid
	states
	{
	Spawn:
		TMS4 A -1
		Stop
	}
}

//------------------------------------------------------------------------------
actor ZTombstoneCrossCircle 67
{
	Game Hexen
	Radius 10
	Height 52
	+Solid
	states
	{
	Spawn:
		TMS5 A -1
		Stop
	}
}

//------------------------------------------------------------------------------
actor ZTombstoneSmallCross 68
{
	Game Hexen
	Radius 8
	Height 46
	+Solid
	states
	{
	Spawn:
		TMS6 A -1
		Stop
	}
}

//------------------------------------------------------------------------------
actor ZTombstoneBrianP 69
{
	Game Hexen
	Radius 8
	Height 46
	+Solid
	states
	{
	Spawn:
		TMS7 A -1
		Stop
	}
}

//------------------------------------------------------------------------------
actor ZCorpseHanging 71
{
	Game Hexen
	Radius 6
	Height 75
	+Solid
	+SpawnCeiling
	+NoGravity
	states
	{
	Spawn:
		CPS3 A -1
		Stop
	}
}

//------------------------------------------------------------------------------
actor ZStatueGargoyleGreenTall 72
{
	Game Hexen
	Radius 14
	Height 108
	+Solid
	states
	{
	Spawn:
		STT2 A -1
		Stop
	}
}

//------------------------------------------------------------------------------
actor ZStatueGargoyleBlueTall 73
{
	Game Hexen
	Radius 14
	Height 108
	+Solid
	states
	{
	Spawn:
		STT3 A -1
		Stop
	}
}

//------------------------------------------------------------------------------
actor ZStatueGargoyleGreenShort 74
{
	Game Hexen
	Radius 14
	Height 62
	+Solid
	states
	{
	Spawn:
		STT4 A -1
		Stop
	}
}

//------------------------------------------------------------------------------
actor ZStatueGargoyleBlueShort 76
{
	Game Hexen
	Radius 14
	Height 62
	+Solid
	states
	{
	Spawn:
		STT5 A -1
		Stop
	}
}

//------------------------------------------------------------------------------
actor ZStatueGargoyleStripeTall 8044
{
	Game Hexen
	Radius 14
	Height 108
	+Solid
	states
	{
	Spawn:
		GAR1 A -1
		Stop
	}
}

//------------------------------------------------------------------------------
actor ZStatueGargoyleDarkRedTall 8045
{
	Game Hexen
	Radius 14
	Height 108
	+Solid
	states
	{
	Spawn:
		GAR2 A -1
		Stop
	}
}

//------------------------------------------------------------------------------
actor ZStatueGargoyleRedTall 8046
{
	Game Hexen
	Radius 14
	Height 108
	+Solid
	states
	{
	Spawn:
		GAR3 A -1
		Stop
	}
}

//------------------------------------------------------------------------------
actor ZStatueGargoyleTanTall 8047
{
	Game Hexen
	Radius 14
	Height 108
	+Solid
	states
	{
	Spawn:
		GAR4 A -1
		Stop
	}
}

//------------------------------------------------------------------------------
actor ZStatueGargoyleRustTall 8048
{
	Game Hexen
	Radius 14
	Height 108
	+Solid
	states
	{
	Spawn:
		GAR5 A -1
		Stop
	}
}

//------------------------------------------------------------------------------
actor ZStatueGargoyleDarkRedShort 8049
{
	Game Hexen
	Radius 14
	Height 62
	+Solid
	states
	{
	Spawn:
		GAR6 A -1
		Stop
	}
}

//------------------------------------------------------------------------------
actor ZStatueGargoyleRedShort 8050
{
	Game Hexen
	Radius 14
	Height 62
	+Solid
	states
	{
	Spawn:
		GAR7 A -1
		Stop
	}
}

//------------------------------------------------------------------------------
actor ZStatueGargoyleTanShort 8051
{
	Game Hexen
	Radius 14
	Height 62
	+Solid
	states
	{
	Spawn:
		GAR8 A -1
		Stop
	}
}

//------------------------------------------------------------------------------
actor ZStatueGargoyleRustShort 8052
{
	Game Hexen
	Radius 14
	Height 62
	+Solid
	states
	{
	Spawn:
		GAR9 A -1
		Stop
	}
}

//------------------------------------------------------------------------------
actor ZBannerTattered 77
{
	Game Hexen
	Radius 8
	Height 120
	+Solid
	states
	{
	Spawn:
		BNR1 A -1
		Stop
	}
}

//------------------------------------------------------------------------------
actor ZStalactiteIceLarge 89
{
	Game Hexen
	Radius 8
	Height 66
	+Solid
	+SpawnCeiling
	+NoGravity
	states
	{
	Spawn:
		ICT1 A -1
		Stop
	}
}

//------------------------------------------------------------------------------
actor ZStalactiteIceMedium 90
{
	Game Hexen
	Radius 5
	Height 50
	+Solid
	+SpawnCeiling
	+NoGravity
	states
	{
	Spawn:
		ICT2 A -1
		Stop
	}
}

//------------------------------------------------------------------------------
actor ZStalactiteIceSmall 91
{
	Game Hexen
	Radius 4
	Height 32
	+Solid
	+SpawnCeiling
	+NoGravity
	states
	{
	Spawn:
		ICT3 A -1
		Stop
	}
}

//------------------------------------------------------------------------------
actor ZStalactiteIceTiny 92
{
	Game Hexen
	Radius 4
	Height 8
	+Solid
	+SpawnCeiling
	+NoGravity
	states
	{
	Spawn:
		ICT4 A -1
		Stop
	}
}

//------------------------------------------------------------------------------
actor ZStalagmiteIceLarge 93
{
	Game Hexen
	Radius 8
	Height 66
	+Solid
	states
	{
	Spawn:
		ICM1 A -1
		Stop
	}
}

//------------------------------------------------------------------------------
actor ZStalagmiteIceMedium 94
{
	Game Hexen
	Radius 5
	Height 50
	+Solid
	states
	{
	Spawn:
		ICM2 A -1
		Stop
	}
}

//------------------------------------------------------------------------------
actor ZStalagmiteIceSmall 95
{
	Game Hexen
	Radius 4
	Height 32
	+Solid
	states
	{
	Spawn:
		ICM3 A -1
		Stop
	}
}

//------------------------------------------------------------------------------
actor ZStalagmiteIceTiny 96
{
	Game Hexen
	Radius 4
	Height 8
	+Solid
	states
	{
	Spawn:
		ICM4 A -1
		Stop
	}
}

//------------------------------------------------------------------------------
actor ZRockBrown1 97
{
	Game Hexen
	Radius 17
	Height 72
	+Solid
	states
	{
	Spawn:
		RKBL A -1
		Stop
	}
}

//------------------------------------------------------------------------------
actor ZRockBrown2 98
{
	Game Hexen
	Radius 15
	Height 50
	+Solid
	states
	{
	Spawn:
		RKBS A -1
		Stop
	}
}

//------------------------------------------------------------------------------
actor ZRockBlack 99
{
	Game Hexen
	Radius 20
	Height 40
	+Solid
	states
	{
	Spawn:
		RKBK A -1
		Stop
	}
}

//------------------------------------------------------------------------------
actor ZRubble1 100
{
	Game Hexen
	states
	{
	Spawn:
		RBL1 A -1
		Stop
	}
}

//------------------------------------------------------------------------------
actor ZRubble2 101
{
	Game Hexen
	states
	{
	Spawn:
		RBL2 A -1
		Stop
	}
}

//------------------------------------------------------------------------------
actor ZRubble3 102
{
	Game Hexen
	states
	{
	Spawn:
		RBL3 A -1
		Stop
	}
}

//------------------------------------------------------------------------------
actor ZVasePillar 103
{
	Game Hexen
	Radius 12
	Height 54
	+Solid
	states
	{
	Spawn:
		VASE A -1
		Stop
	}
}

//------------------------------------------------------------------------------
actor ZCorpseLynched 108
{
	Game Hexen
	Radius 11
	Height 95
	+Solid
	+SpawnCeiling
	+NoGravity
	states
	{
	Spawn:
		CPS4 A -1
		Stop
	}
}

//------------------------------------------------------------------------------
actor ZBarrel 8100
{
	Game Hexen
	Radius 15
	Height 32
	+Solid
	states
	{
	Spawn:
		ZBAR A -1
		Stop
	}
}

//------------------------------------------------------------------------------
actor ZBucket 8103
{
	Game Hexen
	Radius 8
	Height 72
	+Solid
	+SpawnCeiling
	+NoGravity
	states
	{
	Spawn:
		BCKT A -1
		Stop
	}
}

//------------------------------------------------------------------------------
actor ZIronMaiden 8067
{
	Game Hexen
	Radius 12
	Height 60
	+Solid
	states
	{
	Spawn:
		IRON A -1
		Stop
	}
}

//------------------------------------------------------------------------------
actor ZChainBit32 8071
{
	Game Hexen
	Radius 4
	Height 32
	+NoBlockmap
	+SpawnCeiling
	+NoGravity
	states
	{
	Spawn:
		CHNS A -1
		Stop
	}
}

//------------------------------------------------------------------------------
actor ZChainBit64 8072
{
	Game Hexen
	Radius 4
	Height 64
	+NoBlockmap
	+SpawnCeiling
	+NoGravity
	states
	{
	Spawn:
		CHNS B -1
		Stop
	}
}

//------------------------------------------------------------------------------
actor ZChainEndHearth 8073
{
	Game Hexen
	Radius 4
	Height 32
	+NoBlockmap
	+SpawnCeiling
	+NoGravity
	states
	{
	Spawn:
		CHNS C -1
		Stop
	}
}

//------------------------------------------------------------------------------
actor ZChainEndHook1 8074
{
	Game Hexen
	Radius 4
	Height 32
	+NoBlockmap
	+SpawnCeiling
	+NoGravity
	states
	{
	Spawn:
		CHNS D -1
		Stop
	}
}

//------------------------------------------------------------------------------
actor ZChainEndHook2 8075
{
	Game Hexen
	Radius 4
	Height 32
	+NoBlockmap
	+SpawnCeiling
	+NoGravity
	states
	{
	Spawn:
		CHNS E -1
		Stop
	}
}

//------------------------------------------------------------------------------
actor ZChainEndSpike 8076
{
	Game Hexen
	Radius 4
	Height 32
	+NoBlockmap
	+SpawnCeiling
	+NoGravity
	states
	{
	Spawn:
		CHNS F -1
		Stop
	}
}

//------------------------------------------------------------------------------
actor ZChainEndSkull 8077
{
	Game Hexen
	Radius 4
	Height 32
	+NoBlockmap
	+SpawnCeiling
	+NoGravity
	states
	{
	Spawn:
		CHNS G -1
		Stop
	}
}

//------------------------------------------------------------------------------
actor TableShit1 8500
{
	Game Hexen
	+NoBlockmap
	states
	{
	Spawn:
		TST1 A -1
		Stop
	}
}

//------------------------------------------------------------------------------
actor TableShit2 8501
{
	Game Hexen
	+NoBlockmap
	states
	{
	Spawn:
		TST2 A -1
		Stop
	}
}

//------------------------------------------------------------------------------
actor TableShit3 8502
{
	Game Hexen
	+NoBlockmap
	states
	{
	Spawn:
		TST3 A -1
		Stop
	}
}

//------------------------------------------------------------------------------
actor TableShit4 8503
{
	Game Hexen
	+NoBlockmap
	states
	{
	Spawn:
		TST4 A -1
		Stop
	}
}

//------------------------------------------------------------------------------
actor TableShit5 8504
{
	Game Hexen
	+NoBlockmap
	states
	{
	Spawn:
		TST5 A -1
		Stop
	}
}

//------------------------------------------------------------------------------
actor TableShit6 8505
{
	Game Hexen
	+NoBlockmap
	states
	{
	Spawn:
		TST6 A -1
		Stop
	}
}

//------------------------------------------------------------------------------
actor TableShit7 8506
{
	Game Hexen
	+NoBlockmap
	states
	{
	Spawn:
		TST7 A -1
		Stop
	}
}

//------------------------------------------------------------------------------
actor TableShit8 8507
{
	Game Hexen
	+NoBlockmap
	states
	{
	Spawn:
		TST8 A -1
		Stop
	}
}

//------------------------------------------------------------------------------
actor TableShit9 8508
{
	Game Hexen
	+NoBlockmap
	states
	{
	Spawn:
		TST9 A -1
		Stop
	}
}

//------------------------------------------------------------------------------
actor TableShit10 8509
{
	Game Hexen
	+NoBlockmap
	states
	{
	Spawn:
		TST0 A -1
		Stop
	}
}

//------------------------------------------------------------------------------
actor ZChandelier 17
{
	Game Hexen
	Radius 20
	Height 60
	+SpawnCeiling
	+NoGravity
	states
	{
	Spawn:
		CDLR ABC 4
		Loop
	}
}

//------------------------------------------------------------------------------
actor ZChandelierUnlit 8063
{
	Game Hexen
	Radius 20
	Height 60
	+SpawnCeiling
	+NoGravity
	states
	{
	Spawn:
		CDLR D -1
		Stop
	}
}

//------------------------------------------------------------------------------
actor ZCandle 119
{
	Game Hexen
	+NoBlockmap
	+NoGravity
	states
	{
	Spawn:
		CNDL ABC 4 Bright
		Loop
	}
}

//------------------------------------------------------------------------------
actor FireThing 8060
{
	Game Hexen
	Radius 5
	Height 10
	+Solid
	states
	{
	Spawn:
		FSKL A 4 Bright
		FSKL B 3 Bright
		FSKL C 4 Bright
		FSKL D 3 Bright
		FSKL E 4 Bright
		FSKL F 3 Bright
		FSKL G 4 Bright
		FSKL H 3 Bright
		FSKL I 4 Bright
		Loop
	}
}

//------------------------------------------------------------------------------
actor BrassTorch 8061
{
	Game Hexen
	Radius 6
	Height 35
	+Solid
	states
	{
	Spawn:
		BRTR ABCDEFGHIJKLM 4 Bright
		Loop
	}
}

//------------------------------------------------------------------------------
actor ZBlueCandle 8066
{
	Game Hexen
	Radius 20
	Height 16
	+NoBlockmap
	states
	{
	Spawn:
		BCAN ABCDE 5 Bright
		Loop
	}
}

//------------------------------------------------------------------------------
actor ZTreeDead 24
{
	Game Hexen
	Radius 10
	Height 96
	+Solid
	states
	{
	Spawn:
		ZTRE A -1
		Stop
	}
}

//------------------------------------------------------------------------------
actor ZTree 25
{
	Game Hexen
	Radius 15
	Height 128
	+Solid
	states
	{
	Spawn:
		ZTRE A -1
		Stop
	}
}

//------------------------------------------------------------------------------
actor ZTreeSwamp150 26
{
	Game Hexen
	Radius 10
	Height 150
	+Solid
	states
	{
	Spawn:
		TRES A -1
		Stop
	}
}

//------------------------------------------------------------------------------
actor ZTreeSwamp120 27
{
	Game Hexen
	Radius 10
	Height 120
	+Solid
	states
	{
	Spawn:
		TRE3 A -1
		Stop
	}
}

//------------------------------------------------------------------------------
actor ZStumpBurned 28
{
	Game Hexen
	Radius 12
	Height 20
	+Solid
	states
	{
	Spawn:
		STM1 A -1
		Stop
	}
}

//------------------------------------------------------------------------------
actor ZStumpBare 29
{
	Game Hexen
	Radius 12
	Height 20
	+Solid
	states
	{
	Spawn:
		STM2 A -1
		Stop
	}
}

//------------------------------------------------------------------------------
actor ZStumpSwamp1 37
{
	Game Hexen
	states
	{
	Spawn:
		STM3 A -1
		Stop
	}
}

//------------------------------------------------------------------------------
actor ZStumpSwamp2 38
{
	Game Hexen
	states
	{
	Spawn:
		STM4 A -1
		Stop
	}
}

//------------------------------------------------------------------------------
actor ZTreeLarge1 78
{
	Game Hexen
	Radius 15
	Height 180
	+Solid
	states
	{
	Spawn:
		TRE4 A -1
		Stop
	}
}

//------------------------------------------------------------------------------
actor ZTreeLarge2 79
{
	Game Hexen
	Radius 15
	Height 180
	+Solid
	states
	{
	Spawn:
		TRE5 A -1
		Stop
	}
}

//------------------------------------------------------------------------------
actor ZTreeGnarled1 80
{
	Game Hexen
	Radius 22
	Height 100
	+Solid
	states
	{
	Spawn:
		TRE6 A -1
		Stop
	}
}

//------------------------------------------------------------------------------
actor ZTreeGnarled2 87
{
	Game Hexen
	Radius 22
	Height 100
	+Solid
	states
	{
	Spawn:
		TRE7 A -1
		Stop
	}
}

//------------------------------------------------------------------------------
actor ZLog 88
{
	Game Hexen
	Radius 20
	Height 25
	+Solid
	states
	{
	Spawn:
		LOGG A -1
		Stop
	}
}

//------------------------------------------------------------------------------
actor TeleSmoke 140
{
	Game Hexen
	RenderStyle Translucent
	Alpha 0.666
	+NoBlockmap
	+NoGravity
	states
	{
	Spawn:
		TSMK A 4
		TSMK B 3
		TSMK C 4
		TSMK D 3
		TSMK E 4
		TSMK F 3
		TSMK G 4
		TSMK H 3
		TSMK I 4
		TSMK J 3
		TSMK K 4
		TSMK L 3
		TSMK M 4
		TSMK N 3
		TSMK O 4
		TSMK P 3
		TSMK Q 4
		TSMK R 3
		TSMK S 4
		TSMK T 3
		TSMK U 4
		TSMK V 3
		TSMK W 4
		TSMK X 3
		TSMK Y 4
		TSMK Z 3
		Loop
	}
}
