Furniture_Jungle_Brazier
Server/Item/Items/Furniture/Jungle/Furniture_Jungle_Brazier.json, 2.4 KB
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
PlayerAnimationsId | string |
Categories | array[1] |
Set | string |
Icon | string |
BlockType | object |
ResourceTypes | array[2] |
Tags | object |
ItemSoundSetId | string |
Source
{
"TranslationProperties": {
"Name": "server.items.Furniture_Jungle_Brazier.name"
},
"PlayerAnimationsId": "Block",
"Categories": [
"Furniture.Lighting"
],
"Set": "Furniture_Jungle",
"Icon": "Icons/ItemsGenerated/Furniture_Jungle_Brazier.png",
"BlockType": {
"BlockParticleSetId": "Metal",
"CustomModel": "Blocks/Decorative_Sets/Temple_Dark/Brazier.blockymodel",
"CustomModelAnimation": "Blocks/Animations/Fire/Fire_Burn.blockyanim",
"CustomModelTexture": [
{
"Texture": "Blocks/Decorative_Sets/Temple_Dark/Brazier_Bronze.png",
"Weight": 1
}
],
"DrawType": "Model",
"Flags": {},
"Gathering": {
"Breaking": {
"GatherType": "Woods"
}
},
"HitboxType": "Brazier",
"Light": {
"Color": "#dca"
},
"Material": "Solid",
"Opacity": "Transparent",
"ParticleColor": "#bd9c60",
"Support": {
"Down": [
{
"FaceType": "Full"
}
]
},
"Particles": [
{
"SystemId": "Campfire_New_Cartoon",
"TargetNodeName": "Flame",
"Scale": 1,
"PositionOffset": {
"Y": 0.2
}
}
],
"BlockSoundSetId": "Brazier_Wood_Lit",
"PhysicalMaterialId": "Stone",
"Looping": true,
"AmbientSoundEventId": "SFX_Campfire_Default_Loop",
"InteractionSoundEventId": "SFX_Flame_Ignite",
"Interactions": {
"Use": {
"Interactions": [
{
"Type": "ChangeState",
"Changes": {
"default": "Off",
"Off": "default"
}
}
]
}
},
"State": {
"Definitions": {
"On": {
"AmbientSoundEventId": "SFX_Campfire_Default_Loop",
"InteractionSoundEventId": "SFX_Flame_Ignite"
},
"Off": {
"InteractionHint": "server.interactionHints.turnon",
"Light": null,
"Particles": null,
"InteractionSoundEventId": "SFX_Torch_Off",
"AmbientSoundEventId": null,
"BlockSoundSetId": "Brazier_Wood"
}
}
},
"InteractionHint": "server.interactionHints.turnoff",
"TextureComputedColor": "#67411A"
},
"ResourceTypes": [
{
"Id": "Fuel"
},
{
"Id": "Charcoal"
}
],
"Tags": {
"Type": [
"Furniture"
],
"Family": [
"Jungle"
]
},
"ItemSoundSetId": "ISS_Blocks_Wood"
}