Hytale Asset ReferenceUnofficial
Versions / 0.5.0-pre.9 / Item / Items / Plant / Plant_Sapling_Cedar.json

Plant_Sapling_Cedar

Server/Item/Items/Plant/Plant_Sapling_Cedar.json, 4.2 KB

Fields

FieldType
TranslationPropertiesobject
Parentstring
Recipeobject
ItemLevelnumber
BlockTypeobject
Iconstring

Source

{
  "TranslationProperties": {
    "Name": "server.items.Plant_Sapling_Cedar.name",
    "Description": "server.items.Plant_Sapling_Cedar.description"
  },
  "Parent": "Plant_Sapling_Oak",
  "Recipe": {
    "TimeSeconds": 0,
    "Input": [
      {
        "ItemId": "Ingredient_Life_Essence",
        "Quantity": 25
      }
    ],
    "OutputQuantity": 1,
    "BenchRequirement": [
      {
        "Type": "Crafting",
        "Id": "Farmingbench",
        "Categories": [
          "Saplings"
        ],
        "RequiredTierLevel": 6
      }
    ]
  },
  "ItemLevel": 9,
  "BlockType": {
    "CustomModelTexture": [
      {
        "Texture": "Blocks/Foliage/Tree/Sapling_Textures/Cedar.png",
        "Weight": 1
      }
    ],
    "Farming": {
      "Stages": {
        "Default": [
          {
            "Block": "Plant_Sapling_Cedar",
            "Duration": {
              "Min": 40000,
              "Max": 60000
            },
            "Type": "BlockType"
          },
          {
            "Prefabs": [
              {
                "Path": "Trees/Cedar/Stage_00/Cedar_Stage00_001.prefab.json",
                "Weight": 1
              },
              {
                "Path": "Trees/Cedar/Stage_00/Cedar_Stage00_002.prefab.json",
                "Weight": 1
              }
            ],
            "Duration": {
              "Min": 40000,
              "Max": 60000
            },
            "Type": "Prefab",
            "ReplaceMaskTags": [
              "Soil"
            ],
            "SoundEventId": "SFX_Crops_Grow"
          },
          {
            "Prefabs": [
              {
                "Path": "Trees/Cedar/Stage_0/Cedar_Stage0_001.prefab.json",
                "Weight": 1
              },
              {
                "Path": "Trees/Cedar/Stage_0/Cedar_Stage0_002.prefab.json",
                "Weight": 1
              }
            ],
            "Duration": {
              "Min": 40000,
              "Max": 60000
            },
            "Type": "Prefab",
            "ReplaceMaskTags": [
              "Soil"
            ],
            "SoundEventId": "SFX_Crops_Grow"
          },
          {
            "Prefabs": [
              {
                "Path": "Trees/Cedar/Stage_1/Cedar_Stage1_001.prefab.json",
                "Weight": 1
              },
              {
                "Path": "Trees/Cedar/Stage_1/Cedar_Stage1_002.prefab.json",
                "Weight": 1
              }
            ],
            "Duration": {
              "Min": 40000,
              "Max": 60000
            },
            "Type": "Prefab",
            "ReplaceMaskTags": [
              "Soil"
            ],
            "SoundEventId": "SFX_Crops_Grow"
          },
          {
            "Prefabs": [
              {
                "Path": "Trees/Cedar/Stage_2/Cedar_Stage2_001.prefab.json",
                "Weight": 1
              },
              {
                "Path": "Trees/Cedar/Stage_2/Cedar_Stage2_002.prefab.json",
                "Weight": 1
              }
            ],
            "Duration": {
              "Min": 40000,
              "Max": 60000
            },
            "Type": "Prefab",
            "ReplaceMaskTags": [
              "Soil"
            ],
            "SoundEventId": "SFX_Crops_Grow"
          },
          {
            "Prefabs": [
              {
                "Path": "Trees/Cedar/Stage_3/Cedar_Stage3_001.prefab.json",
                "Weight": 1
              },
              {
                "Path": "Trees/Cedar/Stage_3/Cedar_Stage3_002.prefab.json",
                "Weight": 1
              }
            ],
            "Type": "Prefab",
            "ReplaceMaskTags": [
              "Soil"
            ],
            "SoundEventId": "SFX_Crops_Grow"
          }
        ]
      },
      "StartingStageSet": "Default",
      "ActiveGrowthModifiers": [
        "Fertilizer",
        "Water",
        "LightLevel"
      ]
    },
    "BlockEntity": {
      "Components": {
        "FarmingBlock": {}
      }
    },
    "Gathering": {
      "Soft": {
        "ItemId": "Plant_Sapling_Cedar"
      }
    },
    "Opacity": "Transparent",
    "BlockParticleSetId": "Grass",
    "ParticleColor": "#35675b",
    "TextureComputedColor": "#3C604C"
  },
  "Icon": "Icons/ItemsGenerated/Plant_Cedar_Sapling.png"
}