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