XulOnTuesday
Member
- Aug 7, 2022
- 222
- 273
"Groper" looks like it's added by several inclinations: "Sadist", "Dominant", "Dominant Vibe", "Whore Connoisseur", "Taker"Does anyone know the actual trait name for "groper"? I'm running into the "adding Non-Exclusive wipes their other traits" issue again, but I'm having trouble getting it to appear when I add it back manually, and didn't see it as an available trait when I went to the SugarCube archetype inclination arrays. Is it listed in the code as "physical" or something?
Inclinations are usually generated on the fly for backward compatibility. It's how the developer retroactively increased the number of Doms and Subs in the game. Overriding overrides all inclinations; to keep the old ones, you have to add them to your override. Like so:
JavaScript:
V.people["NPC Name"].inclinations = setup.people.inclinations("NPC Name");
V.people["NPC Name"].inclinations.push("Trait Name");