Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.1.1 / Item / Items / MISC / Prototype_NumericalState_Candle.json

Prototype_NumericalState_Candle

Server/Item/Items/MISC/Prototype_NumericalState_Candle.json, 2.6 KB

Fields

FieldType
TranslationPropertiesobject
Qualitystring
Iconstring
Categoriesarray[3]
InteractionConfigobject
Interactionsobject
BlockTypeobject
IconPropertiesobject
Tagsobject
Scalenumber
Utilityobject
PlayerAnimationsIdstring
ItemSoundSetIdstring

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",
    "TextureComputedColor": "#A59C71"
  },
  "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"
}