Warthog
Server/Models/Livestock/Warthog.json, 5.1 KB
Fields
| Field | Type |
|---|---|
Model | string |
Texture | string |
EyeHeight | number |
CrouchOffset | number |
HitBox | object |
Camera | object |
AnimationSets | object |
Source
{
"Model": "NPC/Livestock/Warthog/Models/Model.blockymodel",
"Texture": "NPC/Livestock/Warthog/Models/Texture.png",
"EyeHeight": 1,
"CrouchOffset": -0.3,
"HitBox": {
"Max": {
"X": 0.45,
"Y": 1.2,
"Z": 0.45
},
"Min": {
"X": -0.45,
"Y": 0,
"Z": -0.45
}
},
"Camera": {
"Pitch": {
"AngleRange": {
"Max": 45,
"Min": -30
},
"TargetNodes": [
"Head"
]
},
"Yaw": {
"TargetNodes": [
"Head"
]
}
},
"AnimationSets": {
"Idle": {
"Animations": [
{
"Animation": "NPC/Livestock/Warthog/Animations/Default/Idle.blockyanim",
"SoundEventId": "SFX_Warthog_Walk"
}
]
},
"Walk": {
"Animations": [
{
"Animation": "NPC/Livestock/Warthog/Animations/Default/Walk.blockyanim",
"SoundEventId": "SFX_Warthog_Walk",
"Speed": 1.4
}
]
},
"WalkBackward": {
"Animations": [
{
"Animation": "NPC/Livestock/Warthog/Animations/Default/Walk_Backward.blockyanim",
"SoundEventId": "SFX_Warthog_Walk"
}
]
},
"Run": {
"Animations": [
{
"Animation": "NPC/Livestock/Warthog/Animations/Default/Run.blockyanim",
"SoundEventId": "SFX_Warthog_Run"
}
]
},
"Crouch": {
"Animations": [
{
"Animation": "NPC/Livestock/Warthog/Animations/Default/Crouch.blockyanim",
"BlendingDuration": 0.1
}
]
},
"CrouchWalk": {
"Animations": [
{
"Animation": "NPC/Livestock/Warthog/Animations/Default/Crouch_Walk.blockyanim",
"BlendingDuration": 0.1,
"Speed": 1.3
}
]
},
"CrouchWalkBackward": {
"Animations": [
{
"Animation": "NPC/Livestock/Warthog/Animations/Default/Crouch_Walk_Backward.blockyanim",
"BlendingDuration": 0.1,
"Speed": 1.2
}
]
},
"Jump": {
"Animations": [
{
"Animation": "NPC/Livestock/Warthog/Animations/Default/Jump.blockyanim",
"Looping": false
}
]
},
"JumpWalk": {
"Animations": [
{
"Animation": "NPC/Livestock/Warthog/Animations/Default/Jump.blockyanim",
"BlendingDuration": 0.1,
"Looping": false,
"Speed": 0.8
}
]
},
"JumpRun": {
"Animations": [
{
"Animation": "NPC/Livestock/Warthog/Animations/Default/Jump_Far.blockyanim",
"BlendingDuration": 0.1,
"Looping": false,
"Speed": 0.8
}
]
},
"Fall": {
"Animations": [
{
"Animation": "NPC/Livestock/Warthog/Animations/Default/Fall.blockyanim"
}
]
},
"Alerted": {
"Animations": [
{
"Animation": "NPC/Livestock/Warthog/Animations/Default/Alerted.blockyanim",
"BlendingDuration": 0.1,
"Looping": false,
"SoundEventId": "SFX_Warthog_Alerted"
}
]
},
"Curious": {
"Animations": [
{
"Animation": "NPC/Livestock/Warthog/Animations/Flavor/Curious.blockyanim"
}
]
},
"Hurt": {
"Animations": [
{
"Animation": "NPC/Livestock/Warthog/Animations/Damage/Hurt.blockyanim",
"BlendingDuration": 0.1,
"Looping": false,
"SoundEventId": "SFX_Warthog_Hurt"
}
]
},
"Death": {
"Animations": [
{
"Animation": "NPC/Livestock/Warthog/Animations/Damage/Death.blockyanim",
"BlendingDuration": 0.2,
"Looping": false,
"SoundEventId": "SFX_Warthog_Death"
}
]
},
"Laydown": {
"Animations": [
{
"Animation": "NPC/Livestock/Warthog/Animations/Default/Laydown.blockyanim",
"Looping": false
}
]
},
"Sleep": {
"Animations": [
{
"Animation": "NPC/Livestock/Warthog/Animations/Default/Sleep.blockyanim",
"SoundEventId": "SFX_Warthog_Sleep"
}
]
},
"Wake": {
"Animations": [
{
"Animation": "NPC/Livestock/Warthog/Animations/Default/Wake.blockyanim",
"Looping": false,
"SoundEventId": "SFX_Warthog_Walk"
}
]
},
"Spawn": {
"Animations": [
{
"Animation": "NPC/Livestock/Warthog/Animations/Default/Spawn.blockyanim",
"BlendingDuration": 0,
"Looping": false
}
]
},
"Flee": {
"Animations": [
{
"Animation": "NPC/Livestock/Warthog/Animations/Flavor/Flee.blockyanim",
"SoundEventId": "SFX_Warthog_Run"
}
]
},
"Eat": {
"Animations": [
{
"Animation": "NPC/Livestock/Warthog/Animations/Default/Idle.blockyanim",
"Speed": 0.6
}
]
},
"GreetAnimation": {
"Animations": [
{
"Animation": "NPC/Livestock/Warthog/Animations/Default/Idle.blockyanim",
"Looping": false,
"Speed": 1.0
}
]
}
}
}