Hytale Asset ReferenceUnofficial
Versions / 0.5.4 / Item / Items / Plant / Seaweed / Plant_Seaweed_Winter_Blue.json

Plant_Seaweed_Winter_Blue

Server/Item/Items/Plant/Seaweed/Plant_Seaweed_Winter_Blue.json, 1.8 KB

Fields

FieldType
TranslationPropertiesobject
Iconstring
Parentstring
BlockTypeobject

Source

{
  "TranslationProperties": {
    "Name": "server.items.Plant_Seaweed_Winter_Blue.name"
  },
  "Icon": "Icons/ItemsGenerated/Plant_Seaweed_Winter_Blue.png",
  "Parent": "Plant_Seaweed_Grass",
  "BlockType": {
    "CustomModel": "Blocks/Foliage/Grass/VeryTall.blockymodel",
    "CustomModelTexture": [
      {
        "Texture": "Blocks/Foliage/Grass/VeryTall_Textures/Winter_Unique2.png",
        "Weight": 1
      }
    ],
    "BiomeTint": 0,
    "Tint": [],
    "HitboxType": "Plant_Tall_Full",
    "Interactions": {
      "Collision": {
        "Cooldown": {
          "Id": "SlowEffect",
          "Cooldown": 5
        },
        "Interactions": [
          {
            "Type": "ApplyEffect",
            "EffectId": {
              "StatModifiers": {
                "Oxygen": 20
              },
              "ApplicationEffects": {
                "Particles": [
                  {
                    "SystemId": "Bubbles_Breathing",
                    "PositionOffset": {
                      "Y": 1.5
                    },
                    "Color": "#89d1e8"
                  }
                ],
                "FirstPersonParticles": [
                  {
                    "SystemId": "Bubbles_Breathing_FP",
                    "PositionOffset": {
                      "Y": 1,
                      "Z": 0.2
                    },
                    "Color": "#89d1e8"
                  }
                ]
              },
              "Duration": 0.2,
              "OverlapBehavior": "Overwrite"
            }
          }
        ]
      }
    },
    "ParticleColor": "#89d1e8",
    "Particles": [
      {
        "SystemId": "BubbleStream_Underwater",
        "PositionOffset": {
          "Y": -1
        }
      }
    ],
    "TextureComputedColor": "#6BB4CB"
  }
}