Hytale Asset ReferenceUnofficial
Versions / 0.5.3 / Item / Items / Build / Lightsource / Build_Lightsource_White.json

Build_Lightsource_White

Server/Item/Items/Build/Lightsource/Build_Lightsource_White.json, 1.3 KB

Fields

FieldType
TranslationPropertiesobject
ItemLevelnumber
MaxStacknumber
Iconstring
Categoriesarray[1]
SubCategorystring
PlayerAnimationsIdstring
Setstring
BlockTypeobject
Tagsobject
Qualitystring
ItemSoundSetIdstring
IconPropertiesobject

Source

{
  "TranslationProperties": {
    "Name": "server.items.Build_Lightsource_White.name"
  },
  "ItemLevel": 10,
  "MaxStack": 100,
  "Icon": "Icons/ItemsGenerated/Build_Lightsource_White.png",
  "Categories": [
    "Tool.TechnicalBlocks"
  ],
  "SubCategory": "LightSources",
  "PlayerAnimationsId": "Block",
  "Set": "Build",
  "BlockType": {
    "Material": "Solid",
    "DrawType": "Cube",
    "Opacity": "Transparent",
    "Group": "Dev",
    "HitboxType": "Full",
    "Flags": {},
    "Gathering": {
      "Breaking": {
        "GatherType": "Rocks"
      }
    },
    "BlockParticleSetId": "Crystal",
    "Textures": [
      {
        "Weight": 1,
        "All": "BlockTextures/Build_Lightsource_White.png"
      }
    ],
    "ParticleColor": "#969696",
    "BlockSoundSetId": "Crystal",
    "PhysicalMaterialId": "Stone",
    "CubeShadingMode": "Fullbright",
    "VariantRotation": "Pipe",
    "Light": {
      "Color": "#eee",
      "Radius": 0
    },
    "TextureComputedColor": "#FFFFF3"
  },
  "Tags": {
    "Type": [
      "Rock"
    ],
    "Family": [
      "Build"
    ]
  },
  "Quality": "Technical",
  "ItemSoundSetId": "ISS_Blocks_Stone",
  "IconProperties": {
    "Scale": 0.58823,
    "Rotation": [
      22.5,
      45,
      22.5
    ],
    "Translation": [
      0,
      -13.5
    ]
  }
}