X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fxonotic-data.pk3dir.git;a=blobdiff_plain;f=mutators.cfg;h=2960588ff692a2d12c23cf4476b0af4756043a52;hp=4b79048677499c02e4af4a2ff9071b05702d72c7;hb=e921ae9f86a09d0a20cd4c72b44e6d71d25975ea;hpb=10eff90cf0e36ab775dd2a50ebdeb80932f95e0a diff --git a/mutators.cfg b/mutators.cfg index 4b7904867..2960588ff 100644 --- a/mutators.cfg +++ b/mutators.cfg @@ -23,14 +23,41 @@ set sv_dodging_frozen 0 "allow dodging while frozen" // =========== -// minstagib +// instagib // =========== -set g_minstagib 0 "enable minstagib" -set g_minstagib_extralives 1 "how many extra lives you will get per powerup" -set g_minstagib_ammo_start 10 "starting ammo" -set g_minstagib_ammo_drop 5 "how much ammo you'll get for weapons or cells" -set g_minstagib_invis_alpha 0.15 -set g_minstagib_speed_highspeed 1.5 "speed-multiplier that applies while you carry the invincibility powerup" +set g_instagib 0 "enable instagib" +set g_instagib_extralives 1 "how many extra lives you will get per powerup" +set g_instagib_ammo_start 10 "starting ammo" +set g_instagib_ammo_drop 5 "how much ammo you'll get for weapons or cells" +set g_instagib_invis_alpha 0.15 +set g_instagib_speed_highspeed 1.5 "speed-multiplier that applies while you carry the invincibility powerup" + + +// ========== +// overkill +// ========== +set g_overkill 0 "enable overkill" + +set g_overkill_100a_anyway 1 +set g_overkill_100h_anyway 1 +set g_overkill_powerups_replace 1 +set g_overkill_superguns_respawn_time 120 + +set g_overkill_ammo_charge 0 +set g_overkill_ammo_charge_notice 1 +set g_overkill_ammo_charge_limit 1 +set g_overkill_ammo_charge_rate 0.5 +set g_overkill_ammo_charge_rate_vortex 0.5 +set g_overkill_ammo_charge_rate_machinegun 0.5 +set g_overkill_ammo_charge_rate_shotgun 0.5 +set g_overkill_ammo_charge_rate_hmg 0.25 +set g_overkill_ammo_charge_rate_rpc 1.5 +set g_overkill_ammo_decharge 0.1 +set g_overkill_ammo_decharge_machinegun 0.025 +set g_overkill_ammo_decharge_shotgun 0.15 +set g_overkill_ammo_decharge_vortex 0.2 +set g_overkill_ammo_decharge_rpc 1 +set g_overkill_ammo_decharge_hmg 0.01 // ========= @@ -39,6 +66,13 @@ set g_minstagib_speed_highspeed 1.5 "speed-multiplier that applies while you car set g_vampire 0 "set to 1 to enable the vampire mode, where the damage done to your opponent gets added to your own health" +// ======== +// midair +// ======== +set g_midair 0 "if set to 1 you can only apply damage to your opponent while he is airborne" +set g_midair_shieldtime 0.3 "number of seconds you are still invincible since you lost contact to the ground" + + // ========= // sandbox // ========= @@ -90,7 +124,7 @@ set g_spawn_near_teammate_ignore_spawnpoint_closetodeath 1 "spawn as close to de // at each time, everyone uses the same weapon, // and in regular intervals, this weapon is cycled set g_nix 0 "No Items Xonotic - instead of pickup items, everyone plays with the same weapon. After some time, a countdown will start, after which everyone will switch to another weapon, and so on" -set g_nix_with_laser 0 "always carry the laser as an additional weapon in NIX" +set g_nix_with_blaster 0 "always carry the blaster as an additional weapon in NIX" set g_nix_with_healtharmor 0 "when 1, health and armor still show up in NIX" set g_nix_with_powerups 0 "when 1, powerups still show up in NIX" @@ -141,6 +175,7 @@ set g_random_gravity_negative 1000 "negative gravity multiplier" // Nades // ======= set g_nades 0 "enable off-hand grenades" +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_nade_lifetime 3.5 @@ -231,6 +266,13 @@ set g_campcheck_damage 100 set g_campcheck_distance 1800 +// ========== +// new toys +// ========== +set g_new_toys 0 "Mutator 'New Toys': enable extra fun guns" +set g_new_toys_autoreplace 2 "0: never replace, 1: always auto replace guns by available new toys, 2: randomly auto replace guns by available new toys" + + // ======= // buffs // ======= @@ -251,7 +293,7 @@ set g_buffs_resistance_blockpercent 0.7 "damage reduction multiplier, higher val set g_buffs_medic 1 "medic buff: increased regeneration speed, extra health, chance to survive a fatal attack" set g_buffs_medic_survive_chance 0.6 "multiplier chance of player surviving a fatal hit" set g_buffs_medic_survive_health 5 "amount of health player survives with after taking a fatal hit" -set g_buffs_medic_rot 0.7 "health rot rate multiplier" +set g_buffs_medic_rot 0.2 "health rot rate multiplier" set g_buffs_medic_max 1.5 "stable health medic limit multiplier" set g_buffs_medic_regen 1.7 "health medic rate multiplier" set g_buffs_vengeance 1 "vengeance buff: attackers also take damage"