Vanilla catalogs stay without crushes; a content pack ships the overlay so later mods can reuse it.
17 lines
333 B
JSON
17 lines
333 B
JSON
[
|
|
{
|
|
"defName": "CrushProne",
|
|
"weight": 5,
|
|
"roles": ["student", "staff"],
|
|
"affinityThresholdOffset": -15,
|
|
"talkTagWeights": [{ "tag": "romance", "weight": 3 }],
|
|
},
|
|
{
|
|
"defName": "Jealous",
|
|
"weight": 4,
|
|
"roles": ["student", "staff"],
|
|
"age": { "min": 14 },
|
|
"affinityBreakOffset": 15,
|
|
},
|
|
]
|