Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.1 / Item / Items / EggSpawner / Egg_Spawner_Sheep.json

Egg_Spawner_Sheep

Server/Item/Items/EggSpawner/Egg_Spawner_Sheep.json, 770 B

Fields

FieldType
TranslationPropertiesobject
Qualitystring
PlayerAnimationsIdstring
Interactionsobject
Modelstring
Texturestring
Iconstring
IconPropertiesobject
Tagsobject

Source

{
  "TranslationProperties": {
    "Name": "server.items.Egg_Spawner_Sheep.name"
  },
  "Quality": "Common",
  "PlayerAnimationsId": "Item",
  "Interactions": {
    "Primary": {
      "Interactions": [
        {
          "Type": "SpawnNPC",
          "EntityId": "Sheep",
          "SpawnOffset": {
            "X": 0,
            "Y": 0.5,
            "Z": 0
          }
        }
      ]
    }
  },
  "Model": "Items/Consumables/Food/Egg.blockymodel",
  "Texture": "Items/Consumables/Food/Egg_White_Texture.png",
  "Icon": "Icons/ItemsGenerated/Food_Egg_White.png",
  "IconProperties": {
    "Rotation": [
      22.5,
      45,
      22.5
    ],
    "Scale": 0.7,
    "Translation": [
      0,
      -5.4
    ]
  },
  "Tags": {
    "Type": [
      "Food"
    ]
  }
}