]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/client/Defs.qc
gradually fade out the "charge" on the nex so if you go fast but hit a wall, you...
[xonotic/xonotic-data.pk3dir.git] / qcsrc / client / Defs.qc
index fbed63fc40b671ffb09f0d43d11eb5a9eecf5bad..6798261eb3555f9dc1ae707973911428483f32c2 100644 (file)
@@ -260,3 +260,10 @@ vector w_org, w_backoff;
 
 float campingrifle_scope;
 float nex_scope;
+
+float nex_minvelocity;
+float nex_maxvelocity;
+float nex_speed_falloff_factor;
+float nex_speed;
+
+float cr_maxbullets;