3
0

sexAbuseAverse.ts 498 B

12345678910111213141516
  1. /// <reference path="../PersonalityScale.ts"/>
  2. setup.personalityScales.sexAbuseAverse = {
  3. start: 100,
  4. interval:[0,100],
  5. label:['Victim','Self-determined'],
  6. 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.',
  7. image:'',
  8. msg_tooHigh: '?',
  9. msg_tooLow: '?',
  10. impacts:{
  11. },
  12. functions:{
  13. }
  14. }