mirror of
https://github.com/ioquake/jedi-academy.git
synced 2025-02-22 03:41:37 +00:00
15 lines
276 B
Text
15 lines
276 B
Text
|
|
||
|
//NOTE: for vehicle-class NPCs, the playerModel key is actually their entry in the vehicles.dat
|
||
|
|
||
|
Rancor_vehicle
|
||
|
{
|
||
|
weapon WP_NONE
|
||
|
playerTeam TEAM_NEUTRAL
|
||
|
enemyTeam TEAM_NEUTRAL
|
||
|
class CLASS_VEHICLE
|
||
|
snd rancor
|
||
|
height 128
|
||
|
crouchheight 128
|
||
|
width 60
|
||
|
}
|