exhibitionism.ts 615 B

12345678910111213141516
  1. /// <reference path="../PersonalityScale.ts"/>
  2. setup.personalityScales.exhibitionism = {
  3. start: 5,
  4. interval:[0,100],
  5. label:['Modesty','Exhibitionism'],
  6. desc:'Some women don\'t like to show too much of their skin. Some other women like to show their features. And some women don\'t like to leave anything to the imagination. You might be reluctant to wear revealing outfits at first, but over time you will get used to doing so.',
  7. image:'',
  8. msg_tooHigh: 'Doing this would be too prude for your taste.',
  9. msg_tooLow: 'You don\' feel daring enough to do this.',
  10. impacts:{
  11. dailyOutfit: 8
  12. },
  13. functions:{
  14. }
  15. }