Files
h-school/src/HSchool.Server/mods/example/defs/traits/traits.jsonc
T

15 lines
261 B
JSON

[
{
"defName": "ExampleEarlyRiser",
"weight": 1,
"incompatible": ["ExampleNightOwl"],
"commuteMinutes": 2,
},
{
"defName": "ExampleNightOwl",
"weight": 1,
"incompatible": ["ExampleEarlyRiser"],
"commuteMinutes": -2,
},
]