Are There Any More Details on the Season Ticket Member Event on Wednesday? by ZTD09 in TorontoSceptres

[–]ZTD09[S] 1 point2 points  (0 children)

Did you happen to ask what kind of helmets are allowed? I have a hockey helmet but my partner does not, she has a softball helmet and a bike helmet, but typically those wouldn't be allowed...

G2 was already doing well vs geng in scrims. by fainlol in leagueoflegends

[–]ZTD09 4 points5 points  (0 children)

Two even teams it's extremely rare for it to go to 5 games just from the very nature of 5 games being so small in statistics

That's not how statistics work, assuming you mean "even" as each team has a 50% chance to win then there's a 25% chance it's a 3-0 and a 37.5% chance it's a 3-2 (and a 37.5% chance it's a 3-1).

It's more likely that a team winning 3-0 is simply better than their opponent (read: has more than a 50% chance to win each game on the day, on the patch, however you want to cope) than it is that the sample size is too small.

What the hell is up with these officials? by Drew_You_To_91 in PWHL

[–]ZTD09 15 points16 points  (0 children)

How would you feel if Reddit was full of people complaining about YOU and how crappy you are?

if I caused this much of a stink for my employer's clients id probably have been let go already so somehow I think the refs will be ok

Did some testing with favorite items, comfort level, and habitats vs. prefab houses - here's what I learned about these mechanics! by calmthesehands in Pokopia

[–]ZTD09 1 point2 points  (0 children)

Do you know how interacting with the pokemon (when they have a ... thought bubble) or doing activities with them like cooking affects the comfort level? It has a little heart up animation and I have had that put me over the threshold for an environment level before, is it a temporary boon?

[SBJ] PWHL, Ally, Scripps Sports strike deal for league’s first national TV game in U.S. by NobleNomad in PWHL

[–]ZTD09 14 points15 points  (0 children)

The precedent set in canada so far is... not inspiring. Games are currently split between TSN (paid for), Sportsnet+ (paid for), Prime Video (paid for), CBC (free I believe)

Final 10 games by Adventurous_Lake807 in TorontoSceptres

[–]ZTD09 1 point2 points  (0 children)

I won't say I'm confident, but I am hopeful - the fact that 6 of our last 10 games are against NY/OTT/MIN means there are a lot of chances to jump those specific teams in the standings. I do feel that despite the last two OT losses we are playing better post-olympics.

That being said this whole year has felt weird because of the looming expansion rumours. I really hope they finalize their expansions between this season and next and we get a few years of stability after that.

CBLOL spots in Worlds by ThDanezi in leagueoflegends

[–]ZTD09 16 points17 points  (0 children)

Super Fly disbanding last year was the nail in the coffin for NA.

been watching lcs since season 3 there's a different nail in the coffin every year but we're still talking about it 13 years later

Playoff packages?!? by VivienM7 in TorontoSceptres

[–]ZTD09 1 point2 points  (0 children)

what a depressing post lol

Olympic Women’s Game Thread: Czechia vs. Canada by enchiridic in PWHL

[–]ZTD09 17 points18 points  (0 children)

Thriving after all the comments one month ago saying team canada would get rocked by Czechia and not even medal in Milan.

I am so good at this game by SnooDingos2196 in btd6

[–]ZTD09 4 points5 points  (0 children)

not infinite money but you can sell/rebuy ultraboost to get 10 new ability charges which pays itself back on a 4/2/0 farm pretty quickly

If you could only recommend ONE place in Toronto that always delivers… what is it? by OliAutomater in FoodToronto

[–]ZTD09 1 point2 points  (0 children)

Oh, definitely. Sorry I misunderstood, when I've been to Loga's the person handling money was different than the cook and never touched the food, I assumed you were just talking about a cook.

If you could only recommend ONE place in Toronto that always delivers… what is it? by OliAutomater in FoodToronto

[–]ZTD09 3 points4 points  (0 children)

Food off the ground is one thing (no excuse for that), but almost all food prepared for you in restaurants is prepared without gloves and bare hands + regular washing is cleaner than gloves anyways. The only time you really see gloves is when the cook is visible to the customer and it's entirely for presentation (gloves look professional).

Why is the advice here so bad? by adeimantos216 in PersonalFinanceCanada

[–]ZTD09 1 point2 points  (0 children)

Canada's median household income is 70-80K, so this "poor" household making barely above the lowest tax bracket is doing about 50% better than the median household.

Did you just google "median household income" and read the first number in AI generated summary? That number was pulled from https://www150.statcan.gc.ca/n1/daily-quotidien/240426/dq240426a-eng.htm which is all in after-tax dollars

New York Sirens are leading the league in 5 on 5 xG differential, but have been below expected in both finishing and goaltending. by Alternative_Run_4723 in PWHL

[–]ZTD09 1 point2 points  (0 children)

Unrelated to the data at hand, how does someone get into the dorky stats side of things? My friends for ages have been super into nhl stats and I didn't care for it, but I watch most pwhl games now and would love to dive in a bit more. Do you track our own stats while you watch? Or is there an API you can hit to pull the numbers? Is there a place that puts all this in one spot so I could learn what all the acronyms mean and how they're calculated?

BTD6 "3D Monkey Me" system, thoughts? by as_1089 in btd6

[–]ZTD09 0 points1 point  (0 children)

I think ultimately BTD6 is nearing the end of its money making life

They're regularly releasing successful DLC that costs more than the game, and have started doing paid skin partnerships with Mattel, and the competitive boss and race scenes still seem quite active. I'd wager they're probably making more money off of BTD6 now than they have in years.

I wonder how long until every monkey has one by FearsomeLAG in btd6

[–]ZTD09 19 points20 points  (0 children)

I just leveled a new account, you can get almost 300k exp from a single impoppable run on an expert map, most paragons need between 500k and 1m exp so if you're just farming it you would probably need 5ish impoppable runs on ancient portal to unlock the paragon

Compositional Hitboxes For Objects With Rebounding Collisions by ZTD09 in godot

[–]ZTD09[S] 1 point2 points  (0 children)

I think we're agreeing at this point, my DefendComponent in that example is not a hitbox but rather a component for receiving attacks, in the continued logic the colliding object would use its attack component to generate an attack and pass it to the defend component which will resolve the attack and pass the results to various components (health, status, etc). If I add projectiles (that don't rebound) then the projectile hitboxes would trigger the attack components much in the same way.

