Slothian_Villager
Server/Models/Intelligent/Slothian/Slothian_Villager.json, 1.3 KB
Fields
| Field | Type |
|---|---|
Parent | string |
Model | string |
Texture | string |
EyeHeight | number |
HitBox | object |
DefaultAttachments | array[1] |
RandomAttachmentSets | object |
Source
{
"Parent": "Slothian",
"Model": "NPC/Intelligent/Slothian/Models/Model.blockymodel",
"Texture": "NPC/Intelligent/Slothian/Models/Gray_Texture.png",
"EyeHeight": 1.75,
"HitBox": {
"Max": {
"X": 0.35,
"Y": 1.9,
"Z": 0.35
},
"Min": {
"X": -0.35,
"Y": 0,
"Z": -0.35
}
},
"DefaultAttachments": [
{
"Model": "NPC/Intelligent/Slothian/Models/Attachments/Eyes.blockymodel",
"Texture": "NPC/Intelligent/Slothian/Models/Attachments/Eyes_Brown.png"
}
],
"RandomAttachmentSets": {
"Loincloth": {
"Loincloth1": {
"Model": "NPC/Intelligent/Slothian/Models/Attachments/Villager/Loincloth.blockymodel",
"Texture": "NPC/Intelligent/Slothian/Models/Attachments/Villager/Loincloth_Texture.png"
},
"Loincloth2": {
"Model": "NPC/Intelligent/Slothian/Models/Attachments/Villager/Loincloth_Dress.blockymodel",
"Texture": "NPC/Intelligent/Slothian/Models/Attachments/Villager/Loincloth_Dress_Texture.png"
}
},
"Scarf": {
"Scarf": {
"Model": "NPC/Intelligent/Slothian/Models/Attachments/Villager/ScarfNecklace.blockymodel",
"Texture": "NPC/Intelligent/Slothian/Models/Attachments/Villager/ScarfNecklace_Texture.png"
},
"Scarf_null": {}
}
}
}