Versions / 0.6.0-pre.2 / Item / Items / Furniture / Feran / Unique / Furniture_Feran_Torch_Tall.json
Furniture_Feran_Torch_Tall
Server/Item/Items/Furniture/Feran/Unique/Furniture_Feran_Torch_Tall.json, 3.8 KB
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
PlayerAnimationsId | string |
Categories | array[1] |
Set | string |
Recipe | object |
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_Feran_Torch_Tall.name"
},
"PlayerAnimationsId": "Torch",
"Categories": [
"Furniture.Lighting"
],
"Set": "Furniture_Feran",
"Recipe": {
"Input": [
{
"ItemId": "Furniture_Feran_Torch",
"Quantity": 1
},
{
"ItemId": "Ingredient_Charcoal",
"Quantity": 2
},
{
"ResourceTypeId": "Bone",
"Quantity": 4
}
],
"BenchRequirement": [
{
"Type": "Crafting",
"Id": "Furniture_Bench",
"Categories": [
"Furniture_Lighting"
]
}
]
},
"Icon": "Icons/ItemsGenerated/Furniture_Feran_Torch_Tall.png",
"IconProperties": {
"Rotation": [
22.5,
45,
22.5
],
"Scale": 0.3,
"Translation": [
2.4,
-36
]
},
"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/Feran/Torch_Tall.blockymodel",
"CustomModelTexture": [
{
"Weight": 1,
"Texture": "Blocks/Decorative_Sets/Feran/Torch_Tall_Texture.png"
}
],
"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": "Plant_Tall_Large",
"MovementSettings": {},
"Particles": [
{
"SystemId": "Torch_Fire",
"PositionOffset": {
"Y": 1
}
}
],
"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": "#c7b885",
"VariantRotation": "NESW",
"CustomModelScale": 0.8,
"TextureComputedColor": "#C89E75"
},
"Scale": 1.5,
"Utility": {
"Usable": true
},
"Tags": {
"Type": [
"Furniture"
],
"Family": [
"Feran"
]
},
"ItemSoundSetId": "ISS_Blocks_Wood"
}