Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.4 / Item / Items / Plant / Plant_Sapling_Redwood.json

Plant_Sapling_Redwood

Server/Item/Items/Plant/Plant_Sapling_Redwood.json, 3.8 KB

Fields

FieldType
TranslationPropertiesobject
Parentstring
Recipeobject
ItemLevelnumber
BlockTypeobject
Iconstring

Source

{
  "TranslationProperties": {
    "Name": "server.items.Plant_Sapling_Redwood.name",
    "Description": "server.items.Plant_Sapling_Redwood.description"
  },
  "Parent": "Plant_Sapling_Oak",
  "Recipe": {
    "TimeSeconds": 0,
    "Input": [
      {
        "ItemId": "Ingredient_Life_Essence",
        "Quantity": 20
      }
    ],
    "OutputQuantity": 1,
    "BenchRequirement": [
      {
        "Type": "Crafting",
        "Id": "Farmingbench",
        "Categories": [
          "Saplings"
        ],
        "RequiredTierLevel": 5
      }
    ]
  },
  "ItemLevel": 8,
  "BlockType": {
    "CustomModelTexture": [
      {
        "Texture": "Blocks/Foliage/Tree/Sapling_Textures/Redwood.png",
        "Weight": 1
      }
    ],
    "Farming": {
      "Stages": {
        "Default": [
          {
            "Block": "Plant_Sapling_Redwood",
            "Duration": {
              "Min": 30000,
              "Max": 80000
            },
            "Type": "BlockType"
          },
          {
            "Prefabs": [
              {
                "Path": "Trees/Redwood/Stage_00/Redwood_Stage00_001.prefab.json",
                "Weight": 1
              }
            ],
            "Duration": {
              "Min": 30000,
              "Max": 80000
            },
            "Type": "Prefab",
            "ReplaceMaskTags": [
              "Soil"
            ],
            "TolerateObstructionsBelowY": -1,
            "SoundEventId": "SFX_Crops_Grow"
          },
          {
            "Prefabs": [
              {
                "Path": "Trees/Redwood/Stage_0/Redwood_Stage0_001.prefab.json",
                "Weight": 1
              }
            ],
            "Duration": {
              "Min": 30000,
              "Max": 80000
            },
            "Type": "Prefab",
            "ReplaceMaskTags": [
              "Soil"
            ],
            "TolerateObstructionsBelowY": -1,
            "SoundEventId": "SFX_Crops_Grow"
          },
          {
            "Prefabs": [
              {
                "Path": "Trees/Redwood/Stage_1/Redwood_Stage1_001.prefab.json",
                "Weight": 1
              }
            ],
            "Duration": {
              "Min": 30000,
              "Max": 80000
            },
            "Type": "Prefab",
            "ReplaceMaskTags": [
              "Soil"
            ],
            "TolerateObstructionsBelowY": -1,
            "SoundEventId": "SFX_Crops_Grow"
          },
          {
            "Prefabs": [
              {
                "Path": "Trees/Redwood/Stage_2/Redwood_Stage2_001.prefab.json",
                "Weight": 1
              }
            ],
            "Duration": {
              "Min": 30000,
              "Max": 80000
            },
            "Type": "Prefab",
            "ReplaceMaskTags": [
              "Soil"
            ],
            "TolerateObstructionsBelowY": -1,
            "SoundEventId": "SFX_Crops_Grow"
          },
          {
            "Prefabs": [
              {
                "Path": "Trees/Redwood/Stage_3/Redwood_Stage3_001.prefab.json",
                "Weight": 1
              }
            ],
            "Type": "Prefab",
            "ReplaceMaskTags": [
              "Soil"
            ],
            "TolerateObstructionsBelowY": -1,
            "SoundEventId": "SFX_Crops_Grow"
          }
        ]
      },
      "StartingStageSet": "Default",
      "ActiveGrowthModifiers": [
        "Fertilizer",
        "Water",
        "LightLevel"
      ]
    },
    "BlockEntity": {
      "Components": {
        "FarmingBlock": {}
      }
    },
    "Gathering": {
      "Soft": {
        "ItemId": "Plant_Sapling_Redwood"
      }
    },
    "Opacity": "Transparent",
    "BlockParticleSetId": "Grass",
    "ParticleColor": "#364f2f",
    "TextureComputedColor": "#374428"
  },
  "Icon": "Icons/ItemsGenerated/Plant_Redwood_Sapling.png"
}