Vanilla catalogs stay without crushes; a content pack ships the overlay so later mods can reuse it.
24 lines
469 B
JSON
24 lines
469 B
JSON
[
|
|
{
|
|
"defName": "TopicCrush",
|
|
"tags": ["romance", "gossip"],
|
|
"roles": ["student"],
|
|
"age": { "min": 11, "max": 18 },
|
|
"opinionShift": 2,
|
|
},
|
|
{
|
|
"defName": "TopicCouple",
|
|
"tags": ["romance"],
|
|
"roles": ["student", "staff"],
|
|
"age": { "min": 18 },
|
|
"opinionShift": 3,
|
|
},
|
|
{
|
|
"defName": "TopicTease",
|
|
"tags": ["romance", "gossip"],
|
|
"roles": ["student"],
|
|
"age": { "min": 7, "max": 18 },
|
|
"opinionShift": 1,
|
|
},
|
|
]
|