Hytale Asset ReferenceUnofficial
Versions / 0.5.3 / Item / Items / Plant / Fruit / Template_Fruit.json

Template_Fruit

Server/Item/Items/Plant/Fruit/Template_Fruit.json, 2.6 KB

Fields

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

Source

{
  "TranslationProperties": {
    "Name": "server.items.Template_Fruit.name"
  },
  "Quality": "Template",
  "Icon": "Icons/ItemsGenerated/Plant_Fruit_Apple.png",
  "Categories": [
    "Blocks.Plants",
    "Items.Foods"
  ],
  "BlockType": {
    "Material": "Empty",
    "DrawType": "Model",
    "Opacity": "Semitransparent",
    "CustomModel": "Resources/Ingredients/Apple.blockymodel",
    "CustomModelTexture": [
      {
        "Texture": "Resources/Ingredients/Apple_Red.png"
      }
    ],
    "HitboxType": "Plant_Medium",
    "RandomRotation": "YawStep1",
    "Gathering": {
      "Harvest": {},
      "Soft": {}
    },
    "Support": {
      "Down": [
        {
          "FaceType": "Full"
        },
        {
          "TagId": "Family=Leaves"
        }
      ],
      "Up": [
        {
          "TagId": "Family=Leaves"
        }
      ],
      "CardinalDirections": [
        {
          "TagId": "Family=Leaves"
        }
      ]
    },
    "BlockParticleSetId": "Flower",
    "BlockSoundSetId": "Plant",
    "PhysicalMaterialId": "Foliage",
    "Group": "Plant",
    "ParticleColor": "#518e2e",
    "CustomModelScale": 0.5,
    "TextureComputedColor": "#96200D"
  },
  "ItemLevel": 0,
  "ResourceTypes": [
    {
      "Id": "Fruits"
    }
  ],
  "Utility": {
    "Compatible": true
  },
  "PlayerAnimationsId": "Item",
  "IconProperties": {
    "Scale": 0.85,
    "Translation": [
      0,
      -10.8
    ],
    "Rotation": [
      22.5,
      45,
      22.5
    ]
  },
  "Interactions": {
    "Secondary": "Root_Secondary_Consume_Food_T1"
  },
  "InteractionVars": {
    "Consume_Charge": {
      "Interactions": [
        {
          "Parent": "Consume_Charge_Food_T1_Inner",
          "Effects": {
            "ItemAnimationId": "Consume"
          }
        }
      ]
    },
    "Effect": {
      "Interactions": [
        {
          "Type": "ApplyEffect",
          "EffectId": "Food_Instant_Heal_T1"
        },
        "HealthRegen_TierCheck_T1"
      ]
    },
    "ConsumeSFX": {
      "Interactions": [
        {
          "Parent": "Consume_SFX",
          "Effects": {
            "LocalSoundEventId": "SFX_Consume_Bread_Local"
          }
        }
      ]
    },
    "ConsumedSFX": {
      "Interactions": [
        {
          "Parent": "Consumed_SFX",
          "Effects": {
            "LocalSoundEventId": "SFX_Consume_Bread_Local"
          }
        }
      ]
    }
  },
  "InteractionConfig": {
    "Priorities": {
      "Secondary": 1
    }
  },
  "Consumable": true,
  "Tags": {
    "Type": [
      "Plant"
    ],
    "Family": [
      "Fruit"
    ]
  },
  "ItemSoundSetId": "ISS_Items_Foliage",
  "Scale": 1.5
}