Furniture_Feran_Candle
Server/Item/Items/Furniture/Feran/Unique/Furniture_Feran_Candle.json, 2.0 KB
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
PlayerAnimationsId | string |
Categories | array[1] |
Set | string |
Recipe | object |
Icon | string |
IconProperties | object |
InteractionConfig | object |
Interactions | object |
BlockType | object |
Tags | object |
Utility | object |
Scale | number |
ItemSoundSetId | string |
Source
{
"TranslationProperties": {
"Name": "server.items.Furniture_Feran_Candle.name"
},
"PlayerAnimationsId": "Torch",
"Categories": [
"Furniture.Lighting"
],
"Set": "Furniture_Feran",
"Recipe": {
"Input": [
{
"ItemId": "Ingredient_Fibre",
"Quantity": 2
},
{
"ItemId": "Ingredient_Tree_Sap",
"Quantity": 2
},
{
"ResourceTypeId": "Bone",
"Quantity": 4
}
],
"BenchRequirement": [
{
"Type": "Crafting",
"Id": "Furniture_Bench",
"Categories": [
"Furniture_Lighting"
]
}
]
},
"Icon": "Icons/ItemsGenerated/Furniture_Feran_Candle.png",
"IconProperties": {
"Rotation": [
25.9,
19.1,
10.1
],
"Scale": 0.6,
"Translation": [
2.4,
-14.4
]
},
"InteractionConfig": {
"Priorities": {
"Secondary": {
"MainHand": 1,
"OffHand": -1
}
}
},
"Interactions": {
"Primary": "Root_Unarmed_Attack_Swing_Left",
"Secondary": "Block_Secondary"
},
"BlockType": {
"BlockParticleSetId": "Wood",
"BlockSoundSetId": "Bone",
"CustomModel": "Blocks/Decorative_Sets/Feran/Torch.blockymodel",
"CustomModelScale": 0.7,
"CustomModelTexture": [
{
"Texture": "Blocks/Decorative_Sets/Feran/Torch_Texture.png",
"Weight": 1
}
],
"DrawType": "Model",
"Flags": {},
"Gathering": {
"Soft": {
"IsWeaponBreakable": false
}
},
"HitboxType": "Plant_Medium",
"Light": {
"Color": "#a98"
},
"Opacity": "Transparent",
"ParticleColor": "#c7b885",
"RandomRotation": "YawStep1",
"Support": {
"Down": [
{
"FaceType": "Full"
}
]
},
"Material": "Solid"
},
"Tags": {
"Type": [
"Furniture"
],
"Family": [
"Feran"
]
},
"Utility": {
"Usable": true
},
"Scale": 1.5,
"ItemSoundSetId": "ISS_Blocks_Wood"
}