Files
h-school/src/HSchool.Server/mods/romance/defs/topics/romance.jsonc
T
Leonid Pershin d2911c3daf Complete phase 47 romance pack on generic orientation and affinity hooks.
Vanilla catalogs stay without crushes; a content pack ships the overlay so later mods can reuse it.
2026-08-20 10:42:42 +03:00

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,
},
]