15 lines
261 B
JSON
15 lines
261 B
JSON
[
|
|
{
|
|
"defName": "ExampleEarlyRiser",
|
|
"weight": 1,
|
|
"incompatible": ["ExampleNightOwl"],
|
|
"commuteMinutes": 2,
|
|
},
|
|
{
|
|
"defName": "ExampleNightOwl",
|
|
"weight": 1,
|
|
"incompatible": ["ExampleEarlyRiser"],
|
|
"commuteMinutes": -2,
|
|
},
|
|
]
|