Goblin_Miner
Server/Models/Intelligent/Goblin/Goblin_Miner.json, 1.6 KB
Fields
| Field | Type |
|---|---|
Parent | string |
Model | string |
Texture | string |
DefaultAttachments | array[3] |
AnimationSets | object |
Particles | array[1] |
Light | object |
RandomAttachmentSets | object |
Source
{
"Parent": "Goblin",
"Model": "NPC/Intelligent/Goblin/Models/Model.blockymodel",
"Texture": "NPC/Intelligent/Goblin/Models/Model_Textures/Vapid.png",
"DefaultAttachments": [
{
"Model": "NPC/Intelligent/Goblin/Models/Attachments/Miner/Helmet.blockymodel",
"Texture": "NPC/Intelligent/Goblin/Models/Attachments/Miner/Helmet_Texture.png"
},
{
"Model": "NPC/Intelligent/Goblin/Models/Attachments/Miner/Shorts.blockymodel",
"Texture": "NPC/Intelligent/Goblin/Models/Attachments/Miner/Shorts_Texture.png"
},
{
"Model": "NPC/Intelligent/Goblin/Models/Attachments/Miner/Scarf.blockymodel",
"Texture": "NPC/Intelligent/Goblin/Models/Attachments/Miner/Scarf_Texture.png"
}
],
"AnimationSets": {
"MineFluid": {
"Animations": [
{
"Animation": "NPC/Intelligent/Goblin/Animations/Flavor/Hunch_Smack.blockyanim",
"Looping": true
}
]
}
},
"Particles": [
{
"SystemId": "Candle_Fire",
"TargetNodeName": "Candle-Wick",
"Scale": 1.0,
"PositionOffset": {
"Y": 0.03
},
"Color": "#ffcd10"
}
],
"Light": {
"Color": "#553"
},
"RandomAttachmentSets": {
"Backpack": {
"Copper": {
"Model": "NPC/Intelligent/Goblin/Models/Attachments/Miner/Backpack.blockymodel",
"Texture": "NPC/Intelligent/Goblin/Models/Attachments/Miner/Backpack_Texture.png"
},
"Iron": {
"Model": "NPC/Intelligent/Goblin/Models/Attachments/Miner/Backpack.blockymodel",
"Texture": "NPC/Intelligent/Goblin/Models/Attachments/Miner/Backpack_Texture2.png"
}
}
}
}