Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.9.1 / Farming / Modifiers / LightLevel.json

LightLevel

Server/Farming/Modifiers/LightLevel.json, 310 B

Fields

FieldType
Typestring
Modifiernumber
ArtificialLightobject
Sunlightobject
RequireBothboolean

Source

{
  "Type": "LightLevel",
  "Modifier": 2,
  "ArtificialLight": {
    "Red": {
      "Min": 5,
      "Max": 127
    },
    "Green": {
      "Min": 5,
      "Max": 127
    },
    "Blue": {
      "Min": 5,
      "Max": 127
    }
  },
  "Sunlight": {
    "Min": 5.0,
    "Max": 15.0
  },
  "RequireBoth": false
}