Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.10 / Item / Items / Plant / Crop / Rice / Plant_Crop_Rice_Block.json

Plant_Crop_Rice_Block

Server/Item/Items/Plant/Crop/Rice/Plant_Crop_Rice_Block.json, 5.7 KB

Fields

FieldType
TranslationPropertiesobject
Parentstring
BlockTypeobject
IconPropertiesobject
Iconstring

Source

{
  "TranslationProperties": {
    "Name": "server.items.Plant_Crop_Rice_StageFinal.name"
  },
  "Parent": "Template_Crop_Block",
  "BlockType": {
    "RandomRotation": "YawStep90",
    "CustomModelTexture": [
      {
        "Texture": "Resources/Plants/Seeds_Textures/Yellow02.png",
        "Weight": 1
      }
    ],
    "State": {
      "Definitions": {
        "Stage1": {
          "CustomModel": "Blocks/Foliage/Plants/Dense_Small_3Rows.blockymodel",
          "CustomModelTexture": [
            {
              "Texture": "Blocks/Foliage/Plants/Dense_Small_3Rows_Wheat_01.png",
              "Weight": 1
            }
          ],
          "Effect": [
            "WindAttached"
          ],
          "Gathering": {
            "Soft": {
              "IsWeaponBreakable": false,
              "DropList": "Drops_Plant_Crop_Rice_Stage1"
            }
          },
          "HitboxType": "Plant_Small",
          "BlockParticleSetId": "Grass",
          "BlockSoundSetId": "Plant",
          "ParticleColor": "#93d72c"
        },
        "Stage2": {
          "CustomModel": "Blocks/Foliage/Plants/Dense_Medium_3Rows.blockymodel",
          "CustomModelTexture": [
            {
              "Texture": "Blocks/Foliage/Plants/Dense_Medium_3Rows_Wheat_02.png",
              "Weight": 1
            }
          ],
          "Effect": [
            "WindAttached"
          ],
          "Gathering": {
            "Soft": {
              "IsWeaponBreakable": false,
              "DropList": "Drops_Plant_Crop_Rice_Stage2"
            }
          },
          "HitboxType": "Plant_Large",
          "BlockParticleSetId": "Grass",
          "BlockSoundSetId": "Plant",
          "ParticleColor": "#c3d05d"
        },
        "Stage3": {
          "CustomModel": "Blocks/Foliage/Plants/Dense_Medium_3Rows.blockymodel",
          "CustomModelTexture": [
            {
              "Texture": "Blocks/Foliage/Plants/Dense_Medium_3Rows_Wheat_03.png",
              "Weight": 1
            }
          ],
          "Effect": [
            "WindAttached"
          ],
          "Gathering": {
            "Soft": {
              "IsWeaponBreakable": false,
              "DropList": "Drops_Plant_Crop_Rice_Stage3"
            }
          },
          "HitboxType": "Plant_Full",
          "BlockParticleSetId": "Grass",
          "BlockSoundSetId": "Plant",
          "ParticleColor": "#dfe285"
        },
        "StageFinal": {
          "CustomModel": "Blocks/Foliage/Plants/Dense_Tall.blockymodel",
          "CustomModelTexture": [
            {
              "Texture": "Blocks/Foliage/Plants/Dense_Tall_Textures/Rice.png",
              "Weight": 1
            }
          ],
          "Effect": [
            "WindAttached"
          ],
          "Gathering": {
            "Harvest": {
              "DropList": "Drops_Plant_Crop_Rice_StageFinal_Harvest"
            },
            "Soft": {
              "IsWeaponBreakable": false,
              "DropList": "Drops_Plant_Crop_Rice_StageFinal"
            }
          },
          "BlockParticleSetId": "Grass",
          "ParticleColor": "#efcc7b",
          "BlockSoundSetId": "Plant",
          "HitboxType": "Plant_Tall_Small"
        }
      }
    },
    "Farming": {
      "Stages": {
        "Default": [
          {
            "Duration": {
              "Min": 10500,
              "Max": 10500
            },
            "Type": "BlockState",
            "State": "default"
          },
          {
            "Duration": {
              "Min": 25300,
              "Max": 25300
            },
            "Type": "BlockState",
            "SoundEventId": "SFX_Crops_Grow",
            "State": "Stage1"
          },
          {
            "Duration": {
              "Min": 25300,
              "Max": 25300
            },
            "Type": "BlockState",
            "SoundEventId": "SFX_Crops_Grow",
            "State": "Stage2"
          },
          {
            "Duration": {
              "Min": 25300,
              "Max": 25300
            },
            "Type": "BlockState",
            "SoundEventId": "SFX_Crops_Grow",
            "State": "Stage3"
          },
          {
            "Type": "BlockState",
            "SoundEventId": "SFX_Crops_Grow_Stage_Complete",
            "State": "StageFinal"
          }
        ],
        "Harvested": [
          {
            "Duration": {
              "Min": 25300,
              "Max": 25300
            },
            "Type": "BlockState",
            "SoundEventId": "SFX_Crops_Grow",
            "State": "Stage1"
          },
          {
            "Duration": {
              "Min": 25300,
              "Max": 25300
            },
            "Type": "BlockState",
            "SoundEventId": "SFX_Crops_Grow",
            "State": "Stage2"
          },
          {
            "Duration": {
              "Min": 25300,
              "Max": 25300
            },
            "Type": "BlockState",
            "SoundEventId": "SFX_Crops_Grow",
            "State": "Stage3"
          },
          {
            "Type": "BlockState",
            "SoundEventId": "SFX_Crops_Grow_Stage_Complete",
            "State": "StageFinal"
          }
        ]
      },
      "StartingStageSet": "Default",
      "ActiveGrowthModifiers": [
        "Fertilizer",
        "Water",
        "LightLevel"
      ]
    },
    "Gathering": {
      "Soft": {
        "IsWeaponBreakable": false,
        "DropList": "Drops_Plant_Crop_Rice_Block"
      }
    },
    "CustomModelScale": 0.9,
    "ParticleColor": "#e3bf76",
    "TextureComputedColor": "#DBAA45"
  },
  "IconProperties": {
    "Scale": 1.115,
    "Translation": [
      1.8,
      -4.2
    ],
    "Rotation": [
      22.5,
      45,
      22.5
    ]
  },
  "Icon": "Icons/ItemsGenerated/Plant_Crop_Rice_Stage_0.png"
}