X-Git-Url: https://de.git.xonotic.org/?p=xonotic%2Fxonotic-data.pk3dir.git;a=blobdiff_plain;f=mutators.cfg;h=0fcbed2f2e45e5e9b273b92f7b3e2175a5358907;hp=f49b8a7c422396c8e8c29dac38a823e9f7cd92d8;hb=106a9b450d6470f9472d479c9bb6d784cfaeb90e;hpb=0980e2f5d9715eaa91a2140bdb7aa5d9c8e85817 diff --git a/mutators.cfg b/mutators.cfg index f49b8a7c4..0fcbed2f2 100644 --- a/mutators.cfg +++ b/mutators.cfg @@ -111,6 +111,7 @@ set g_invincible_projectiles 0 "set to 1 to disable any damage to projectiles in // rocket flying // =============== set g_rocket_flying 0 "set to 1 to enable rocket flying in all balance configs" +set g_rocket_flying_disabledelays 1 "disable detonation delays on rockets and mines" // ===================== @@ -302,8 +303,8 @@ set g_new_toys_use_pickupsound 0 "play the 'new toys, new toys!' roflsound when // ======= // buffs // ======= -set cl_buffs_autoreplace 1 "automatically drop current buff when picking up another" -set g_buffs -1 "enable buffs (requires buff items or powerups)" +seta cl_buffs_autoreplace 1 "automatically drop current buff when picking up another" +set g_buffs -1 "enable buffs (requires buff items or powerups on the map)" set g_buffs_effects 1 "show particle effects from carried buffs" set g_buffs_waypoint_distance 1024 "maximum distance at which buff waypoint can be seen from item" set g_buffs_pickup_anyway 0 "instantly respawn the buff when it is picked up, instead of waiting for the player to drop it" @@ -334,7 +335,7 @@ set g_buffs_medic_heal_range 400 "furthest away players can be from carrier to g set g_buffs_medic_heal_delay 1 "delay between team healing" set g_buffs_vengeance 1 "vengeance buff: attackers also take damage" set g_buffs_vengeance_time 60 "vengeance buff carry time" -set g_buffs_vengeance_damage_multiplier 0.5 "amount of damage dealt the attacker takes when hitting a target with vengeance" +set g_buffs_vengeance_damage_multiplier 0.4 "amount of damage dealt the attacker takes when hitting a target with vengeance" set g_buffs_bash 1 "bash buff: increased knockback force and immunity to knockback" set g_buffs_bash_time 60 "bash buff carry time" set g_buffs_bash_force 2 "bash force multiplier" @@ -354,7 +355,7 @@ set g_buffs_speed_damage_take 1.2 "damage taken multiplier, higher value means m set g_buffs_speed_regen 1.2 "regeneration speed multiplier, higher value means faster health regeneration while holding speed buff" set g_buffs_vampire 1 "vampire buff: attacks to players and monsters heal the carrier" set g_buffs_vampire_time 60 "vampire buff carry time" -set g_buffs_vampire_damage_steal 0.6 "damage stolen multiplier while holding vampire buff" +set g_buffs_vampire_damage_steal 0.4 "damage stolen multiplier while holding vampire buff" set g_buffs_jump 0 "jump buff: greatly increased jump height" set g_buffs_jump_time 60 "jump buff carry time" set g_buffs_jump_height 600 "jump height while holding jump buff" @@ -378,7 +379,7 @@ set g_buffs_magnet_range_buff 100 "range around player that only buffs are picke set g_buffs_luck 1 "luck buff: randomly increased damage" set g_buffs_luck_time 60 "luck buff carry time" set g_buffs_luck_chance 0.15 "chance for 'critical' hit (multiplied damage) with luck buff" -set g_buffs_luck_damagemultiplier 3 "luck damage multiplier" +set g_buffs_luck_damagemultiplier 2 "luck damage multiplier" set g_buffs_flight 0 "flight buff: crouch jump to reverse your gravity!" set g_buffs_flight_time 60 "flight buff carry time"