Browse Source

add `setup.personalityScales.sexAbuseAverse`

Stephan Fuchs 2 months ago
parent
commit
2a7af5af32

+ 16 - 0
sugarcube/src/playerCharacter/personality/sexAbuseAverse/sexAbuseAverse.ts

@@ -0,0 +1,16 @@
+/// <reference path="../PersonalityScale.ts"/>
+
+setup.personalityScales.sexAbuseAverse = {
+	start: 100,
+	interval:[0,100],
+	label:['Victim','Self-determined'],
+	desc:'Consent is a requirement for every healthy sexual activity between two or more people. Tragically, not everyone asks or even cares for your consent. If you are unlucky enough to have this happen to you often, you might end up getting used to this.',
+	image:'',
+	msg_tooHigh: '?',
+	msg_tooLow: '?',
+	impacts:{
+	},
+	functions:{
+
+	}
+}