X-Git-Url: http://de.git.xonotic.org/?a=blobdiff_plain;f=mutators.cfg;h=d487327bc690c3becc73ee20dbcaab171aa21dad;hb=95bc0fef190238a43913d8e6c727f66a6513e01a;hp=f36a5a77494e9508a79bc8d083574b408c2f1262;hpb=9e84ff8daa3826ef32e2891a7c5224a7cd436d23;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/mutators.cfg b/mutators.cfg index f36a5a774..d487327bc 100644 --- a/mutators.cfg +++ b/mutators.cfg @@ -288,7 +288,7 @@ set g_new_toys_use_pickupsound 1 "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 0 "enable buffs (requires buff items or powerups)" +set g_buffs -1 "enable buffs (requires buff items or powerups)" 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_randomize 1 "randomize buff type when player drops buff" @@ -296,7 +296,7 @@ set g_buffs_random_lifetime 30 "re-spawn the buff again if it hasn't been touche set g_buffs_random_location 0 "randomize buff location on start and when reset" set g_buffs_random_location_attempts 10 "number of random locations a single buff will attempt to respawn at before giving up" set g_buffs_spawn_count 0 "how many buffs to spawn on the map if none exist already" -set g_buffs_replace_powerups 1 "replace powerups on the map with random buffs" +set g_buffs_replace_powerups 0 "replace powerups on the map with random buffs" set g_buffs_cooldown_activate 5 "cooldown period when buff is first activated" set g_buffs_cooldown_respawn 3 "cooldown period when buff is reloading" set g_buffs_ammo 1 "ammo buff: infinite ammunition" @@ -361,6 +361,8 @@ 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_flight 0 "flight buff: crouch jump to reverse your gravity!" +set g_buffs_flight_time 60 "flight buff carry time" // ==============