mirror of
https://github.com/blendogames/Doom3-Starter-Kit.git
synced 2024-11-10 06:32:02 +00:00
17 lines
249 B
Modula-2
17 lines
249 B
Modula-2
|
entityDef ammo_types
|
||
|
{
|
||
|
"ammo_none" "0"
|
||
|
}
|
||
|
|
||
|
|
||
|
|
||
|
entityDef weapon_unarmed
|
||
|
{
|
||
|
"inv_name" "Unarmed"
|
||
|
"inv_weapon" "weapon_unarmed"
|
||
|
|
||
|
"weapon_scriptobject" "weapon_unarmed"
|
||
|
"ammoType" "ammo_none"
|
||
|
"ammoRequired" "0"
|
||
|
"clipSize" "0"
|
||
|
}
|