mirror of
https://github.com/ioquake/jedi-academy.git
synced 2025-02-11 06:30:42 +00:00
24 lines
349 B
Text
24 lines
349 B
Text
|
protocol
|
||
|
{
|
||
|
playerModel protocol
|
||
|
weapon WP_NONE
|
||
|
reactions 3
|
||
|
aim 1
|
||
|
move 3
|
||
|
aggression 3
|
||
|
evasion 1
|
||
|
intelligence 5
|
||
|
playerTeam TEAM_NEUTRAL
|
||
|
enemyTeam TEAM_NEUTRAL
|
||
|
// race bot
|
||
|
class CLASS_PROTOCOL
|
||
|
snd protocol
|
||
|
yawSpeed 60
|
||
|
runSpeed 150
|
||
|
walkSpeed 50
|
||
|
height 65
|
||
|
width 12
|
||
|
hFOV 120
|
||
|
vfov 45
|
||
|
snd protocol
|
||
|
}
|