Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.6 / Farming / Modifiers / Darkness.json

Darkness

Server/Farming/Modifiers/Darkness.json, 298 B

Fields

FieldType
Typestring
Modifiernumber
ArtificialLightobject
Sunlightobject
RequireBothboolean

Source

{
  "Type": "LightLevel",
  "Modifier": 2,
  "ArtificialLight": {
    "Red": {
      "Min": 0,
      "Max": 4
    },
    "Green": {
      "Min": 0,
      "Max": 4
    },
    "Blue": {
      "Min": 0,
      "Max": 4
    }
  },
  "Sunlight": {
    "Min": 0,
    "Max": 5
  },
  "RequireBoth": true
}