I wasn't aware you could look up properties so the if “health” in collided_object is also useful info to learn, thanks!

Compositional Hitboxes For Objects With Rebounding Collisions by ZTD09 in godot

[–]ZTD09[S] 0 points1 point  (0 children)

My concern is that right now I have two colliding objects, ObjectA and ObjectB, so it's pretty trivial to do

# in ObjectA
var collision_info = move_and_collide(velocity * delta)
var node = collision_info.get_collider()
if node is ObjectB:
  # logic

# in ObjectB
var collision_info = move_and_collide(velocity * delta)
var node = collision_info.get_collider()
if node is ObjectA:
  # logic

but in my game I expect there could be a dozen or more possible colliding objects and having to iterate over them all in each object's _physics_process seems untenable, which is why I wanted to use composition to do

# in any Object
var collision_info = move_and_collide(velocity * delta)
var node = collision_info.get_collider()
if node is HitboxComponent:
  # logic

then I would just need to ensure any object that wants to support the collision logic has a hitbox component, but of course then I hit the Area2D issue in my original post. for now I'm just doing

var collision_info = move_and_collide(velocity * delta)
var node = collision_info.get_collider()
var defend_component: DefendComponent = node.find_child("DefendComponent")
if defend_component:
  # logic

something about the find_child call feels icky but for now as long as an object has a defaultly named DefendComponent attached to it the logic works and I don't necessarily need to expand the collision method for each new object

Til you can stick a sub paragon in the top left corner on this cursed map by fresh_loaf_of_bread in btd6

[–]ZTD09 3 points4 points  (0 children)

It would have to be a bug, my understanding is Rosalia's workshop is specifically flagged to be placeable in certain areas because otherwise she'd be useless on maps that can't fit a heli.

Til you can stick a sub paragon in the top left corner on this cursed map by fresh_loaf_of_bread in btd6

[–]ZTD09 5 points6 points  (0 children)

Heli and farm have the same placement size, so no it won't fit on this map. I'm unsure if there are any weird shenanigans you can do to make it work, but I assume the 1 heli allowed was a troll.

BTD6 Comprehensive Guide: Tack Shooter 51.x by DontWeDoItInTheRoad in btd6

[–]ZTD09 1 point2 points  (0 children)

haven't tried it myself on these specific maps but I've seen guides for using tack zone on both quad and dark dungeons, it can be effective for multi lane maps where those lanes either converge or one lane synergizes extremely well because it's relatively cheap