cod/decls/def/items.def

52 lines
954 B
Modula-2

entityDef item_ammo_stielhandgranate_open
{
"editor_color" ".3 .3 1"
"editor_mins" "-16 -16 -16"
"editor_maxs" "16 16 16"
"spawnclass" "ncItem"
"model" "xmodel/ammo_stielhandgranate1"
}
entityDef item_ammo_stielhandgranate_closed
{
"editor_color" ".3 .3 1"
"editor_mins" "-16 -16 -16"
"editor_maxs" "16 16 16"
"spawnclass" "ncItem"
"model "xmodel/ammo_stielhandgranate2"
}
entityDef item_health_small
{
"editor_color" ".3 .3 1"
"editor_mins" "-16 -16 -16"
"editor_maxs" "16 16 16"
"spawnclass" "ncItem"
"model "xmodel/health_small"
"inv_health" "10"
}
entityDef item_health
{
"editor_color" ".3 .3 1"
"editor_mins" "-16 -16 -16"
"editor_maxs" "16 16 16"
"spawnclass" "ncItem"
"model" "xmodel/health_medium"
"inv_health" "25"
}
entityDef item_health_large
{
"editor_color" ".3 .3 1"
"editor_mins" "-16 -16 -16"
"editor_maxs" "16 16 16"
"spawnclass" "ncItem"
"model" "xmodel/health_large"
"inv_health" "50"
}