Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.7 / Item / Items / Plant / Crop / _Template / Template_Seeds.json

Template_Seeds

Server/Item/Items/Plant/Crop/_Template/Template_Seeds.json, 1.1 KB

Fields

FieldType
TranslationPropertiesobject
Qualitystring
Categoriesarray[1]
Interactionsobject
InteractionVarsobject
Modelstring
Texturestring
PlayerAnimationsIdstring
Utilityobject
Iconstring
IconPropertiesobject
Tagsobject
ItemEntityobject
ItemSoundSetIdstring
InteractionConfigobject

Source

{
  "TranslationProperties": {
    "Name": "server.items.Template_Seeds.name"
  },
  "Quality": "Template",
  "Categories": [
    "Blocks.Plants"
  ],
  "Interactions": {
    "Secondary": "Seed_Condition"
  },
  "InteractionVars": {
    "SeedId": {
      "Interactions": [
        {
          "Parent": "Seed_Place",
          "BlockTypeToPlace": "Template_Crop_Stage_Start"
        }
      ]
    }
  },
  "Model": "Resources/Plants/SeedBag.blockymodel",
  "Texture": "Resources/Plants/SeedBag_Textures/Lettuce.png",
  "PlayerAnimationsId": "Item",
  "Utility": {
    "Compatible": true
  },
  "Icon": "Icons/ItemsGenerated/Plant_Seeds_Lettuce.png",
  "IconProperties": {
    "Scale": 1.1,
    "Translation": [
      2.5,
      -11
    ],
    "Rotation": [
      0,
      30,
      15
    ]
  },
  "Tags": {
    "Type": [
      "Plant"
    ],
    "Family": [
      "Seeds"
    ]
  },
  "ItemEntity": {
    "ParticleSystemId": null
  },
  "ItemSoundSetId": "ISS_Items_Foliage",
  "InteractionConfig": {
    "Priorities": {
      "Secondary": {
        "MainHand": 5
      }
    }
  }
}