Chick
Server/Models/Livestock/Chick.json, 3.0 KB
Fields
| Field | Type |
|---|---|
Parent | string |
Model | string |
Texture | string |
EyeHeight | number |
CrouchOffset | number |
HitBox | object |
AnimationSets | object |
Source
{
"Parent": "Sparrow",
"Model": "NPC/Livestock/Chick/Models/Model.blockymodel",
"Texture": "NPC/Livestock/Chick/Models/Texture.png",
"EyeHeight": 0.45,
"CrouchOffset": -0.1,
"HitBox": {
"Max": {
"X": 0.2,
"Y": 0.5,
"Z": 0.2
},
"Min": {
"X": -0.2,
"Y": 0,
"Z": -0.2
}
},
"AnimationSets": {
"Alerted": {
"Animations": [
{
"Animation": "NPC/Flying_Critter/Sparrow/Animations/Default/Alerted.blockyanim",
"Looping": false,
"SoundEventId": "SFX_Chick_Alerted"
}
]
},
"Hurt": {
"Animations": [
{
"Animation": "NPC/Flying_Critter/Sparrow/Animations/Damage/Hurt.blockyanim",
"BlendingDuration": 0.1,
"Looping": false,
"SoundEventId": "SFX_Chick_Hurt"
}
]
},
"Death": {
"Animations": [
{
"Animation": "NPC/Flying_Critter/Sparrow/Animations/Damage/Death.blockyanim",
"Looping": false,
"SoundEventId": "SFX_Chick_Death"
}
]
},
"HurtFly": {
"Animations": [
{
"Animation": "NPC/Flying_Critter/Sparrow/Animations/Damage/Hurt_Fly.blockyanim",
"BlendingDuration": 0.1,
"Looping": false,
"SoundEventId": "SFX_Chick_Hurt"
}
]
},
"DeathFly": {
"Animations": [
{
"Animation": "NPC/Flying_Critter/Sparrow/Animations/Damage/Death_Fly.blockyanim",
"BlendingDuration": 0.6,
"SoundEventId": "SFX_Chick_Death"
}
]
},
"DeathFlyImpact": {
"Animations": [
{
"Animation": "NPC/Flying_Critter/Sparrow/Animations/Damage/Death_Fly_Impact.blockyanim",
"BlendingDuration": 0.05,
"Looping": false
}
]
},
"HurtSwim": {
"Animations": [
{
"Looping": false,
"BlendingDuration": 0.1,
"Animation": "NPC/Flying_Critter/Sparrow/Animations/Damage/Hurt_Swim.blockyanim",
"SoundEventId": "SFX_Chick_Hurt"
}
]
},
"DeathSwim": {
"Animations": [
{
"Animation": "NPC/Flying_Critter/Sparrow/Animations/Damage/Death_Swim.blockyanim",
"Looping": false,
"SoundEventId": "SFX_Chick_Death"
}
]
},
"HurtDrown": {
"Animations": [
{
"Animation": "NPC/Flying_Critter/Sparrow/Animations/Damage/Hurt_Drown.blockyanim",
"Looping": false,
"SoundEventId": "SFX_Chick_Hurt"
}
]
},
"DeathDrown": {
"Animations": [
{
"Animation": "NPC/Flying_Critter/Sparrow/Animations/Damage/Death_Drown.blockyanim",
"Looping": false,
"SoundEventId": "SFX_Chick_Death"
}
]
},
"GreetAnimation": {
"Animations": [
{
"Animation": "NPC/Flying_Critter/Sparrow/Animations/Default/Idle.blockyanim",
"Looping": false,
"Speed": 1.2
}
]
}
}
}