Wraith
Server/Models/Undead/Wraith.json, 1.3 KB
Fields
| Field | Type |
|---|---|
Model | string |
Texture | string |
EyeHeight | number |
CrouchOffset | number |
HitBox | object |
DefaultAttachments | array[0] |
Parent | string |
AnimationSets | object |
Particles | array[2] |
Source
{
"Model": "NPC/Undead/Wraith/Models/Model.blockymodel",
"Texture": "NPC/Undead/Wraith/Models/Texture.png",
"EyeHeight": 1.45,
"CrouchOffset": -0.25,
"HitBox": {
"Max": {
"X": 0.3,
"Y": 1.8,
"Z": 0.3
},
"Min": {
"X": -0.3,
"Y": 0,
"Z": -0.3
}
},
"DefaultAttachments": [],
"Parent": "Player",
"AnimationSets": {
"Alerted": {
"Animations": [
{
"Animation": "Characters/Animations/Default/Idle.blockyanim",
"Looping": false,
"Speed": 1.2
}
]
},
"Laydown": {
"Animations": [
{
"Animation": "Characters/Animations/Default/Crouch.blockyanim",
"Looping": false,
"Speed": 0.5
}
]
},
"Wake": {
"Animations": [
{
"Animation": "Characters/Animations/Default/Idle.blockyanim",
"Looping": false,
"Speed": 1.0
}
]
}
},
"Particles": [
{
"SystemId": "Fire_Blue",
"PositionOffset": {
"Y": -0.2
},
"RotationOffset": {
"Pitch": 180
},
"TargetNodeName": "Pelvis"
},
{
"SystemId": "Fire_Blue",
"TargetNodeName": "Hood-Top",
"Scale": 0.6,
"PositionOffset": {
"Z": 0.3
}
}
]
}