Hytale Asset ReferenceUnofficial
Versions / 0.5.1 / Item / Items / Plant / Flowers / Plant_Flower_Water_Green.json

Plant_Flower_Water_Green

Server/Item/Items/Plant/Flowers/Plant_Flower_Water_Green.json, 2.1 KB

Fields

FieldType
TranslationPropertiesobject
Parentstring
BlockTypeobject
Iconstring
IconPropertiesobject

Source

{
  "TranslationProperties": {
    "Name": "server.items.Plant_Flower_Water_Green.name"
  },
  "Parent": "Plant_Flower_Common_White",
  "BlockType": {
    "InteractionHint": "server.interactionHints.gather",
    "Material": "Solid",
    "Opacity": "Transparent",
    "CustomModel": "Blocks/Foliage/Water/Waterlily.blockymodel",
    "CustomModelTexture": [
      {
        "Texture": "Blocks/Foliage/Water/Waterlily_Textures/01.png",
        "Weight": 2
      },
      {
        "Texture": "Blocks/Foliage/Water/Waterlily_Textures/02.png",
        "Weight": 1
      },
      {
        "Texture": "Blocks/Foliage/Water/Waterlily_Textures/03.png",
        "Weight": 1
      }
    ],
    "HitboxType": "Water_Lily",
    "Gathering": {
      "Soft": {
        "DropList": "Plant_Flower_Green_Harvest"
      },
      "Harvest": {}
    },
    "Support": {
      "Down": [
        {
          "FaceType": "Full"
        },
        {
          "FluidId": "Water_Source"
        }
      ]
    },
    "ParticleColor": "#1f4d23",
    "Interactions": {
      "CollisionEnter": {
        "Cooldown": {
          "Id": "Collision",
          "Cooldown": 0
        },
        "Interactions": [
          {
            "Type": "Condition",
            "RequiredGameMode": "Adventure",
            "Next": {
              "Type": "BlockCondition",
              "Matchers": [
                {
                  "Block": {
                    "Id": "Plant_Flower_Water_Green"
                  }
                }
              ],
              "Next": {
                "Type": "Simple",
                "RunTime": 0.5,
                "Next": {
                  "Type": "BreakBlock",
                  "Effects": {
                    "WorldSoundEventId": "SFX_Plant_Break"
                  }
                }
              }
            }
          }
        ]
      }
    },
    "TextureComputedColor": "#1E6726"
  },
  "Icon": "Icons/ItemsGenerated/Plant_Flower_Water_Green.png",
  "IconProperties": {
    "Scale": 0.67,
    "Translation": [
      2.99,
      -7.7
    ],
    "Rotation": [
      22.5,
      45,
      22.5
    ]
  }
}