Hytale Asset ReferenceUnofficial
Versions / 0.5.6 / Models / Intelligent / Goblin / Goblin_Miner.json

Goblin_Miner

Server/Models/Intelligent/Goblin/Goblin_Miner.json, 1.7 KB

Fields

FieldType
Parentstring
Modelstring
Texturestring
DefaultAttachmentsarray[3]
AnimationSetsobject
Particlesarray[1]
Lightobject
RandomAttachmentSetsobject
Iconstring

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,
      "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"
      }
    }
  },
  "Icon": "Icons/ModelsGenerated/Goblin_Miner.png"
}