salscou
Engaged Member
- Apr 14, 2020
- 2,989
- 13,003
I get your point. I really do, but who wants to be represented by a French Canadian? Albeit the least annoying one ever, but still......So?
We need percentages and quotas now?
In any case, if it was needed so badly, they should have just made a new character and see if it sticks, not literally gaybeam a long standing playboy.
View attachment 4390494
First, nobody's that gay. Unless you don't count fear boners. Secondly, the next writer would probably turn your well thought out, multidimensional character who happens to be gay into a gay character who's only thing is being gay.View attachment 4390562
There, noone gets Beam'd or mad about it.
Why does any X-men character need to be gay in any given period?Because that would leave Northstar as the only gay X-man of the period.
They don't. I was just answering a question. And not entirely seriously.Why does any X-men character need to be gay in any given period?
Still better than turning well thought out, multidimensional straight character into a gay character who's only thing is being gay.Secondly, the next writer would probably turn your well thought out, multidimensional character who happens to be gay into a gay character who's only thing is being gay.
The franchise’s overarching theme of being hated and feared for who and what you are naturally lends itself to many marginalized experiences, from the original civil rights allegory and later including those of the LGBTQ+ community. Over time, both readers and creators have embraced and deepened these parallels, making the X-Men a lasting symbol of the fight against all forms of discrimination.Why does any X-men character need to be gay in any given period?
EwChuck Austen
They've tried that. It always fails.they should have just made a new character and see if it sticks
Female Null is something we want in the future. Bi/gay Null is something I know I wouldn't mind to have in the future.I'm not sure why that matters.
I'll pass it onto the dev team.By the way, I don't know if it's been caught before but I noticed an art discrepancy in the season 1 finale: Cyclops's outfit doesn't appear to include yellow trunks in his first panel but does in the second.
Does anyone knows which files is making this calculation ? I want to increase considerably the numbers so i can make early game the wardrobe, and be done with it for the whole game .It depends on the season. Shame is either 0.25 * (love + trust) or 0.4 (love + trust) (depending on which shame). Love and trust are capped [...]
I'm sticking with academic, because every time he gets his ass kicked, he learns something new. At heart, he's clearly very academic.I mean, I could just go with that between Wobbuffet being a psychic type and the collective 'Null becoming a teacher or a therapist' headcanon that you guys came up with. But I don't think it's that simple.
Team Rocket's Wobbuffet doesn't strike me as being the sharpest tool in the shed, and therapists/psychologists aren't the big-brain genius know-it-alls that they think they are*. Null and Wobb are at their best when they're taking hits and getting knocked out, which in my mind implies physical contact, which to me says that they're more on the athletic side of a aisle. I also want to factor in/intentionally wrongfully interpret people failing to form the harem to Null's lack of emotional inelegance, but I don't have the right words for it at the moment.
The reason why I asked is that I plan on starting a new run by naming Null 'Wob Buffet' and give him blue arms and a blue pecker.
*And no, I'm not necessarily referring to you, Boots. I dated a psych major in college, and she was the most ditzy and naïve person that I've ever met. She also introduced me to Ikkitousen, if that indicates anything.
I guess. Though come to think of it, Null gaining new powers is similar to how Smeargle learns new moves via Sketch.
Honestly, I think the most recent iteration that kinda middle-grounds Claremont's intent and the Azazel concept works well enough. There's at least more precedent for it compared to some retroactive sexuality changes (which I don't personally take issue with, but that's an off-topic matter). I think the only part of it I take issue with is the "why", but that's more a gripe with how writers use Destiny herself at the end of the day.Also Nightcrawler's parentage is something that will need to be heavily debated by the dev team eventually.
Do we go by Claremont's intentions? Do we stick to what was originally published? The retcon?
It's been speculated, but never confirmed.kitty pryde is a cutie always i wonder if you guys will do magik since we have colosuss
The code has changed since I've posted that.Does anyone knows which files is making this calculation ? I want to increase considerably the numbers so i can make early game the wardrobe, and be done with it for the whole game .
I checked on the /scripts/base/clothing.rpy file and the game/scripts/clothing folder, and didn't find the trust/love value.
define public_shame_multiplier = 4.0
define exercise_shame_multiplier = 2.5
define private_shame_multiplier = 0.4
if flag in ["public", "date"]:
if approval_check(self.Owner, threshold = public_shame_multiplier*hypothetical_Outfit.shame):
proceed = True
elif flag in ["exercise", "swim"]:
if approval_check(self.Owner, threshold = exercise_shame_multiplier*hypothetical_Outfit.shame):
proceed = True
elif approval_check(self.Owner, threshold = private_shame_multiplier*hypothetical_Outfit.shame):
proceed = True
def approval_check(Character, flavor = None, threshold = None, extra_condition = None, multiplier = 1.0, not_found_value = (0, 0)):
if not isinstance(Character, CompanionClass):
return 0
if flavor is None:
value = Character.love + Character.trust
elif isinstance(threshold, float) or isinstance(threshold, int):
if value + 0.0*abs(renpy.random.gauss(0, stat_sigma)) < multiplier*threshold:
return False
love + trust + (0.0 * abs(renpy.random.gauss(0, stat_sigma)))
shame_type_multiplier * outfit_shame
love + trust < multiplier * outfit_shame
(love + trust) / multiplier > outfit_shame
It's hard to peg down an exact development cycle but it's usually a month or 2 between big updates (and then a bunch of minor updates fixing things through out that month). I think the longest period between updates was almost 3 months? It probably depends on what content they are working on.How often does this game updates? And does it update full seasons or unfinished?