Hytale Asset ReferenceUnofficial
Versions / 0.5.1 / Audio / AmbienceFX / ReverbZones / Interior / Rev_Zone_Room_Stone.json

Rev_Zone_Room_Stone

Server/Audio/AmbienceFX/ReverbZones/Interior/Rev_Zone_Room_Stone.json, 642 B

Fields

FieldType
Conditionsobject
Prioritynumber
SoundEffectobject

Source

{
  "Conditions": {
    "Space": ["Tiny", "Small"],
    "Shelter": ["Sheltered", "Enclosed"],
    "Surfaces": ["Reflective"],
    "SurfacePhysicalMaterials": [
      { "PhysicalMaterialId": "Wood", "Percent": { "Min": 0.25, "Max": 1.0 } },
      { "PhysicalMaterialId": "Wool", "Percent": { "Min": 0.15, "Max": 1.0 } },
      { "PhysicalMaterialId": "Glass", "Percent": { "Min": 0.1, "Max": 1.0 } },
      { "PhysicalMaterialId": "Metal", "Percent": { "Min": 0.15, "Max": 1.0 } }
    ],
    "SurfacePhysicalMaterialsMatchAny": true
  },
  "Priority": 2,
  "SoundEffect": {
    "ReverbEffectId": "Rev_Room_Stone",
    "IsInstant": false
  }
}