Golem_Crystal_Sand
Server/Models/Elemental/Golem_Crystal_Sand.json, 2.0 KB
Fields
| Field | Type |
|---|---|
Parent | string |
Texture | string |
DefaultAttachments | array[2] |
AnimationSets | object |
Icon | string |
Source
{
"Parent": "Golem_Crystal_Earth",
"Texture": "NPC/Elemental/Golem_Crystal/Models/Model_Textures/Sand.png",
"DefaultAttachments": [
{
"Model": "NPC/Elemental/Golem_Crystal/Models/Attachments/Sand/Eye.blockymodel",
"Texture": "NPC/Elemental/Golem_Crystal/Models/Attachments/Sand/Eye_Texture.png"
},
{
"Model": "NPC/Elemental/Golem_Crystal/Models/Attachments/Sand/Head.blockymodel",
"Texture": "NPC/Elemental/Golem_Crystal/Models/Attachments/Sand/Head_Texture.png"
}
],
"AnimationSets": {
"Alerted": {
"Animations": [
{
"Animation": "NPC/Elemental/Golem_Crystal/Animations/Default/Alerted.blockyanim",
"Looping": false,
"SoundEventId": "SFX_Golem_Sand_Alerted"
}
]
},
"Hurt": {
"Animations": [
{
"Animation": "NPC/Elemental/Golem_Crystal/Animations/Damage/Hurt.blockyanim",
"BlendingDuration": 0.1,
"Looping": false,
"SoundEventId": "SFX_Golem_Sand_Hurt"
},
{
"Animation": "NPC/Elemental/Golem_Crystal/Animations/Damage/Hurt2.blockyanim",
"BlendingDuration": 0.1,
"Looping": false,
"SoundEventId": "SFX_Golem_Sand_Hurt"
}
]
},
"Death": {
"Animations": [
{
"Animation": "NPC/Elemental/Golem_Crystal/Animations/Damage/Death.blockyanim",
"Looping": false,
"SoundEventId": "SFX_Golem_Sand_Death"
}
]
},
"Laydown": {
"Animations": [
{
"Animation": "NPC/Elemental/Golem_Crystal/Animations/Default/Laydown.blockyanim",
"Looping": false,
"SoundEventId": "SFX_Golem_Sand_Laydown"
}
]
},
"Wake": {
"Animations": [
{
"Animation": "NPC/Elemental/Golem_Crystal/Animations/Default/Wake.blockyanim",
"Looping": false,
"SoundEventId": "SFX_Golem_Sand_Wake"
}
]
}
},
"Icon": "Icons/ModelsGenerated/Golem_Crystal_Sand.png"
}