mirror of
https://github.com/Jackzmc/sourcemod-plugins.git
synced 2025-05-08 16:33:21 +00:00
Add data
This commit is contained in:
parent
584fd758cc
commit
e1f00e8c71
3 changed files with 199 additions and 0 deletions
26
data/randomizer/c1m1_hotel.json
Normal file
26
data/randomizer/c1m1_hotel.json
Normal file
|
@ -0,0 +1,26 @@
|
|||
{
|
||||
"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"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue