sourcemod-plugins/data/randomizer/c1m1_hotel.json
2024-07-13 21:27:08 -05:00

26 lines
No EOL
848 B
JSON

{
"group1": {
"chance": 0.1,
"exclusions": ["group2"],
"variants": [
{
"weight": 1,
"entities": [
{
"origin": [1421.24, 5780.23, 2881.16],
"angles": [0.00, 0.00, 0.00],
"size": [5.00, 5.00, 5.00],
"model": "models/props/cs_assault/forklift.mdl"
},
{
"origin": [1139.59, 5685.23, 2883.25],
"angles": [0.00, 0.00, 0.00],
"size": [5.00, 5.00, 5.00],
"model": "models/props_unique/airportdeparturescreen01.mdl"
}
]
}
]
}
}