Она настраивается здесь "sourcemod/configs/deathrun/bonuses.cfg"
Code
//===============================================
// Official site: Elistor.ru
// Author: Vladislav Dolgov
//===============================================
// "<number of frags>"
// {
// "gravity" "<gravitation, default 1.00>"
// "speed" "<speed, default 1.00>"
// "health" "<health, default 100>"
// "color" "<Red>,<Green>,<Blue>,<Alpha>" // 0-255. For alpha - 0 = invisible.
// "model" "<path to model/0>" // 0 = no model.
// "effects" "<glow>" // 0 = no, 1 = yes.
// }
"Bonuses"
{
"0"
{
"gravity" "1.00"
"speed" "1.00"
"health" "100"
"color" "255,255,255,255"
"model" "0"
"effects" "0"
}
"1"
{
"gravity" "1.00"
"speed" "1.08"
"health" "100"
"color" "0,255,0,255"
"model" "0"
"effects" "0"
}
"2"
{
"gravity" "1.00"
"speed" "1.08"
"health" "100"
"color" "0,255,0,255"
"model" "0"
"effects" "0"
}
"3"
{
"speed" "1.16"
"gravity" "0.90"
"health" "100"
"color" "255,255,0,255"
"model" "0"
"effects" "0"
}
"4"
{
"speed" "1.16"
"gravity" "0.90"
"health" "100"
"color" "255,255,0,255"
"model" "0"
"effects" "0"
}
"5"
{
"speed" "1.24"
"gravity" "0.80"
"health" "100"
"color" "255,255,0,255"
"model" "0"
"effects" "0"
}
"6"
{
"speed" "1.24"
"gravity" "0.80"
"health" "100"
"color" "255,255,0,255"
"model" "0"
"effects" "0"
}
"7"
{
"speed" "1.32"
"gravity" "0.70"
"health" "100"
"color" "255,0,255,255"
"model" "0"
"effects" "0"
}
"8"
{
"speed" "1.32"
"gravity" "0.70"
"health" "100"
"color" "255,0,255,255"
"model" "0"
"effects" "0"
}
"9"
{
"speed" "1.32"
"gravity" "0.70"
"health" "100"
"color" "255,0,255,255"
"model" "0"
"effects" "0"
}
"10"
{
"speed" "1.40"
"gravity" "0.60"
"health" "115"
"color" "255,255,255,255"
"model" "0"
"effects" "1"
}
}