Lava_Source
Server/Item/Block/Fluids/Lava_Source.json, 1.3 KB
Fields
| Field | Type |
|---|---|
MaxFluidLevel | number |
Effect | array[1] |
Opacity | string |
Textures | array[1] |
BlockParticleSetId | string |
ParticleColor | string |
BlockSoundSetId | string |
FluidFXId | string |
Light | object |
Interactions | object |
Ticker | object |
Tags | object |
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"
]
}
}