Warthog_Piglet
Server/Models/Livestock/Warthog_Piglet.json, 5.1 KB
Fields
| Field | Type |
|---|---|
Model | string |
Texture | string |
EyeHeight | number |
CrouchOffset | number |
HitBox | object |
AnimationSets | object |
Icon | string |
Source
{
"Model": "NPC/Livestock/Warthog_Piglet/Models/Model.blockymodel",
"Texture": "NPC/Livestock/Warthog_Piglet/Models/Texture.png",
"EyeHeight": 0.4,
"CrouchOffset": -0.06,
"HitBox": {
"Max": {
"X": 0.35,
"Y": 0.6,
"Z": 0.35
},
"Min": {
"X": -0.35,
"Y": 0,
"Z": -0.35
}
},
"AnimationSets": {
"Idle": {
"Animations": [
{
"Animation": "NPC/Livestock/Warthog_Piglet/Animations/Default/Idle.blockyanim"
}
]
},
"Walk": {
"Animations": [
{
"Animation": "NPC/Livestock/Warthog_Piglet/Animations/Default/Walk.blockyanim",
"Speed": 1.6
}
]
},
"WalkBackward": {
"Animations": [
{
"Animation": "NPC/Livestock/Warthog_Piglet/Animations/Default/Walk_Backward.blockyanim"
}
]
},
"Run": {
"Animations": [
{
"Animation": "NPC/Livestock/Warthog_Piglet/Animations/Default/Run.blockyanim",
"SoundEventId": "SFX_Warthog_Piglet_Run",
"Speed": 1.2
}
]
},
"Crouch": {
"Animations": [
{
"Animation": "NPC/Livestock/Warthog_Piglet/Animations/Default/Crouch.blockyanim",
"BlendingDuration": 0.1
}
]
},
"CrouchWalk": {
"Animations": [
{
"Animation": "NPC/Livestock/Warthog_Piglet/Animations/Default/Crouch_Walk.blockyanim",
"BlendingDuration": 0.1,
"Speed": 1.5
}
]
},
"CrouchWalkBackward": {
"Animations": [
{
"Animation": "NPC/Livestock/Warthog_Piglet/Animations/Default/Crouch_Walk_Backward.blockyanim",
"BlendingDuration": 0.1,
"Speed": 1.5
}
]
},
"Jump": {
"Animations": [
{
"Animation": "NPC/Livestock/Warthog_Piglet/Animations/Default/Jump.blockyanim",
"BlendingDuration": 0.1,
"Looping": false,
"Speed": 1.2
}
]
},
"JumpWalk": {
"Animations": [
{
"Animation": "NPC/Livestock/Warthog_Piglet/Animations/Default/Jump.blockyanim",
"BlendingDuration": 0.1,
"Looping": false,
"Speed": 0.8
}
]
},
"JumpRun": {
"Animations": [
{
"Animation": "NPC/Livestock/Warthog_Piglet/Animations/Default/Jump_Far.blockyanim",
"BlendingDuration": 0.1,
"Looping": false,
"Speed": 0.8
}
]
},
"Fall": {
"Animations": [
{
"Animation": "NPC/Livestock/Warthog_Piglet/Animations/Default/Fall.blockyanim",
"Looping": true
}
]
},
"Alerted": {
"Animations": [
{
"Animation": "NPC/Livestock/Warthog_Piglet/Animations/Default/Alerted.blockyanim",
"Looping": false,
"SoundEventId": "SFX_Warthog_Piglet_Alerted"
}
]
},
"Curious": {
"Animations": [
{
"Animation": "NPC/Livestock/Warthog_Piglet/Animations/Flavor/Curious.blockyanim"
}
]
},
"Hurt": {
"Animations": [
{
"Animation": "NPC/Livestock/Warthog_Piglet/Animations/Damage/Hurt.blockyanim",
"Looping": false,
"SoundEventId": "SFX_Warthog_Piglet_Hurt"
}
]
},
"Death": {
"Animations": [
{
"Animation": "NPC/Livestock/Warthog_Piglet/Animations/Damage/Death.blockyanim",
"Looping": false,
"SoundEventId": "SFX_Warthog_Piglet_Death"
},
{
"Animation": "NPC/Livestock/Warthog_Piglet/Animations/Damage/Death2.blockyanim",
"Looping": false,
"SoundEventId": "SFX_Warthog_Piglet_Death"
}
]
},
"Laydown": {
"Animations": [
{
"Animation": "NPC/Livestock/Warthog_Piglet/Animations/Default/Laydown.blockyanim",
"Looping": false
}
]
},
"Sleep": {
"Animations": [
{
"Animation": "NPC/Livestock/Warthog_Piglet/Animations/Default/Sleep.blockyanim"
}
]
},
"Wake": {
"Animations": [
{
"Animation": "NPC/Livestock/Warthog_Piglet/Animations/Default/Wake.blockyanim",
"Looping": false
}
]
},
"Spawn": {
"Animations": [
{
"Animation": "NPC/Livestock/Warthog_Piglet/Animations/Default/Spawn.blockyanim",
"BlendingDuration": 0,
"Looping": false
}
]
},
"Flee": {
"Animations": [
{
"Animation": "NPC/Livestock/Warthog_Piglet/Animations/Flavor/Flee.blockyanim",
"SoundEventId": "SFX_Warthog_Piglet_Run"
}
]
},
"Eat": {
"Animations": [
{
"Animation": "NPC/Livestock/Warthog_Piglet/Animations/Default/Idle.blockyanim",
"Speed": 0.6
}
]
},
"GreetAnimation": {
"Animations": [
{
"Animation": "NPC/Livestock/Warthog_Piglet/Animations/Default/Idle.blockyanim",
"Looping": false,
"Speed": 1
}
]
}
},
"Icon": "Icons/ModelsGenerated/Warthog_Piglet.png"
}