set g_balance_electro_primary_edgedamage 20
set g_balance_electro_primary_force 200
set g_balance_electro_primary_lifetime 5
+set g_balance_electro_primary_midaircombo_explode 1
set g_balance_electro_primary_midaircombo_interval 0.1
set g_balance_electro_primary_midaircombo_radius 100
set g_balance_electro_primary_radius 100
set g_balance_electro_secondary_speed_up 200
set g_balance_electro_secondary_speed_z 0
set g_balance_electro_secondary_spread 0.04
-set g_balance_electro_secondary_takedamageexplode 0
+set g_balance_electro_secondary_touchexplode 0
set g_balance_electro_switchdelay_drop 0.2
set g_balance_electro_switchdelay_raise 0.2
// }}}
w_cvar(WEP_ELECTRO, electro, MO_SEC, count) \
w_cvar(WEP_ELECTRO, electro, MO_SEC, damageforcescale) \
w_cvar(WEP_ELECTRO, electro, MO_SEC, damagedbycontents) \
- w_cvar(WEP_ELECTRO, electro, MO_SEC, takedamageexplode) \
w_cvar(WEP_ELECTRO, electro, MO_SEC, health) \
w_cvar(WEP_ELECTRO, electro, MO_SEC, refire2) \
w_cvar(WEP_ELECTRO, electro, MO_SEC, speed_up) \
w_cvar(WEP_ELECTRO, electro, MO_SEC, speed_z) \
+ w_cvar(WEP_ELECTRO, electro, MO_SEC, touchexplode) \
w_cvar(WEP_ELECTRO, electro, MO_NONE, combo_comboradius) \
w_cvar(WEP_ELECTRO, electro, MO_NONE, combo_comboradius_thruwall) \
w_cvar(WEP_ELECTRO, electro, MO_NONE, combo_damage) \
{
PROJECTILE_TOUCH;
if(other.takedamage == DAMAGE_AIM)
- { if(WEP_CVAR_SEC(electro, takedamageexplode)) { W_Plasma_Explode(); } }
+ { if(WEP_CVAR_SEC(electro, touchexplode)) { W_Plasma_Explode(); } }
else
{
//UpdateCSQCProjectile(self);