Poison_Source
Server/Item/Block/Fluids/Poison_Source.json, 473 B
Fields
| Field | Type |
|---|---|
MaxFluidLevel | number |
Effect | array[1] |
Opacity | string |
Textures | array[1] |
FluidFXId | string |
Light | object |
ParticleColor | string |
BlockParticleSetId | string |
BlockSoundSetId | string |
Ticker | object |
Tags | object |
Source
{
"MaxFluidLevel": 1,
"Effect": [
"Lava"
],
"Opacity": "Transparent",
"Textures": [
{
"Weight": 1,
"All": "BlockTextures/Fluid_Poison.png"
}
],
"FluidFXId": "Lava",
"Light": {
"Color": "#cb3",
"Radius": 0
},
"ParticleColor": "#ccbb33",
"BlockParticleSetId": "Water",
"BlockSoundSetId": "Mud",
"Ticker": {
"CanDemote": false,
"SpreadFluid": "Poison"
},
"Tags": {
"Fluid": [
"Poison"
]
}
}