Boots Upgrade
Configuration
{
"name": "ambulance",
"weapons": [
{
"name": "Fire Extinguisher",
"type": "weapon_fireextinguisher",
"components": [
]
},
{
"name": "Pistol",
"type": "weapon_pistol",
"components": [
"COMPONENT_AT_PI_FLSH"
]
}],
"objects": [
{
"name": "Cone",
"objectname": "prop_roadcone02a",
"maxplace": 6
},
{
"name": "Cone 2",
"objectname": "prop_roadcone02b",
"maxplace": 6
}
],
"equipment": [
{ "name": "Scoop", "propname": "prop_scoop" },
{ "name": "Primary Bag", "propname": "prop_primarybag" },
{ "name": "O2 Cylinder", "propname": "prop_o2cylinder" },
{ "name": "ALS Bag", "propname": "prop_alsbag" }
],
"others": [
{ "name": "Example Command", "command": "this_is_a_command" }
]
```
}Last updated