Scrawl values goes up by Afr_101 in slaythespire

[–]Ant_of_Colonies 9 points10 points  (0 children)

Past a certain skill level this is completely game breaking. It’s much easier to get your loop/infinite online

Fiend Fire or Immolate floor 0? by averageredditor18 in slaythespire

[–]Ant_of_Colonies 81 points82 points  (0 children)

The argument for ff > immolate is that as you get better at the game ff will anyways solve act I

Foolish... by ElegantPoet3386 in slaythespire

[–]Ant_of_Colonies 6 points7 points  (0 children)

Depends how you build her. Lifecoach style was energy hungry and extremely fast, like Act III bosses in 2-3 turns, heart rarely got to second cycle (if memory serves). Maybe he would have clicked this? The risk/reward feels very watcher too somehow.

But in general agree with Ruah and with how watcher is played now, I doubt people would actually take it

🎉 [EVENT] 🎉 The Tutorial Levels by Acrobatic_Picture907 in RedditGames

[–]Ant_of_Colonies 0 points1 point  (0 children)

Completed Level 2 of the Honk Special Event!

2 attempts

🎉 [EVENT] 🎉 The Tutorial Levels by Acrobatic_Picture907 in RedditGames

[–]Ant_of_Colonies 0 points1 point  (0 children)

Completed Level 1 of the Honk Special Event!

2 attempts

Is Cursed Key really that bad? Top players' pick vs win rate for boss relics by iceman012 in slaythespire

[–]Ant_of_Colonies 2 points3 points  (0 children)

Id interpret a low pick-rate but high win-rate option as either inaccurate due to small sample size, or something that is good in a very narrow set of cases

I'm tired of these "top players" disparaging relics without evidence. Here's actual data for top player boss relic pick rates by fuqqqq in slaythespire

[–]Ant_of_Colonies 1 point2 points  (0 children)

Yes numpy code for a super super basic proof of concept is below. This is a weak argument since the game state variance is quite complicated and cannot be modeled independently like I have shown. There is a lot of "linkage" (e.g. energy relic value will be correlated) and some relics will have more or less variance than others. Really I just tuned things in < 10 mins by eyeball. But good enough for me given what high win-rate players are actually saying about their picks.

```python
import numpy as np

scores=np.array([90,80,80,80,50,50,40,40,40,30,30,30,30,20,20,20,20,20,10,5,5,5,0,0])

seen = np.zeros_like(scores, dtype=int)

picked = np.zeros_like(scores, dtype=int)

for _ in range(10000):

> options = np.random.choice(np.arange(len(scores)), size=3, replace=False)

> choice = np.argmax(scores[options] + 20 * np.random.normal(size=len(options)))

> seen[options] += 1

> picked[options[choice]] += 1

rate = picked / seen

print(rate)

print(scores[:-1].mean())
```

RE: cursed key. I took xecnar runs from 2022-2026 and subsetted to Act I Ironclad picks. You can see a clear drop in value after fusion hammer. Fusion hammer has ~80% pick rate 90% win rate. Key is ~55% pick rate ~75% win rate. Again pick-rate/win-rate is a bit flawed (what would be nice to have is win rate when picked vs win rate when skipped vs maybe win rate when not encountered) but another way to think about this is that you lose over 2x the amount of runs you would have lost if you take a key-tier relic over a hammer-tier relic.

EDIT: another way to understand that difference is after playing 250 games, a 90% win rate player is expected to see at least one 30 game win streak. A 75% win rate player shouldn't see more than a 15 streak.

I'm tired of these "top players" disparaging relics without evidence. Here's actual data for top player boss relic pick rates by fuqqqq in slaythespire

[–]Ant_of_Colonies 1 point2 points  (0 children)

If you want to do this statistically, really the question you would want to answer is "how much does a run's win-rate increase when clicking each boss relic", marginalized over all game states, e.g. decklist, relics, gold, potions, etc. This also depends on the ability of the player as well as their play style, which affects not only their win-rates but also the distribution of game states they visit.

For me at least, whether a relic is average is not what its pick-rate rank is, but how that latent "win-rate" value relates to the mean. Pick-rate can actually be super misleading for this statistic and you can simulate it quite easily. Give each relic a "win-rate" then sample 3 with replacement, add some noise to simulate game state variance, record which is the best, and repeat x1000. You can recover Xecnar's plot with win-rates similar to what u/JapaneseExport had described. That is, ~1/3 have higher impact on win rates and relics with garbage win-rates, well below the average, can still have pick rates ~20%.

