@@ -134,6 +134,86 @@ class CfgCloudlets {
134134 };
135135 };
136136
137+ // Phosgene — pale grey-white, faint
138+ class GVAR (Phosgene_Gas_Particles): GVAR (Toxic_Gas_Particles) {
139+ color[] = {
140+ {0.7 , 0.7 , 0.7 , 0 },
141+ {0.78 , 0.78 , 0.76 , 0.20 },
142+ {0.82 , 0.82 , 0.80 , 0.30 },
143+ {0.85 , 0.85 , 0.82 , 0.25 },
144+ {0.85 , 0.85 , 0.82 , 0.15 },
145+ {0.85 , 0.85 , 0.82 , 0 }
146+ };
147+ };
148+ class GVAR (Phosgene_Gas_Wisps): GVAR (Toxic_Gas_Wisps) {
149+ color[] = {
150+ {0.78 , 0.78 , 0.76 , 0 },
151+ {0.85 , 0.85 , 0.82 , 0.10 },
152+ {0.88 , 0.88 , 0.85 , 0.08 },
153+ {0.88 , 0.88 , 0.85 , 0 }
154+ };
155+ };
156+
157+ // Mustard — yellowish-brown, garlic-thick
158+ class GVAR (Mustard_Gas_Particles): GVAR (Toxic_Gas_Particles) {
159+ color[] = {
160+ {0.45 , 0.35 , 0.10 , 0 },
161+ {0.55 , 0.42 , 0.12 , 0.30 },
162+ {0.62 , 0.48 , 0.15 , 0.45 },
163+ {0.65 , 0.50 , 0.16 , 0.40 },
164+ {0.65 , 0.50 , 0.16 , 0.20 },
165+ {0.65 , 0.50 , 0.16 , 0 }
166+ };
167+ };
168+ class GVAR (Mustard_Gas_Wisps): GVAR (Toxic_Gas_Wisps) {
169+ color[] = {
170+ {0.55 , 0.42 , 0.12 , 0 },
171+ {0.62 , 0.48 , 0.15 , 0.18 },
172+ {0.65 , 0.50 , 0.16 , 0.13 },
173+ {0.65 , 0.50 , 0.16 , 0 }
174+ };
175+ };
176+
177+ // Sarin — almost invisible, very faint warm tint
178+ class GVAR (Sarin_Gas_Particles): GVAR (Toxic_Gas_Particles) {
179+ color[] = {
180+ {0.75 , 0.72 , 0.65 , 0 },
181+ {0.80 , 0.77 , 0.70 , 0.06 },
182+ {0.82 , 0.79 , 0.72 , 0.10 },
183+ {0.82 , 0.79 , 0.72 , 0.08 },
184+ {0.82 , 0.79 , 0.72 , 0.04 },
185+ {0.82 , 0.79 , 0.72 , 0 }
186+ };
187+ };
188+ class GVAR (Sarin_Gas_Wisps): GVAR (Toxic_Gas_Wisps) {
189+ color[] = {
190+ {0.80 , 0.77 , 0.70 , 0 },
191+ {0.82 , 0.79 , 0.72 , 0.04 },
192+ {0.82 , 0.79 , 0.72 , 0.03 },
193+ {0.82 , 0.79 , 0.72 , 0 }
194+ };
195+ };
196+
197+ // VX — oily amber, persistent and visible
198+ class GVAR (VX_Gas_Particles): GVAR (Toxic_Gas_Particles) {
199+ color[] = {
200+ {0.50 , 0.38 , 0.05 , 0 },
201+ {0.60 , 0.45 , 0.08 , 0.25 },
202+ {0.70 , 0.52 , 0.10 , 0.40 },
203+ {0.72 , 0.55 , 0.12 , 0.35 },
204+ {0.72 , 0.55 , 0.12 , 0.18 },
205+ {0.72 , 0.55 , 0.12 , 0 }
206+ };
207+ };
208+ class GVAR (VX_Gas_Wisps): GVAR (Toxic_Gas_Wisps) {
209+ color[] = {
210+ {0.60 , 0.45 , 0.08 , 0 },
211+ {0.70 , 0.52 , 0.10 , 0.18 },
212+ {0.72 , 0.55 , 0.12 , 0.13 },
213+ {0.72 , 0.55 , 0.12 , 0 }
214+ };
215+ };
216+
137217 class KAT_CAS_GAS_FX : Default {
138218 interval = 0.03 ;
139219 circleRadius = 0 ;
0 commit comments