]> git.xonotic.org Git - voretournament/voretournament.git/blobdiff - data/maps/tutorial.mapinfo
Properly calculate falling damage based on player scale. Don't just offset the damage...
[voretournament/voretournament.git] / data / maps / tutorial.mapinfo
index 9725a1f4c74b0a5a26056612ca9cf82e193a7ba7..aa13d2b3ac065460b19f08242e536f7d74cd085a 100644 (file)
@@ -6,12 +6,16 @@ type dm 0 0
 cdtrack boss_theme\r
 hidden\r
 \r
+// these are needed to pass certain parts of the tutorial map, although they might not match the default physics\r
+settemp_for_type all sv_airaccelerate 16\r
+\r
 // no intermission effects in this tutorial\r
 clientsettemp_for_type all cl_intermission 0\r
 clientsettemp_for_type all cl_artwork 0\r
 \r
 // only one player may take the tutorial on the same map\r
 settemp_for_type all sv_public -1\r
+settemp_for_type all g_maxplayers 3 // 1 player plus 2 bots\r
 \r
 // no frag or time limit\r
 settemp_for_type all fraglimit_override 0\r
@@ -19,15 +23,14 @@ settemp_for_type all timelimit_override 0
 \r
 // make it hard for players to die, or they spawn back at the beginning where the door is blocked\r
 settemp_for_type all g_balance_pause_health_regen 0\r
-settemp_for_type all g_balance_health_regenstable 50\r
-settemp_for_type all g_balance_health_regenlinear 15\r
+settemp_for_type all g_balance_health_regenstable 100\r
+settemp_for_type all g_balance_health_regenlinear 30\r
 \r
 // don't allow digestion and stomach kicks to deal enough damage to kill the player (just deal some exemplary damage)\r
 // this relies on the health regen settings above (damage is immediately regenerated, not allowing the player to reach 0)\r
 settemp_for_type all g_balance_vore_digestion_damage 1\r
-settemp_for_type all g_balance_vore_kick_damage_min 1\r
-settemp_for_type all g_balance_vore_kick_damage_max 5\r
-settemp_for_type all g_balance_vore_kick_escapeprobability 0.25\r
+settemp_for_type all g_balance_vore_kick_damage 3\r
+settemp_for_type all g_balance_vore_escapeprobability 0.05\r
 \r
 // no start weapons in this tutorial\r
 settemp_for_type all g_start_weapon_grabber 0\r