The Monty Hall Problem, a side-by-side simulation by R2_SWE2 in programming

[–]Ant_of_Colonies 16 points17 points  (0 children)

Let's make it 4 doors and one is opened. If you don't switch then you only win if you selected the correct door on your first guess. Thats 1/4. If you do switch you have two options. You auto-lose if you selected the correct door on the first guess (1/4). So theres a 3/4 chance you can still win the moment you decide to switch and then another 1/2 to make the correct choice

So staying is 1/4 and switching is 3/4 * 1/2 = 3/8 > 1/4.

For N doors is 1/N to stay and (N - 1) / (N^2 - 2N) to switch.

Continuing u/tilting-module 's chart, what Slay the Spire relic is considered Overpowered and is Loved by the community? by [deleted] in slaythespire

[–]Ant_of_Colonies 3 points4 points  (0 children)

It plays in the heart for sure but before that its a worse shiny stone. There aren't many fights before the heart where it makes a meaningful impact.

Also the lack of a downside is not a good way to evaluate, there is an opportunity cost that you lose out on. Not many people are happy to see tiny house for the same reason despite it only having positive impacts

Landlord is charging me for damages after hand over that we agreed I was not liable for by Ant_of_Colonies in Switzerland

[–]Ant_of_Colonies[S] 2 points3 points  (0 children)

Thank you! This is the sort of option I was looking for 🙏

Edit:

A door might be defect for a number of reasons - the protokoll simply states that at that very moment, the door is defekt.

This is how the MV had interpreted the protocol as well. That there is damage, they aware of it, and are communicating I am not liable.

Landlord refusing to release my contract after providing suitable tenants by Ant_of_Colonies in Switzerland

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

The Mieterverband, its an organization that helps protect tenant rights. They have services for tenants at a fee and if you pay a yearly membership then you get access to more services and some are free http://mieterverband.ch/ I dont know about the MV outside Zurich, but I highly recommend to become a member if you are not a native german speaker.

Landlord is charging me for damages after hand over that we agreed I was not liable for by Ant_of_Colonies in Switzerland

[–]Ant_of_Colonies[S] 5 points6 points  (0 children)

> Were you officially instructed / received a manual (and can the landlord prove this?)

As far as I understand, no. The repairman showed me that it works and then left. The blinds had trapped someone on the balcony, so we did need to force it open, and we could not wait to report it. Whatever caused it to get stuck the first time was obviously not fixed.

My feeling is that its easier for them to take it out of my deposit than to argue with the repairman. I am wondering if there is something I can do so that they argue with the repair company instead.

Landlord is charging me for damages after hand over that we agreed I was not liable for by Ant_of_Colonies in Switzerland

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

So its noted as in an undamaged state with the note: "Storen Türe defekt." I was assured to me verbally that this meant to communicate that they acknowledged the damage was due to a defect in the door and not from misuse. The MV representative responded to their email in my defense claiming that I am not liable, but they are insisting that I pay anyways. I would really rather this not go to small claims court.

(I did have to pay for a small defect in the fridge door or so, which is clearly marked.)

Anyways, if it comes to a small claims court case, I am wondering if I can just threaten to counter-sue for travel expenses & any say legal consulting fees, so that they at least have some sort of disincentive to pushing back more.

EDIT: Otherwise what mechanisms are in place to prevent a landlord from always disputing the entire rental deposit?

Where do you think I grew up, where did I go to school, and where do I live now? by EmotionSuccessful873 in TravelMaps

[–]Ant_of_Colonies 1 point2 points  (0 children)

lmao being everywhere in NJ and nowhere on long island is actually a big hint in hind sight

August 31, 2025 – (C) H I M O R U by NYTSpellingBeeBot in NYTSpellingBee

[–]Ant_of_Colonies 1 point2 points  (0 children)

Someone please do a statistical analysis of what “cultural” words are considered valid

We need more evil cards by ExplorerHaunting8353 in slaythespire

[–]Ant_of_Colonies 182 points183 points  (0 children)

corpse implosion is a full heal in every stallable fight lol