Fluid_Tar
Server/Item/Items/Fluid/Fluid_Tar.json, 1.8 KB
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
Icon | string |
Categories | array[1] |
Interactions | object |
BlockType | object |
PlayerAnimationsId | string |
Tags | object |
MaxStack | number |
ItemSoundSetId | string |
Source
{
"TranslationProperties": {
"Name": "server.items.Fluid_Tar.name"
},
"Icon": "Icons/ItemsGenerated/Fluid_Tar.png",
"Categories": [
"Blocks.Fluids"
],
"Interactions": {
"Secondary": {
"Interactions": [
{
"Type": "PlaceFluid",
"FluidToPlace": "Tar_Source"
}
]
}
},
"BlockType": {
"DrawType": "Cube",
"Group": "Mud",
"Material": "Solid",
"TransitionTexture": "BlockTextures/Transition_Fluid_Tar.png",
"TransitionToGroups": [
"Dirt_Dry",
"Mud",
"Dirt",
"Grass",
"GrassDeep",
"GrassDeepSunny",
"Grass_Dry",
"Stone",
"Sand",
"Sand_White",
"Clay"
],
"Effect": [
"Slime"
],
"Flags": {},
"BlockParticleSetId": "Tar",
"Textures": [
{
"Weight": 1,
"All": "BlockTextures/Fluid_Tar.png"
}
],
"ParticleColor": "#725650",
"BlockSoundSetId": "Mud",
"PhysicalMaterialId": "Dirt",
"Interactions": {
"Collision": {
"Cooldown": {
"Id": "SlowEffect",
"Cooldown": 0.1
},
"Interactions": [
{
"Type": "Condition",
"RequiredGameMode": "Adventure",
"Next": {
"Type": "ApplyEffect",
"EffectId": {
"Duration": 0.1,
"OverlapBehavior": "Overwrite",
"ApplicationEffects": {
"HorizontalSpeedMultiplier": 0.2
},
"StatModifiers": {
"Oxygen": -1
}
}
}
}
]
}
}
},
"PlayerAnimationsId": "Block",
"Tags": {
"Material": [
"Fluid"
]
},
"MaxStack": 1,
"ItemSoundSetId": "ISS_Blocks_Soft"
}