X-Git-Url: http://de.git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fclient%2FDefs.qc;h=59a7074d7243578d95cd32b57918c9c3cd9a84c5;hb=cbdd35a0599206a1e656c9cf95e7834fb108a789;hp=80bd84a0768432f114133f5f3e0aee01265059a4;hpb=0a6ce0928d11c81f66a7d3b63d2e6375169b6f47;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/client/Defs.qc b/qcsrc/client/Defs.qc index 80bd84a07..59a7074d7 100644 --- a/qcsrc/client/Defs.qc +++ b/qcsrc/client/Defs.qc @@ -232,7 +232,9 @@ float announcer_5min; // database for misc stuff float tempdb; float ClientProgsDB; -vector hook_shotorigin; +vector hook_shotorigin[4]; +vector electro_shotorigin[4]; +vector gauntlet_shotorigin[4]; #ifdef BLURTEST float blurtest_time0, blurtest_time1, blurtest_radius, blurtest_power; @@ -256,3 +258,15 @@ float w_deathtype, w_issilent, w_random; string w_deathtypestring; vector w_org, w_backoff; +float campingrifle_scope; +float nex_scope; + +float nex_velocitydependent; +float nex_minvelocity; +float nex_maxvelocity; +float nex_speed_falloff_rate; +float nex_speed; +float nex_charge; +float nex_charge_rate; + +float cr_maxbullets;