Versions / 0.6.0-pre.3 / Item / Items / Furniture / Human / Unique / Furniture_Human_Ruins_Torch.json
Furniture_Human_Ruins_Torch
Server/Item/Items/Furniture/Human/Unique/Furniture_Human_Ruins_Torch.json, 3.5 KB
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
PlayerAnimationsId | string |
Categories | array[1] |
Set | string |
Icon | string |
IconProperties | object |
InteractionConfig | object |
Interactions | object |
InteractionVars | object |
BlockType | object |
Scale | number |
Utility | object |
Tags | object |
ItemSoundSetId | string |
Source
{
"TranslationProperties": {
"Name": "server.items.Furniture_Human_Ruins_Torch.name"
},
"PlayerAnimationsId": "Torch",
"Categories": [
"Furniture.Lighting"
],
"Set": "Furniture_Human",
"Icon": "Icons/ItemsGenerated/Furniture_Human_Ruins_Torch.png",
"IconProperties": {
"Rotation": [
22.5,
45,
22.5
],
"Scale": 0.605,
"Translation": [
0,
-9.6
]
},
"InteractionConfig": {
"Priorities": {
"Secondary": {
"MainHand": 1,
"OffHand": -1
}
}
},
"Interactions": {
"Primary": "Root_Unarmed_Attack_Swing_Left",
"Secondary": "Block_Secondary"
},
"InteractionVars": {
"Torch_Swing_Left_Effect": "Torch_Swing_Left_Effect",
"Torch_Swing_Right_Effect": "Torch_Swing_Right_Effect",
"Torch_Swing_Left_Damage": "Torch_Swing_Left_Damage",
"Torch_Swing_Right_Damage": "Torch_Swing_Right_Damage"
},
"BlockType": {
"DrawType": "Model",
"BlockSoundSetId": "Torch",
"InteractionSoundEventId": "SFX_Torch_Ignite",
"Opacity": "Transparent",
"CustomModel": "Blocks/Decorative_Sets/Human_Ruins/Torch.blockymodel",
"CustomModelTexture": [
{
"Weight": 1,
"Texture": "Blocks/Decorative_Sets/Human_Ruins/Torch_Texture.png"
}
],
"CustomModelScale": 0.8,
"Light": {
"Radius": 0,
"Color": "#ba9"
},
"Flags": {},
"Gathering": {
"Soft": {
"IsWeaponBreakable": false
}
},
"BlockParticleSetId": "Wood",
"Support": {
"Down": [
{
"FaceType": "Full"
},
{
"FaceType": "Branch"
},
{
"FaceType": "Rock_Beam"
},
{
"FaceType": "Wood_Beam"
},
{
"FaceType": "Fence"
},
{
"FaceType": "Fence_Corner"
},
{
"FaceType": "Wall"
},
{
"FaceType": "Wall_Corner"
}
]
},
"HitboxType": "Torch",
"MovementSettings": {},
"Particles": [
{
"SystemId": "Torch_Fire",
"TargetNodeName": "Flame",
"Scale": 0.6,
"PositionOffset": {
"Y": -0.15
}
}
],
"Material": "Solid",
"InteractionHint": "server.interactionHints.turnoff",
"Interactions": {
"Use": {
"Interactions": [
{
"Type": "ChangeState",
"Changes": {
"default": "Off",
"On": "Off",
"Off": "On"
}
}
]
}
},
"State": {
"Definitions": {
"On": {
"AmbientSoundEventId": "SFX_Torch_Default_Loop",
"BlockSoundSetId": "Torch",
"InteractionSoundEventId": "SFX_Torch_Ignite"
},
"Off": {
"InteractionHint": "server.interactionHints.turnon",
"Light": null,
"Particles": null,
"InteractionSoundEventId": "SFX_Torch_Off",
"AmbientSoundEventId": null,
"CustomModelAnimation": "Items/Torch/Torch_Off.blockyanim",
"BlockSoundSetId": "Wood"
}
}
},
"AmbientSoundEventId": "SFX_Torch_Default_Loop",
"Looping": true,
"ParticleColor": "#27261a",
"VariantRotation": "NESW",
"TextureComputedColor": "#2F312B"
},
"Scale": 1.2,
"Utility": {
"Usable": true
},
"Tags": {
"Type": [
"Furniture"
],
"Family": [
"Human"
]
},
"ItemSoundSetId": "ISS_Blocks_Wood"
}