Skeleton_Knight
Server/Models/Undead/Skeleton_Knight.json, 1.1 KB
Fields
| Field | Type |
|---|---|
Parent | string |
Texture | string |
EyeHeight | number |
DefaultAttachments | array[5] |
Particles | array[1] |
Source
{
"Parent": "Skeleton",
"Texture": "NPC/Undead/Skeleton/Models/Model_Textures/White.png",
"EyeHeight": 1.5,
"DefaultAttachments": [
{
"Model": "NPC/Undead/Skeleton/Models/Attachments/Cosmetics/Head/Eyes/Eyes.blockymodel",
"Texture": "NPC/Undead/Skeleton/Models/Attachments/Cosmetics/Head/Eyes/Eyes_Blue.png"
},
{
"Model": "NPC/Undead/Skeleton/Models/Attachments/Cosmetics/Chest/Tunic_Torn.blockymodel",
"Texture": "NPC/Undead/Skeleton/Models/Attachments/Cosmetics/Chest/Tunic_Torn_Textures/Tunic_Torn_Red.png"
},
{
"Model": "Cosmetics/Shoes/BootsBasic.blockymodel",
"Texture": "Cosmetics/Shoes/BootsBasic_Textures/Rotten_Leather.png"
},
{
"Model": "NPC/Undead/Skeleton/Models/Attachments/Soldier/Chest.blockymodel",
"Texture": "NPC/Undead/Skeleton/Models/Attachments/Soldier/Chest_Rusty.png"
},
{
"Model": "NPC/Undead/Skeleton/Models/Attachments/Soldier/Head.blockymodel",
"Texture": "NPC/Undead/Skeleton/Models/Attachments/Soldier/Head_Rusty.png"
}
],
"Particles": [
{
"SystemId": "Praetorian_Summon_Spawn"
}
]
}