Goblin_Lobber
Server/Models/Intelligent/Goblin/Goblin_Lobber.json, 2.1 KB
Fields
| Field | Type |
|---|---|
Parent | string |
Model | string |
Texture | string |
DefaultAttachments | array[8] |
Particles | array[3] |
Icon | string |
Source
{
"Parent": "Goblin",
"Model": "NPC/Intelligent/Goblin/Models/Model.blockymodel",
"Texture": "NPC/Intelligent/Goblin/Models/Model_Textures/Muddy.png",
"DefaultAttachments": [
{
"Model": "NPC/Intelligent/Goblin/Models/Attachments/Lobber/Tongue.blockymodel",
"Texture": "NPC/Intelligent/Goblin/Models/Attachments/Lobber/Tongue_Texture.png"
},
{
"Model": "NPC/Intelligent/Goblin/Models/Attachments/Lobber/Goggles.blockymodel",
"Texture": "NPC/Intelligent/Goblin/Models/Attachments/Lobber/Goggles_Texture.png"
},
{
"Model": "NPC/Intelligent/Goblin/Models/Attachments/Lobber/Gloves.blockymodel",
"Texture": "NPC/Intelligent/Goblin/Models/Attachments/Lobber/Gloves_Texture.png"
},
{
"Model": "NPC/Intelligent/Goblin/Models/Attachments/Lobber/Backpack.blockymodel",
"Texture": "NPC/Intelligent/Goblin/Models/Attachments/Lobber/Backpack_Texture.png"
},
{
"Model": "NPC/Intelligent/Goblin/Models/Attachments/Cosmetics/Hair/Goblin_Mohawk.blockymodel",
"Texture": "NPC/Intelligent/Goblin/Models/Attachments/Cosmetics/Hair/Goblin_Mohawk_Textures/Brown.png"
},
{
"Model": "NPC/Intelligent/Goblin/Models/Attachments/Cosmetics/Head/Goblin_Eyebrows.blockymodel",
"Texture": "NPC/Intelligent/Goblin/Models/Attachments/Cosmetics/Head/Goblin_Eyebrows_Textures/Brown.png"
},
{
"Model": "NPC/Intelligent/Goblin/Models/Attachments/Cosmetics/Rag/Rag_Pelvis.blockymodel",
"Texture": "NPC/Intelligent/Goblin/Models/Attachments/Cosmetics/Rag/Rag_Pelvis_Textures/Black.png"
},
{
"Model": "NPC/Intelligent/Goblin/Models/Attachments/Lobber/Bomb_Juggle.blockymodel",
"Texture": "NPC/Intelligent/Goblin/Models/Weapons/Bomb/Fire_Texture.png"
}
],
"Particles": [
{
"SystemId": "Fuse_Bomb",
"TargetEntityPart": "Entity",
"TargetNodeName": "Fuse"
},
{
"SystemId": "Fuse_Bomb",
"TargetEntityPart": "Entity",
"TargetNodeName": "Fuse3"
},
{
"SystemId": "Fuse_Bomb",
"TargetEntityPart": "Entity",
"TargetNodeName": "Fuse2"
}
],
"Icon": "Icons/ModelsGenerated/Goblin_Lobber.png"
}