forked from jekyllgrim/Beautiful-Doom
-
Notifications
You must be signed in to change notification settings - Fork 0
/
TERRAIN.txt
156 lines (139 loc) · 2.73 KB
/
TERRAIN.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
// splash definitions by Agent_Ash
splash BD_Water
{
smallclass BD_SmallWaterSplash
smallsound world/watersplashsmall
baseclass BD_WaterSplash
sound world/watersplash
NoAlert
}
terrain BD_Water
{
splash BD_Water
footclip 0
liquid
}
splash BD_Blood
{
smallclass BD_SmallBloodSplash
smallsound world/watersplashsmall
baseclass BD_BloodSplash
sound world/watersplash
NoAlert
}
terrain BD_Blood
{
splash BD_Blood
footclip 0
liquid
}
splash BD_Acid
{
smallclass BD_SmallAcidSplash
smallsound world/sludgegloopsmall
baseclass BD_AcidSplash
sound world/sludgegloop
NoAlert
}
terrain BD_Acid
{
splash BD_Acid
footclip 0
liquid
}
splash BD_Lava
{
smallclass BD_SmallLavaSplash
smallsound world/lavasizzlesmall
baseclass BD_LavaSplash
sound world/lavasizzle
NoAlert
}
splash BD_Sludge
{
smallclass BD_SmallSludgeSplash
smallsound world/sludgegloopsmall
baseclass BD_SludgeSplash
sound world/sludgegloop
NoAlert
}
terrain BD_Sludge
{
splash BD_Sludge
footclip 0
liquid
}
terrain BD_Lava
{
splash BD_Lava
footclip 0
liquid
}
splash Lav3
{
smallclass LavaSmoke
smallclip 4
smallsound world/lavsiz2
baseclass LavaSmoke
chunkclass LavaSmoke
chunkxvelshift -1
chunkyvelshift -1
chunkzvelshift 7
chunkbasezvel 1
sound world/lavsiz2
NoAlert
}
terrain Lav3
{
splash Lav3
footclip 0//6
liquid
}
terrain HotRock
{
splash Lav3
}
// TERRAIN definitions by Enjay, modified by Agent_Ash
ifdoom
//Splash floors first
floor optional BDT_WFL BD_Water
floor optional BDT_BFL BD_Blood
floor optional BDT_LFL BD_Lava
floor optional BDT_AFL BD_Acid
floor optional BDT_SFL1 BD_Sludge
floor optional BDT_SFL2 BD_Sludge
floor optional BLOOD1 BD_Blood
floor optional BLOOD2 BD_Blood
floor optional BLOOD3 BD_Blood
floor optional BLOOD4 BD_Blood
floor optional FWATER1 BD_Water
floor optional FWATER2 BD_Water
floor optional FWATER3 BD_Water
floor optional FWATER4 BD_Water
floor optional LAVA1 BD_Lava
floor optional LAVA2 BD_Lava
floor optional LAVA3 BD_Lava
floor optional LAVA4 BD_Lava
floor optional NUKAGE1 BD_Acid
floor optional NUKAGE2 BD_Acid
floor optional NUKAGE3 BD_Acid
floor optional NUKAGE4 BD_Acid
floor optional SLIME01 BD_Sludge
floor optional SLIME02 BD_Sludge
floor optional SLIME03 BD_Sludge
floor optional SLIME04 BD_Sludge
floor optional SLIME05 BD_Sludge
floor optional SLIME06 BD_Sludge
floor optional SLIME07 BD_Sludge
floor optional SLIME08 BD_Sludge
floor optional SLIME09 HotRock
floor optional SLIME10 HotRock
floor optional SLIME11 HotRock
floor optional SLIME12 HotRock
floor optional RROCK01 HotRock
floor optional RROCK02 HotRock
floor optional RROCK05 HotRock
floor optional RROCK06 HotRock
floor optional RROCK07 HotRock
floor optional RROCK08 HotRock
endif