Darkness
Server/Farming/Modifiers/Darkness.json, 298 B
Fields
| Field | Type |
|---|---|
Type | string |
Modifier | number |
ArtificialLight | object |
Sunlight | object |
RequireBoth | boolean |
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
}