Model_Deer_Stag
Server/Models/Wildlife/Model_Deer_Stag.json, 1.5 KB
Fields
| Field | Type |
|---|---|
Parent | string |
Model | string |
Texture | string |
DefaultAttachments | array[1] |
AnimationSets | object |
Source
{
"Parent": "Deer_Doe",
"Model": "NPC/Wildlife/Deer/Models/Model.blockymodel",
"Texture": "NPC/Wildlife/Deer/Models/Texture.png",
"DefaultAttachments": [
{
"Model": "NPC/Wildlife/Deer/Models/Attachments/Antlers_Flower.blockymodel",
"Texture": "NPC/Wildlife/Deer/Models/Attachments/Antlers_Flower_Brown.png"
}
],
"AnimationSets": {
"Alerted": {
"Animations": [
{
"Animation": "NPC/Wildlife/Deer/Animations/Default/Alerted.blockyanim",
"Looping": false,
"SoundEventId": "SFX_Deer_Stag_Alerted"
}
]
},
"Run": {
"Animations": [
{
"Animation": "NPC/Wildlife/Deer/Animations/Default/Run.blockyanim",
"SoundEventId": "SFX_Deer_Stag_Run",
"Speed": 1
}
]
},
"Hurt": {
"Animations": [
{
"Animation": "NPC/Wildlife/Deer/Animations/Damage/Hurt.blockyanim",
"BlendingDuration": 0.1,
"Looping": false,
"SoundEventId": "SFX_Deer_Stag_Hurt"
}
]
},
"Death": {
"Animations": [
{
"Animation": "NPC/Wildlife/Deer/Animations/Damage/Death.blockyanim",
"Looping": false,
"SoundEventId": "SFX_Deer_Stag_Death"
}
]
},
"Sleep": {
"Animations": [
{
"Animation": "NPC/Wildlife/Deer/Animations/Default/Sleep.blockyanim",
"SoundEventId": "SFX_Deer_Stag_Sleep"
}
]
}
}
}