X-Git-Url: http://de.git.xonotic.org/?a=blobdiff_plain;f=defaultXonotic.cfg;h=5bd49b8ff4af75e2ece339e0d1e1f7eafa2966da;hb=5c4a43fc6c95ffad714ba33b9f5c9e5e20fdfbba;hp=74b8541b4e116caae162a0ee0ebe0d2c5902e20b;hpb=3b8f792333c5c245e54bdf0612d2a442bcfe61dc;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/defaultXonotic.cfg b/defaultXonotic.cfg index 74b8541b4..5bd49b8ff 100644 --- a/defaultXonotic.cfg +++ b/defaultXonotic.cfg @@ -1339,6 +1339,12 @@ set g_weapon_charge_colormod_red_full 1 set g_weapon_charge_colormod_green_full -0.5 set g_weapon_charge_colormod_blue_full -1 +// frozen +set g_frozen_revive_falldamage 0 "Enable reviving from this amount of fall damage" +set g_frozen_revive_falldamage_health 40 "Amount of health player has if they revived from falling" +set g_frozen_damage_trigger 1 "if 1, frozen players falling into the void will die instead of teleporting to spawn" +set g_frozen_force 0.6 "How much to multiply the force on a frozen player with" + // player statistics server URI set g_playerstats_uri "" "Output player statistics information to either: URL (with ://), console (with a dash like this: -), or supply a filename to output to data directory."