Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.4 / Item / Items / Plant / Crop / _Template / Template_Crop_Item.json

Template_Crop_Item

Server/Item/Items/Plant/Crop/_Template/Template_Crop_Item.json, 1.7 KB

Fields

FieldType
TranslationPropertiesobject
Consumableboolean
Iconstring
IconPropertiesobject
Qualitystring
Categoriesarray[1]
ResourceTypesarray[1]
PlayerAnimationsIdstring
Tagsobject
ItemEntityobject
Interactionsobject
InteractionVarsobject
Utilityobject
InteractionConfigobject
BlockTypeobject
ItemSoundSetIdstring

Source

{
  "TranslationProperties": {
    "Name": "server.items.Template_Crop.name"
  },
  "Consumable": true,
  "Icon": "Icons/ItemsGenerated/Plant_Crop_Lettuce.png",
  "IconProperties": {
    "Scale": 0.7,
    "Translation": [
      -3,
      -7.8
    ],
    "Rotation": [
      42.8,
      29.3,
      0
    ]
  },
  "Quality": "Template",
  "Categories": [
    "Items.Foods"
  ],
  "ResourceTypes": [
    {
      "Id": "Vegetables"
    }
  ],
  "PlayerAnimationsId": "Item",
  "Tags": {
    "Type": [
      "Plant"
    ],
    "Family": [
      "Crop"
    ]
  },
  "ItemEntity": {
    "ParticleSystemId": null
  },
  "Interactions": {
    "Secondary": "Root_Secondary_Consume_Food_T1"
  },
  "InteractionVars": {
    "Effect": {
      "Interactions": [
        {
          "Type": "ApplyEffect",
          "EffectId": "Food_Instant_Heal_T1"
        },
        "HealthRegen_TierCheck_T1"
      ]
    }
  },
  "Utility": {
    "Compatible": true
  },
  "InteractionConfig": {
    "Priorities": {
      "Secondary": 1
    }
  },
  "BlockType": {
    "InteractionHint": "server.interactionHints.harvest",
    "Material": "Solid",
    "DrawType": "Model",
    "HitboxType": "Food_Medium",
    "CustomModel": "Resources/Ingredients/Cabbage.blockymodel",
    "CustomModelScale": 0.7,
    "CustomModelTexture": [
      {
        "Texture": "Resources/Ingredients/Cabbage_Lettuce.png",
        "Weight": 1
      }
    ],
    "Support": {
      "Down": [
        {
          "FaceType": "Full"
        }
      ]
    },
    "ParticleColor": "#cabc3f",
    "RandomRotation": "YawStep1",
    "Gathering": {
      "Harvest": {},
      "Soft": {}
    },
    "TextureComputedColor": "#46832D"
  },
  "ItemSoundSetId": "ISS_Items_Foliage"
}