Prototype_NumericalState_Candle
Server/Item/Items/MISC/Prototype_NumericalState_Candle.json, 2.5 KB
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
Quality | string |
Icon | string |
Categories | array[3] |
InteractionConfig | object |
Interactions | object |
BlockType | object |
IconProperties | object |
Tags | object |
Scale | number |
Utility | object |
PlayerAnimationsId | string |
ItemSoundSetId | string |
Source
{
"TranslationProperties": {
"Name": "server.items.Prototype_NumericalState_Candle.name"
},
"Quality": "Developer",
"Icon": "Icons/ItemsGenerated/Prototype_NumericalState_Candle.png",
"Categories": [
"Blocks.Deco",
"Furniture.Lighting",
"Blocks.Deco"
],
"InteractionConfig": {
"Priorities": {
"Secondary": {
"MainHand": 1,
"OffHand": -1
}
}
},
"Interactions": {
"Primary": "Root_Unarmed_Attack_Swing_Left",
"Secondary": "Block_Secondary"
},
"BlockType": {
"Material": "Solid",
"DrawType": "Model",
"Opacity": "Transparent",
"CustomModel": "Blocks/Miscellaneous/NumericalStatePrototype_Candle.blockymodel",
"CustomModelTexture": [
{
"Texture": "Blocks/Miscellaneous/NumericalStatePrototype_Candle_Texture.png",
"Weight": 1
}
],
"HitboxType": "Plant_Full",
"Light": {
"Radius": 0,
"Color": "#baa"
},
"Flags": {},
"Gathering": {
"Soft": {
"IsWeaponBreakable": false
}
},
"BlockParticleSetId": "Stone",
"BlockSoundSetId": "Stone",
"PhysicalMaterialId": "Stone",
"Support": {
"Down": [
{
"FaceType": "Full"
}
]
},
"Looping": true,
"ParticleColor": "#cca159",
"Particles": [
{
"SystemId": "Candle_Fire",
"TargetNodeName": "Flame-Emitter",
"Color": "#ffcd10",
"Scale": 0.8
}
],
"Interactions": {
"Use": {
"Interactions": [
{
"Type": "ChangeState",
"Changes": {
"default": "Off",
"Off": "default"
}
}
]
}
},
"State": {
"Definitions": {
"On": {
"AmbientSoundEventId": "SFX_Campfire_Default_Loop"
},
"Off": {
"InteractionHint": "server.interactionHints.turnon",
"Light": null,
"Particles": null,
"InteractionSoundEventId": "SFX_Torch_Off",
"AmbientSoundEventId": null
}
}
},
"InteractionHint": "server.interactionHints.turnoff",
"AmbientSoundEventId": "SFX_Campfire_Default_Loop"
},
"IconProperties": {
"Scale": 0.5,
"Rotation": [
25.0,
0.0,
0.0
],
"Translation": [
0.0,
-16.8
]
},
"Tags": {
"Type": [
"Furniture"
],
"Family": [
"Temple"
]
},
"Scale": 1.5,
"Utility": {
"Usable": true
},
"PlayerAnimationsId": "Torch",
"ItemSoundSetId": "ISS_Blocks_Stone"
}