Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.5 / Item / Items / Bench / Bench_Memories.json

Bench_Memories

Server/Item/Items/Bench/Bench_Memories.json, 2.5 KB

Fields

FieldType
TranslationPropertiesobject
PlayerAnimationsIdstring
Categoriesarray[1]
Qualitystring
Iconstring
IconPropertiesobject
BlockTypeobject
Tagsobject
Scalenumber
MaxStacknumber
ItemSoundSetIdstring

Source

{
  "TranslationProperties": {
    "Name": "server.items.Bench_Memories.name",
    "Description": "server.items.Bench_Memories.description"
  },
  "PlayerAnimationsId": "Block",
  "Categories": [
    "Furniture.Benches"
  ],
  "Quality": "Technical",
  "Icon": "Icons/ItemsGenerated/Bench_Memories.png",
  "IconProperties": {
    "Scale": 0.31,
    "Rotation": [
      22.5,
      45.0,
      22.5
    ],
    "Translation": [
      2.0,
      -41.0
    ]
  },
  "BlockType": {
    "BlockParticleSetId": "Stone",
    "ParticleColor": "#bbbbaf",
    "BlockSoundSetId": "Stone",
    "PhysicalMaterialId": "Stone",
    "CustomModel": "Blocks/Benches/Memory_Bench.blockymodel",
    "CustomModelTexture": [
      {
        "Texture": "Blocks/Benches/Memory_Bench_Texture.png",
        "Weight": 1
      }
    ],
    "DrawType": "Model",
    "Flags": {},
    "Gathering": {
      "Breaking": {
        "GatherType": "Rocks"
      }
    },
    "HitboxType": "Statue_Large",
    "Material": "Solid",
    "Opacity": "Transparent",
    "Support": {
      "Down": [
        {
          "FaceType": "Full"
        }
      ]
    },
    "VariantRotation": "NESW",
    "Interactions": {
      "Use": {
        "Interactions": [
          {
            "Type": "SetMemoriesCapacity",
            "Capacity": 48,
            "Next": {
              "Type": "Simple",
              "Effects": {
                "Particles": [
                  {
                    "SystemId": "MemoryUnlock",
                    "TargetEntityPart": "Entity"
                  }
                ],
                "LocalSoundEventId": "SFX_Memories_Unlock_Local"
              },
              "Next": {
                "Type": "OpenCustomUI",
                "Page": {
                  "Id": "MemoriesUnlocked"
                }
              }
            },
            "Failed": {
              "Type": "OpenCustomUI",
              "Page": {
                "Id": "Memories"
              }
            }
          }
        ]
      }
    },
    "Particles": [
      {
        "SystemId": "ForgottenTemple_Beam",
        "RotationOffset": {
          "Pitch": 0.0,
          "Roll": -90.0,
          "Yaw": 0.0
        },
        "PositionOffset": {
          "Y": 0.0
        }
      }
    ],
    "TextureComputedColor": "#9C9D8E",
    "AmbientSoundEventId": "SFX_Memories_Bench_Ducker",
    "Looping": true
  },
  "Tags": {
    "Type": [
      "Bench"
    ]
  },
  "Scale": 0.6,
  "MaxStack": 1,
  "ItemSoundSetId": "ISS_Blocks_Stone"
}