Deployable_Fire_Trap_Preview
Server/Models/Deployables/Deployable_Fire_Trap_Preview.json, 1.2 KB
Fields
| Field | Type |
|---|---|
Model | string |
Texture | string |
EyeHeight | number |
CrouchOffset | number |
HitBox | object |
AnimationSets | object |
Particles | array[1] |
Source
{
"Model": "Items/Deployables/Fire_Trap/Fire_Trap.blockymodel",
"Texture": "Items/Projectiles/Fireball_Textures/Fireball.png",
"EyeHeight": 0.9,
"CrouchOffset": 0.0,
"HitBox": {
"Max": {
"X": 0.4,
"Y": 1.3,
"Z": 0.4
},
"Min": {
"X": -0.4,
"Y": 0,
"Z": -0.4
}
},
"AnimationSets": {
"Idle": {
"Animations": [
{
"Animation": "Items/Deployables/Fire_Trap/Fire_Trap_Idle.blockyanim",
"Speed": 0.4,
"Looping": false
}
]
},
"Grow": {
"Animations": [
{
"Animation": "Items/Deployables/Fire_Trap/Fire_Trap_Spin_Grow.blockyanim",
"Speed": 0.4,
"Looping": false
}
]
},
"Looping": {
"Animations": [
{
"Animation": "Items/Deployables/Fire_Trap/Fire_Trap_Spin_Large.blockyanim",
"Speed": 0.4,
"Looping": true
}
]
}
},
"Particles": [
{
"SystemId": "Fire_Trap_Preview_GS",
"TargetNodeName": "G1",
"PositionOffset": {
"X": 0,
"Y": 0.2,
"Z": 0
},
"Color": "#0066ff"
}
]
}