Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding influencers/insta models topic #8708

Open
wants to merge 4 commits into
base: content
Choose a base branch
from

Conversation

ThePotatoGuy
Copy link
Member

Co-authored-by: @karrigantaylor

TODO

  • sprite codes
  • categories
  • decide actual topic name

Key Changes

  • Adds influencers/instagram models topic

Co-authored-by: karrigantaylor <karrigancosplay@gmail.com>
@ThePotatoGuy ThePotatoGuy added awaiting dlg review dialogue needs to be reviewed awaiting testing code needs to be tested labels Feb 11, 2022
@multimokia multimokia self-assigned this Feb 25, 2022
Copy link

@ghost ghost left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

added expressions!

Comment on lines +17744 to +17781
init 5 python:
addEvent(
Event(
persistent.event_database,
eventlabel="monika_influencers", # TODO - or instagram models?
category=['socialmedia? TODO'],
prompt="Influencers",
random=True,
)
)

# TODO:
# the follow any models Q should be pm - but which?

label monika_influencers:
# TODO: sprite codes
m 1eua "Do you follow any models on social media?{fast}{nw}"
# TODO: consider adding quanitifable answers - do they follow a lot (like a lifestyle)
# or do they follow a few (like a like/want)?
menu:
m "Do you follow any models on social media?"
"Yes.":
pass
"No.":
pass

m 7eud "I find the culture around online 'models' so interesting."
m "Before the age of social media people would only see these types of models and personalities on television or in magazines."
m "Models were hired by big companies and were told exactly what they would wear and do, they never had a say."
m 6eua "Nowadays Instagram models are completely in charge of their outfits and what they chose to do!"
m "It seems a lot more ethical now if you ask me. Even with the online sex work industry, these models are completely in charge of what type of NSFW content they’re making and how much money they’re making. "
m 2ekc "While it’s mentally it’s probably better for these online celebrities, I think it does have a negative impact on the regular everyday person."
m "Just like in the olden days, models are still heavily editing their photos making themselves look unrealistic."
m "I think this could be damaging to young girls or even young men who think all women should look like these altered versions of women."
m "I have often thought down on myself because of this,"
show monika 5eubfa
extend "but thankfully you like me just the way I am hehe~"
return
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@my-otter-self you want to review such things per-line (or a few lines if needed), not the whole thing at once. Otherwise it's hard to line up existing code/text/exp with your suggestions.

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

noted. want me to delete and do it again?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Up to you

Comment on lines +17744 to +17781
init 5 python:
addEvent(
Event(
persistent.event_database,
eventlabel="monika_influencers", # TODO - or instagram models?
category=['socialmedia? TODO'],
prompt="Influencers",
random=True,
)
)

# TODO:
# the follow any models Q should be pm - but which?

label monika_influencers:
# TODO: sprite codes
m 1eua "Do you follow any models on social media?{fast}{nw}"
# TODO: consider adding quanitifable answers - do they follow a lot (like a lifestyle)
# or do they follow a few (like a like/want)?
menu:
m "Do you follow any models on social media?"
"Yes.":
pass
"No.":
pass

m 7eud "I find the culture around online 'models' so interesting."
m "Before the age of social media people would only see these types of models and personalities on television or in magazines."
m "Models were hired by big companies and were told exactly what they would wear and do, they never had a say."
m 6eua "Nowadays Instagram models are completely in charge of their outfits and what they chose to do!"
m "It seems a lot more ethical now if you ask me. Even with the online sex work industry, these models are completely in charge of what type of NSFW content they’re making and how much money they’re making. "
m 2ekc "While it’s mentally it’s probably better for these online celebrities, I think it does have a negative impact on the regular everyday person."
m "Just like in the olden days, models are still heavily editing their photos making themselves look unrealistic."
m "I think this could be damaging to young girls or even young men who think all women should look like these altered versions of women."
m "I have often thought down on myself because of this,"
show monika 5eubfa
extend "but thankfully you like me just the way I am hehe~"
return
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@my-otter-self you want to review such things per-line (or a few lines if needed), not the whole thing at once. Otherwise it's hard to line up existing code/text/exp with your suggestions.

