Fluid_Poison
Server/Item/Items/Fluid/Fluid_Poison.json, 1.1 KB
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
Icon | string |
Categories | array[1] |
Interactions | object |
BlockType | object |
PlayerAnimationsId | string |
Tags | object |
MaxStack | number |
Source
{
"TranslationProperties": {
"Name": "server.items.Fluid_Poison.name"
},
"Icon": "Icons/ItemsGenerated/Fluid_Poison.png",
"Categories": [
"Blocks.Fluids"
],
"Interactions": {
"Secondary": {
"Interactions": [
{
"Type": "PlaceFluid",
"FluidToPlace": "Poison_Source"
}
]
}
},
"BlockType": {
"Material": "Solid",
"DrawType": "Cube",
"Effect": [
"Lava"
],
"Opacity": "Transparent",
"Group": "Slime",
"BiomeTint": 0,
"HitboxType": "Block_Three_Quarter",
"Light": {
"Color": "#cb3",
"Radius": 0
},
"Flags": {},
"Gathering": {
"Breaking": {}
},
"BlockParticleSetId": "Water",
"Textures": [
{
"Weight": 1,
"All": "BlockTextures/Fluid_Poison.png"
}
],
"BlockSoundSetId": "Mud",
"PhysicalMaterialId": "Dirt",
"CubeShadingMode": "Fullbright",
"TextureComputedColor": "#6E961A"
},
"PlayerAnimationsId": "Block",
"Tags": {
"Material": [
"Fluid"
]
},
"MaxStack": 1
}