At the moment, trait Dominant is in game but acquiring it has been disabled due to malfunctioning code. It can be fixed by replacing the disabled code in newsexsystem.gd with this:
if lastaction.scene.code in sceneref.punishcategories && lastaction.takers.has(self) && person.asser >= 60: for giver in lastaction.scene.givers: if randf() >= 0.85 || person.effects.has("entranced"): giver.actionshad.addtraits.append("Dominant")