X-Git-Url: https://de.git.xonotic.org/?p=voretournament%2Fvoretournament.git;a=blobdiff_plain;f=data%2FdefaultVT.cfg;h=446a62d3bbf6eb0bffc95bb72b185c32e20bf667;hp=61ad681a7e719f79231a7f8622e557429482565f;hb=cc620ac628809cf2649603c841077a6f0c926a32;hpb=a84e64941a7e765f09aee5604bd7d50f0064545a diff --git a/data/defaultVT.cfg b/data/defaultVT.cfg index 61ad681a..446a62d3 100644 --- a/data/defaultVT.cfg +++ b/data/defaultVT.cfg @@ -1564,14 +1564,15 @@ set g_vore_regurgitatecolor_release "0.4 0.6 0.1" "the color players will have w set g_vore_regurgitatecolor_release_fade 0.01 "how quickly the regurgitation color washes off players once they leave the stomach" set g_vore_regurgitatecolor_digest "0.15 0.25 0" "the color players will have when digested, only works when g_vore_keepdeadprey is disabled" set g_vore_keepdeadprey 0.75 "If enabled, prey remains in the stomach after dying, else the predator throws up their dead body. 0 = disabled, 1 = ernabled, anything between = probability" -set g_vore_preydistance 16 "Distance by which prey inside the same stomach are positioned away from each other. 0 disables seeing neighboring prey" +set g_vore_neighborprey_distance 16 "Distance by which prey inside the same stomach are positioned away from each other. 0 disables seeing neighboring prey" +set g_vore_neighborprey_scale 1 "When neighborprey is enabled, all prey is resized by this amount" set g_healthsize 100 "Players who are low on health shrink and become smaller, value specifies health at which the player has default size" set g_healthsize_movementfactor 0.5 "Amount by which player size affects jumping and running" set g_healthsize_exteriorweapon_scalefactor 1 "Amount by which player size resizes the exterior weapon model" set g_healthsize_weapon_scalefactor 1 "Amount by which player size resizes the view weapon model" set g_healthsize_weapon_scalefactor_pos 10 "Amount by which the view model is moved vertically based on player size" -set g_healthsize_vore_pos 2 "Amount by which view height changes for prey, based on the size difference between them and their predator" +set g_healthsize_vore_pos 4 "Amount by which view height changes for prey, based on the size difference between them and their predator" set g_healthsize_min 50 "Player size may not drop below this amount of health" set g_healthsize_max 150 "Player size may not grow past this amount of health"