Model_Bee_Swarm
Server/Models/Critter/Model_Bee_Swarm.json, 436 B
Fields
| Field | Type |
|---|---|
HitBox | object |
DefaultAttachments | array[1] |
Particles | array[1] |
Model | string |
Texture | string |
EyeHeight | number |
Source
{
"HitBox": {
"Max": {
"X": 0.5,
"Y": 1.0,
"Z": 0.5
},
"Min": {
"X": -0.5,
"Y": 0,
"Z": -0.5
}
},
"DefaultAttachments": [
{}
],
"Particles": [
{
"SystemId": "Bee_Swarm_Friendly",
"PositionOffset": {
"Y": 1.0
}
}
],
"Model": "Characters/Empty_Cube.blockymodel",
"Texture": "Characters/Empty_Cube_Texture.png",
"EyeHeight": 1.0
}