X-Git-Url: http://git.xonotic.org/?a=blobdiff_plain;f=mutators.cfg;h=0f49665424d3d5a0f8af9bdaa483bb088baa1525;hb=638035ebe20a190dd3b1533a1172bdaafeb11fb0;hp=dd8d96a5670fbd35ac9ddd0a7d6a10af5a497f12;hpb=458abfc28850c8da08264b65ee4c70740655e65d;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/mutators.cfg b/mutators.cfg index dd8d96a56..0f4966542 100644 --- a/mutators.cfg +++ b/mutators.cfg @@ -34,6 +34,8 @@ set g_instagib_speed_highspeed 1.5 "speed-multiplier that applies while you carr set g_instagib_damagedbycontents 1 "allow damage from lava pits in instagib" set g_instagib_blaster_keepdamage 0 "allow secondary fire to hurt players" set g_instagib_blaster_keepforce 0 "allow secondary fire to push players" +set g_instagib_mirrordamage 0 "allow damage mirror instagib" +set g_instagib_friendlypush 1 "allow pushing teammates with the vaporizer primary attack" // ========== @@ -179,9 +181,12 @@ set g_random_gravity_negative 1000 "negative gravity multiplier" // Nades // ======= set g_nades 0 "enable off-hand grenades" +set g_nades_spread 0.04 "random spread offset of throw direction" set g_nades_throw_offset "0 0 0" "nade throwing offset" set g_nades_spawn 1 "give nades right away when player spawns rather than delaying entire refire" set g_nades_client_select 0 "allow client side selection of nade type" +set g_nades_pickup 0 "allow picking up thrown nades (not your own)" +set g_nades_pickup_time 2 "time until picked up nade explodes" set g_nades_nade_lifetime 3.5 set g_nades_nade_minforce 400 set g_nades_nade_maxforce 2000 @@ -214,6 +219,7 @@ set g_nades_bonus_type 2 "Type of the bonus grenade. 1:normal 2:napalm 3:ice 4:t set g_nades_bonus_onstrength 1 "Always give bonus grenades to players that have the strength powerup" set g_nades_bonus_max 3 "Maximum number of bonus grenades" set g_nades_bonus_only 0 "Disallow regular nades, only bonus nades can be used" +set g_nades_nade_small 0 "Use smaller nade size, makes shooting them harder, legacy setting" // Bonus score set g_nades_bonus_score_max 120 "Score value that will give a bonus nade" set g_nades_bonus_score_minor 5 "Score given for minor actions (pickups, regular frags etc.)" @@ -403,7 +409,7 @@ set g_breakablehook_owner 0 "allow owner to break their own hook" // =========== // multijump // =========== -seta cl_multijump 0 "allow multijump mutator" +seta cl_multijump 1 "allow multijump mutator" set g_multijump 0 "Number of multiple jumps to allow (jumping again in the air), -1 allows for infinite jumps" set g_multijump_add 0 "0 = make the current z velocity equal to jumpvelocity, 1 = add jumpvelocity to the current z velocity" set g_multijump_speed -999999 "Minimum vertical speed a player must have in order to jump again"