Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.2 / Item / Block / Fluids / Lava_Source.json

Lava_Source

Server/Item/Block/Fluids/Lava_Source.json, 1.3 KB

Fields

FieldType
MaxFluidLevelnumber
Effectarray[1]
Opacitystring
Texturesarray[1]
BlockParticleSetIdstring
ParticleColorstring
BlockSoundSetIdstring
FluidFXIdstring
Lightobject
Interactionsobject
Tickerobject
Tagsobject

Source

{
  "MaxFluidLevel": 1,
  "Effect": [
    "Lava"
  ],
  "Opacity": "Transparent",
  "Textures": [
    {
      "Weight": 1,
      "All": "BlockTextures/Fluid_Lava.png"
    }
  ],
  "BlockParticleSetId": "Lava",
  "ParticleColor": "#f94e11",
  "BlockSoundSetId": "Lava",
  "FluidFXId": "Lava",
  "Light": {
    "Color": "#e90"
  },
  "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"
            }
          }
        }
      ]
    }
  },
  "Ticker": {
    "CanDemote": false,
    "SpreadFluid": "Lava",
    "FlowRate": 2.0,
    "Collisions": {
      "Water": {
        "BlockToPlace": "Rock_Stone_Cobble",
        "SoundEvent": "SFX_Flame_Break"
      },
      "Water_Source": {
        "BlockToPlace": "Rock_Stone",
        "SoundEvent": "SFX_Flame_Break"
      }
    }
  },
  "Tags": {
    "Fluid": [
      "Lava"
    ]
  }
}