X-Git-Url: https://de.git.xonotic.org/?a=blobdiff_plain;f=mutators.cfg;h=51ae3f140fae169c02967a4dc5f6a398c6e381ee;hb=dd4a23ef1c7bac69cd8f09b604b022f5f9f6fe28;hp=8bb2d953c719ba6c9a89ff07168a5d1d077d29b6;hpb=d6bf8f685fd35f882e456bdbadc37617ac6bd53a;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/mutators.cfg b/mutators.cfg index 8bb2d953c..51ae3f140 100644 --- a/mutators.cfg +++ b/mutators.cfg @@ -40,7 +40,9 @@ set g_instagib_ammo_convert_bullets 0 "convert bullet ammo packs to insta cell a set g_instagib_ammo_convert_cells 0 "convert normal cell ammo packs to insta cell ammo packs" set g_instagib_ammo_convert_rockets 0 "convert rocket ammo packs to insta cell ammo packs" set g_instagib_ammo_convert_shells 0 "convert shell ammo packs to insta cell ammo packs" +set g_instagib_invisibility_time 30 "Time of invisibility powerup in seconds." set g_instagib_invis_alpha 0.15 +set g_instagib_speed_time 30 "Time of speed powerup in seconds." set g_instagib_speed_highspeed 1.5 "speed-multiplier that applies while you carry the invincibility powerup" set g_instagib_damagedbycontents 1 "allow damage from lava pits in instagib" set g_instagib_blaster_keepdamage 0 "allow secondary fire to hurt players" @@ -52,7 +54,7 @@ set g_instagib_friendlypush 1 "allow pushing teammates with the vaporizer primar // ========== // overkill // ========== -set g_overkill 0 "internal cvar, to enable overkill, use `exec defaultOverkill.cfg`" +set g_overkill 0 "internal cvar, to enable overkill, use `exec ruleset-overkill.cfg`" set g_overkill_powerups_replace 1 set g_overkill_itemwaypoints 1 @@ -374,6 +376,13 @@ set g_buffs_flight 0 "flight buff: crouch jump to reverse your gravity!" set g_buffs_flight_time 60 "flight buff carry time" +// ================ +// grappling hook +// ================ +set g_grappling_hook 0 "let players spawn with the grappling hook which allows them to pull themselves up" +set g_grappling_hook_useammo 0 "use ammunition with the off-hand grappling hook" + + // ============== // vampire hook // ============== @@ -384,6 +393,12 @@ set g_vampirehook_health_steal "2" "give hooker this much health per damage fram set g_vampirehook_teamheal "1" "hooking teammates drains hooker's health" +// ================= +// offhand blaster +// ================= +set g_offhand_blaster 0 "whether to enable offhand blaster" + + // =============== // rocket minsta // =============== @@ -492,3 +507,9 @@ set g_smneg_bonus 1 "Stale-move negation: allow weapons to become stronger than set g_smneg_bonus_asymptote 4 "Stale-move negation: damage = infinity at this bonus level" set g_smneg_cooldown_factor 0.25 "Stale-move negation: penalty cooldown factor" +// ============== +// random items +// ============== +set g_random_items 0 "Whether to enable random items." +set g_random_loot 0 "Whether to enable random loot." +exec randomitems-xonotic.cfg