forked from dpadgett/ql-docker
-
Notifications
You must be signed in to change notification settings - Fork 4
/
turboca.factories
38 lines (37 loc) · 1.06 KB
/
turboca.factories
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"id": "turboca",
"title": "Turbo CA",
"author": "teh1337",
"description": "Clan Arena with CPMA physics",
"basegt": "ca",
"cvars": {
"g_shuffle_automatic":"1",
"g_loadout":"0",
"g_infiniteAmmo":"1",
"g_vampiricDamage":"0.1",
"g_spawnArmor":"0",
"dmflags":"60",
"g_startingArmor":"100",
"g_startingHealthBonus":"0",
"g_startingWeapons":"8447",
"weapon_reload_rg":"1350",
"g_speed":"340",
"roundlimit":"11",
"g_startingHealth":"200",
"g_allowKill":"0",
"g_damage_lg":"7",
"g_damage_g":"75",
"g_knockback_g":"1.75",
"g_knockback_pg_self":"2.2",
"g_overtime":"120",
"g_velocity_gl":"800",
"pmove_WeaponRaiseTime":"10",
"pmove_WeaponDropTime":"10",
"pmove_RampJump":"1",
"pmove_RampJumpScale":"1.75",
"pmove_AirControl":"1",
"pmove_AirAccel":"2",
"pmove_StepHeight":"20",
"roundtimelimit":"180"
}
}