]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - mutators.cfg
Remove flight buff
[xonotic/xonotic-data.pk3dir.git] / mutators.cfg
index 60f4c4c31437e2f299862ffdc4f80b36aad5c375..416a2f5071bd287b01fb7bb97eafcda711a9a5b6 100644 (file)
@@ -335,9 +335,6 @@ set g_buffs_vampire_damage_steal 0.6 "damage stolen multiplier while holding vam
 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"
-set g_buffs_flight 0 "flight buff: greatly decreased gravity"
-set g_buffs_flight_time 60 "flight buff carry time"
-set g_buffs_flight_gravity 0.3 "player gravity multiplier while holding flight buff"
 set g_buffs_invisible 1 "invisible buff: carrier becomes invisible"
 set g_buffs_invisible_time 60 "invisible buff carry time"
 set g_buffs_invisible_alpha 0.15 "player invisibility multiplier while holding invisible buff"
@@ -353,8 +350,12 @@ set g_buffs_swapper_time 60 "swapper buff carry time"
 set g_buffs_swapper_range 1500 "maximum range of swapping with enemy"
 set g_buffs_magnet 1 "magnet buff: greatly increased item pickup range"
 set g_buffs_magnet_time 60 "magnet buff carry time"
-set g_buffs_magnet_range_item 350 "range around player that items are automatically picked up (excludes other buffs)"
-set g_buffs_magnet_range_buff 200 "range around player that only buffs are picked up (drops magnet buff)"
+set g_buffs_magnet_range_item 250 "range around player that items are automatically picked up (excludes other buffs)"
+set g_buffs_magnet_range_buff 100 "range around player that only buffs are picked up (drops magnet buff)"
+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"
 
 
 // ==============