Outlander_Cultist
Server/Models/Intelligent/Outlander/Outlander_Cultist.json, 2.2 KB
Fields
| Field | Type |
|---|---|
Parent | string |
AnimationSets | object |
DefaultAttachments | array[6] |
Source
{
"Parent": "Outlander",
"AnimationSets": {
"Alerted": {
"Animations": [
{
"Animation": "Characters/Animations/Default/Idle.blockyanim",
"Looping": false,
"Speed": 1.2
}
]
},
"IdleYawn": {
"Animations": [
{
"Animation": "Characters/Animations/Default/Idle.blockyanim",
"Looping": false,
"Speed": 0.8
}
]
},
"Wake": {
"Animations": [
{
"Animation": "Characters/Animations/Default/Idle.blockyanim",
"Looping": false,
"Speed": 1.0
}
]
},
"WakeRain": {
"Animations": [
{
"Animation": "Characters/Animations/Default/Idle.blockyanim",
"Looping": false,
"Speed": 1.0
}
]
},
"Kneel": {
"Animations": [
{
"Animation": "Characters/Animations/Default/Crouch.blockyanim",
"Speed": 0.5
}
]
},
"Eat": {
"Animations": [
{
"Animation": "Characters/Animations/Default/Idle.blockyanim",
"Speed": 0.6
}
]
}
},
"DefaultAttachments": [
{
"Model": "Characters/Body_Attachments/Mouths/Mouth1.blockymodel",
"Texture": "Characters/Body_Attachments/Mouths/Mouth1_Textures/Outlander_1.png"
},
{
"Model": "Characters/Body_Attachments/Ears/Ears1.blockymodel",
"Texture": "Characters/Body_Attachments/Ears/Ears1_Textures/Outlander_1.png"
},
{
"Model": "NPC/Intelligent/Outlander/Models/Attachments/Cultist/Head.blockymodel",
"Texture": "NPC/Intelligent/Outlander/Models/Attachments/Cultist/Head_Texture.png"
},
{
"Model": "NPC/Intelligent/Outlander/Models/Attachments/Cultist/Legs.blockymodel",
"Texture": "NPC/Intelligent/Outlander/Models/Attachments/Cultist/Legs_Texture.png"
},
{
"Model": "NPC/Intelligent/Outlander/Models/Attachments/Cultist/Hand.blockymodel",
"Texture": "NPC/Intelligent/Outlander/Models/Attachments/Cultist/Hand_Texture.png"
},
{
"Model": "NPC/Intelligent/Outlander/Models/Attachments/Cultist/Chest.blockymodel",
"Texture": "NPC/Intelligent/Outlander/Models/Attachments/Cultist/Chest_Texture.png"
}
]
}