33 lines
714 B
Modula-2
33 lines
714 B
Modula-2
entityDef weapon_hyperblaster
|
|
{
|
|
"editor_color" ".3 .3 1"
|
|
"editor_mins" "-16 -16 -16"
|
|
"editor_maxs" "16 16 16"
|
|
"editor_usage" "Hyper Blaster"
|
|
"editor_rotatable" "1"
|
|
|
|
"spawnclass" "NSWeapon"
|
|
"inherit" "weapon_base"
|
|
"model" "models/weapons/g_hyperb/tris.md2"
|
|
"model_view" "models/weapons/v_hyperb/tris.md2"
|
|
|
|
"def_onFire" "projectile_blaster"
|
|
"inv_name" "Hyper Blaster"
|
|
"ammoType" "ammo_cells"
|
|
"ammoRequired" "1"
|
|
"ammoPerShot" "1"
|
|
"punchAngle" "-2 0 0"
|
|
"fireRate" "0.1"
|
|
|
|
"act_draw" "0"
|
|
"act_fire" "1"
|
|
"act_idle" "2"
|
|
"act_holster" "3"
|
|
|
|
"snd_fire" "weapon_hyperblaster.fire"
|
|
|
|
// NSWeapon specific
|
|
"ammoIcon" "pics/a_cells.pcx"
|
|
"hudSlot" "7"
|
|
"weight" "10"
|
|
}
|