Copy link

@ghost ghost left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

exps added

pass

m 7eud "I find the culture around online 'models' so interesting."
m "Before the age of social media people would only see these types of models and personalities on television or in magazines."
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

m 7euc "Before the age of social media people would only see these types of models and personalities on television or in magazines."


m 7eud "I find the culture around online 'models' so interesting."
m "Before the age of social media people would only see these types of models and personalities on television or in magazines."
m "Models were hired by big companies and were told exactly what they would wear and do, they never had a say."
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

m 2rud "Models were hired by big companies and were told exactly what they would wear and do, they never had a say."

m 7eud "I find the culture around online 'models' so interesting."
m "Before the age of social media people would only see these types of models and personalities on television or in magazines."
m "Models were hired by big companies and were told exactly what they would wear and do, they never had a say."
m 6eua "Nowadays Instagram models are completely in charge of their outfits and what they chose to do!"
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

m 2eua "Nowadays Instagram models are completely in charge of their outfits and what they chose to do!"

m "Before the age of social media people would only see these types of models and personalities on television or in magazines."
m "Models were hired by big companies and were told exactly what they would wear and do, they never had a say."
m 6eua "Nowadays Instagram models are completely in charge of their outfits and what they chose to do!"
m "It seems a lot more ethical now if you ask me. Even with the online sex work industry, these models are completely in charge of what type of NSFW content they’re making and how much money they’re making. "
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

m 4eub "It seems a lot more ethical now if you ask me. Even with the online sex work industry, these models are completely in charge of what type of NSFW content they’re making and how much money they’re making. "

m 6eua "Nowadays Instagram models are completely in charge of their outfits and what they chose to do!"
m "It seems a lot more ethical now if you ask me. Even with the online sex work industry, these models are completely in charge of what type of NSFW content they’re making and how much money they’re making. "
m 2ekc "While it’s mentally it’s probably better for these online celebrities, I think it does have a negative impact on the regular everyday person."
m "Just like in the olden days, models are still heavily editing their photos making themselves look unrealistic."
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

m 2ekd "Just like in the olden days, models are still heavily editing their photos making themselves look unrealistic."

m "It seems a lot more ethical now if you ask me. Even with the online sex work industry, these models are completely in charge of what type of NSFW content they’re making and how much money they’re making. "
m 2ekc "While it’s mentally it’s probably better for these online celebrities, I think it does have a negative impact on the regular everyday person."
m "Just like in the olden days, models are still heavily editing their photos making themselves look unrealistic."
m "I think this could be damaging to young girls or even young men who think all women should look like these altered versions of women."
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

m 3gkd "I think this could be damaging to young girls or even young men who think all women should look like these altered versions of women."

m 2ekc "While it’s mentally it’s probably better for these online celebrities, I think it does have a negative impact on the regular everyday person."
m "Just like in the olden days, models are still heavily editing their photos making themselves look unrealistic."
m "I think this could be damaging to young girls or even young men who think all women should look like these altered versions of women."
m "I have often thought down on myself because of this,"
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

m 1dkd "I have often thought down on myself because of this, {w=0.2}{nw}"

m "Just like in the olden days, models are still heavily editing their photos making themselves look unrealistic."
m "I think this could be damaging to young girls or even young men who think all women should look like these altered versions of women."
m "I have often thought down on myself because of this,"
show monika 5eubfa
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

show monika 5eubfa at t11 zorder MAS_MONIKA_Z with dissolve_monika

m "I think this could be damaging to young girls or even young men who think all women should look like these altered versions of women."
m "I have often thought down on myself because of this,"
show monika 5eubfa
extend "but thankfully you like me just the way I am hehe~"
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

extend 5eubfa "but thankfully you like me just the way I am hehe~"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
awaiting dlg review dialogue needs to be reviewed awaiting testing code needs to be tested
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants