Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.8 / Item / Items / Fluid / Fluid_Lava.json

Fluid_Lava

Server/Item/Items/Fluid/Fluid_Lava.json, 1.6 KB

Fields

FieldType
TranslationPropertiesobject
Iconstring
Categoriesarray[1]
Interactionsobject
BlockTypeobject
PlayerAnimationsIdstring
Tagsobject
MaxStacknumber

Source

{
  "TranslationProperties": {
    "Name": "server.items.Fluid_Lava.name"
  },
  "Icon": "Icons/ItemsGenerated/Fluid_Lava.png",
  "Categories": [
    "Blocks.Fluids"
  ],
  "Interactions": {
    "Secondary": {
      "Interactions": [
        {
          "Type": "PlaceFluid",
          "FluidToPlace": "Lava_Source"
        }
      ]
    }
  },
  "BlockType": {
    "Material": "Solid",
    "DrawType": "Cube",
    "Effect": [
      "Lava"
    ],
    "Opacity": "Transparent",
    "DamageToEntities": 13,
    "Group": "Lava",
    "Light": {
      "Color": "#e90"
    },
    "Flags": {},
    "BlockParticleSetId": "Lava",
    "Textures": [
      {
        "Weight": 1,
        "All": "BlockTextures/Fluid_Lava.png"
      }
    ],
    "ParticleColor": "#f94e11",
    "CubeShadingMode": "Fullbright",
    "BlockSoundSetId": "Empty",
    "Interactions": {
      "Collision": {
        "Cooldown": {
          "Id": "BurnEffect",
          "Cooldown": 1
        },
        "Interactions": [
          {
            "Type": "Condition",
            "RequiredGameMode": "Adventure",
            "Next": {
              "Type": "ApplyEffect",
              "EffectId": {
                "Duration": 1,
                "OverlapBehavior": "Overwrite",
                "ApplicationEffects": {
                  "HorizontalSpeedMultiplier": 0.5
                }
              },
              "Next": {
                "Type": "ApplyEffect",
                "EffectId": "Lava_Burn"
              }
            }
          }
        ]
      }
    },
    "TextureComputedColor": "#F96920"
  },
  "PlayerAnimationsId": "Block",
  "Tags": {
    "Material": [
      "Fluid"
    ]
  },
  "MaxStack": 1
}