mirror of
https://github.com/ioquake/jedi-academy.git
synced 2025-02-14 16:11:19 +00:00
25 lines
353 B
Text
25 lines
353 B
Text
|
sentry
|
||
|
{
|
||
|
playermodel sentry
|
||
|
weapon WP_NONE
|
||
|
health 100
|
||
|
reactions 3
|
||
|
aim 3
|
||
|
move 3
|
||
|
aggression 3
|
||
|
evasion 1
|
||
|
intelligence 5
|
||
|
playerTeam TEAM_ENEMY
|
||
|
enemyTeam TEAM_PLAYER
|
||
|
// race bot
|
||
|
class CLASS_SENTRY
|
||
|
health 150
|
||
|
yawSpeed 120
|
||
|
runSpeed 400
|
||
|
walkSpeed 250
|
||
|
height 48
|
||
|
width 24
|
||
|
hFOV 120
|
||
|
vfov 160
|
||
|
snd sentry
|
||
|
}
|