Tar_Source
Server/Item/Block/Fluids/Tar_Source.json, 431 B
Fields
| Field | Type |
|---|---|
MaxFluidLevel | number |
Effect | array[1] |
Opacity | string |
BlockParticleSetId | string |
Textures | array[1] |
ParticleColor | string |
BlockSoundSetId | string |
FluidFXId | string |
Ticker | object |
Tags | object |
Source
{
"MaxFluidLevel": 1,
"Effect": [
"Slime"
],
"Opacity": "Transparent",
"BlockParticleSetId": "Tar",
"Textures": [
{
"Weight": 1,
"All": "BlockTextures/Fluid_Tar.png"
}
],
"ParticleColor": "#725650",
"BlockSoundSetId": "Mud",
"FluidFXId": "Water",
"Ticker": {
"CanDemote": false,
"SpreadFluid": "Tar",
"FlowRate": 12.0
},
"Tags": {
"Fluid": [
"Tar"
]
}
}