Boar_Piglet
Server/Models/Livestock/Boar_Piglet.json, 2.4 KB
Fields
| Field | Type |
|---|---|
Parent | string |
Model | string |
Texture | string |
EyeHeight | number |
CrouchOffset | number |
HitBox | object |
AnimationSets | object |
Icon | string |
IconProperties | object |
Source
{
"Parent": "Piglet",
"Model": "NPC/Livestock/Boar_Piglet/Models/Model.blockymodel",
"Texture": "NPC/Livestock/Boar_Piglet/Models/Texture.png",
"EyeHeight": 0.3,
"CrouchOffset": -0.06,
"HitBox": {
"Max": {
"X": 0.25,
"Y": 0.45,
"Z": 0.25
},
"Min": {
"X": -0.25,
"Y": 0,
"Z": -0.25
}
},
"AnimationSets": {
"Alerted": {
"Animations": [
{
"Animation": "NPC/Livestock/Boar_Piglet/Animations/Default/Alerted.blockyanim",
"Looping": false,
"SoundEventId": "SFX_Piglet_Alerted"
}
]
},
"Hurt": {
"Animations": [
{
"Animation": "NPC/Livestock/Boar_Piglet/Animations/Damage/Hurt.blockyanim",
"BlendingDuration": 0.1,
"Looping": false,
"SoundEventId": "SFX_Piglet_Hurt"
}
]
},
"Death": {
"Animations": [
{
"Animation": "NPC/Livestock/Boar_Piglet/Animations/Damage/Death.blockyanim",
"Looping": false,
"SoundEventId": "SFX_Piglet_Death"
},
{
"Animation": "NPC/Livestock/Boar_Piglet/Animations/Damage/Death2.blockyanim",
"Looping": false,
"SoundEventId": "SFX_Piglet_Death"
}
]
},
"Laydown": {
"Animations": [
{
"Animation": "NPC/Livestock/Boar_Piglet/Animations/Default/Laydown.blockyanim",
"Looping": false
}
]
},
"Sleep": {
"Animations": [
{
"Animation": "NPC/Livestock/Boar_Piglet/Animations/Default/Sleep.blockyanim"
}
]
},
"Wake": {
"Animations": [
{
"Animation": "NPC/Livestock/Boar_Piglet/Animations/Default/Wake.blockyanim",
"Looping": false
}
]
},
"Eat": {
"Animations": [
{
"Animation": "NPC/Livestock/Piglet/Animations/Default/Idle.blockyanim",
"Speed": 0.6
}
]
},
"GreetAnimation": {
"Animations": [
{
"Animation": "NPC/Livestock/Piglet/Animations/Default/Idle.blockyanim",
"Looping": false,
"Speed": 1
}
]
}
},
"Icon": "Icons/ModelsGenerated/Boar_Piglet.png",
"IconProperties": {
"Scale": 0.5,
"Rotation": [
0,
-45,
0
],
"Translation": [
3,
-17
]
}
}