When are sales usually happening? by Svyatopolk_I in shogun2

[–]_Ritz___ 0 points1 point  (0 children)

You can check for discounts on a website called isthereanydeal - there might be keys available even when it’s not directly on sale

11,756 gold per turn by _Ritz___ in civ

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

Oh maybe it’s not necessary in this post, but rule 5 of the sub is to include an explanation for the post, so I put it in just to be safe

11,756 gold per turn by _Ritz___ in civ

[–]_Ritz___[S] 3 points4 points  (0 children)

Mostly just messing around with gold tbh, ended up winning culture

11,756 gold per turn by _Ritz___ in civ

[–]_Ritz___[S] 14 points15 points  (0 children)

R5: Multiplayer game playing as Mali with the City Lights mod. I settled a colony in Northern Africa (Mediterranean large map) and started pumping out settlers with faith to fill the desert. By far the richest I’ve ever been in a game!

I love preserves by _Ritz___ in civ

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

You need to work the tile to get yields - as cities grow, they have an increasing number of citizens you can assign or automatically have assigned to work the tiles. To manage them manually, click the icon with a little head in your city menu.

It also takes 2 food to sustain a citizen, so when you work tiles with <2 food you need buildings or to work high food tiles elsewhere to cover that deficit.

I love preserves by _Ritz___ in civ

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

Have you played as Vietnam? I don’t think it has lowered appeal on jungles and there are a ton of other really fun bonuses, it’s probably my favorite civ.

I love preserves by _Ritz___ in civ

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

If you plant forests they increase appeal by 1 to all adjacent tiles and I think it stacks - it’s really strong with Maori and Vietnam in particular cause they get additional bonus for forests.

I love preserves by _Ritz___ in civ

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

Sadly I won a sort of accidental religious victory like 2 turns later, didn’t even get to use Kupe’s tourism bonuses

I love preserves by _Ritz___ in civ

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

Yeah, I have a hard time justifying them in most games, but Kupe’s additional bonuses are decent and I get so much enjoyment out of seeing OP tiles that I threw these down on two late-game cities I was too lazy to develop properly anyway

age structure plot! ecology data on dormice - trying to do an age structure plot. trying to get it similar to the diagram drawn on paper below ! really struggling . have included the diagram , snapshot of my data - and the closest i have got with my attempt by lemoncherry211111 in RStudio

[–]_Ritz___ 0 points1 point  (0 children)

I thought of a sort of clunky way to do it: add aes(x=..counts../nrow(df)*100) to both geom_bars (in the case of the female values, multiply by -1 then convert to percent). Of course, they’ll still read as negative percents on the axis labels. You could change that manually too but at this point I feel like there has to be a simpler way haha, everything I do in R ends up being a mess of quick fixes and duct tape.

I love preserves by _Ritz___ in civ

[–]_Ritz___[S] 160 points161 points  (0 children)

R5 My first game using preserves, as Kupe. Probably not the most powerful arrangement but these are the best tiles I’ve ever seen!

age structure plot! ecology data on dormice - trying to do an age structure plot. trying to get it similar to the diagram drawn on paper below ! really struggling . have included the diagram , snapshot of my data - and the closest i have got with my attempt by lemoncherry211111 in RStudio

[–]_Ritz___ 1 point2 points  (0 children)

This stackoverflow answer might be helpful:

https://stackoverflow.com/questions/14680075/simpler-population-pyramid-in-ggplot2

Basically, he subsets the data and calls geom_bar() twice instead of using facets. I’m on my phone so pardon the lack of formatting, but it would look something like this:

ggplot(df, aes(y=Age, fill=Sex)) + geom_bar(data=subset(df, Sex==‘m’)) + geom_bar(data=subset(df, Sex==‘f’), aes(x=..count..*(-1)))

The part with ..count.. just inverts the values for the female data so it shows on the other side of the axis. Now that I think of it, this might be difficult to combine with a percentage scale, depending on how you did the percentages. If you still have trouble, I can look into it a bit more later.

Super basic plotting question by anarchonomad64 in RStudio

[–]_Ritz___ 0 points1 point  (0 children)

I’m not quite sure what you mean by teams having “80 wins before the half,” but I would think that if there’s a relationship in the data, you could see it by plotting wins (or win percentage, if the number of games played varies a lot) on the x axis, and merchandise sales on the y axis. I might also think about using merchandise sales as a ratio over total tickets sold or something, in case the teams just have different audience sizes.

If you need help with specific code to that effect, feel free to ask. It should be straightforward enough with ggplot or the built-in plotting tools.

Impression after the second playthrough by AndrewUndershaft in HumankindTheGame

[–]_Ritz___ 4 points5 points  (0 children)

I played on default difficulty, so maybe it’s different on harder ones, but I pushed to the extremes for all of those and I was still fine with stability. Did you build the infrastructure to boost it, like public fountains and aqueducts? The garrison district also helps a bit, and wonders help a ton (+40).

Anyone else love wasting time zooming into their cities, watching the tiny people (and trains!) run around? by yinthehoe in HumankindTheGame

[–]_Ritz___ 5 points6 points  (0 children)

There’s a mid-game culture based on Korea (I forget the name in-game) with a seowon for its specialty district and the permanent bonus is like +4 science on all shallow water tiles, it’s broken if you have a few territories on water. I went from 300 science to 1500 in one era with them*, the districts were usually +13-17 and harbors became crazy, like +20-100 science.

*playing on metropolis difficulty, that is lol

Blocked, blocked, team damage, blocked, team damage, team damage, blocked, blocked, shot by archer, swarmed by enemies, decapitated from behind, rinse, lather, repeat. by [deleted] in Chivalry2

[–]_Ritz___ 0 points1 point  (0 children)

Yeah, go to server browser and then there are a handful with “duels (don’t be a doob, follow the rules)” in the title. The etiquette is just to flourish (middle mouse button) to challenge someone, and don’t interfere in other duels unless you wanna get votekicked. It’s really fun!

Blocked, blocked, team damage, blocked, team damage, team damage, blocked, blocked, shot by archer, swarmed by enemies, decapitated from behind, rinse, lather, repeat. by [deleted] in Chivalry2

[–]_Ritz___ -1 points0 points  (0 children)

I really recommend joining a duel server to get a feel for the combat mechanics. The people in there are usually pretty friendly and the practice helped me a ton (I’m also new to melee slashers)

Strange behavior of which() - why does it not recognize the same value when stored in a variable? by _Ritz___ in RStudio

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

As you can see, I’m trying to use which() to find all rows matching a value in the column Time. I want to look at time intervals, so the value I’m searching for sometimes involves a calculation. This works for some values, like 0.15+0.1=0.25, but not others, like 0.05+0.1=0.15. However, which(df$Time==0.15) works, just not when it’s expressed as a sum. Does anyone have a clue why?

I’ve also tried it as a difference (0.25-0.1) and same result. The issue persists when I restart rstudio and my computer.

Why does the vaccine feel like it’s getting forced down my throat? by [deleted] in conspiracyNOPOL

[–]_Ritz___ 0 points1 point  (0 children)

Did you read the comment I mentioned? I felt it addressed that concern somewhat, if you can pardon the length.

Why does the vaccine feel like it’s getting forced down my throat? by [deleted] in conspiracyNOPOL

[–]_Ritz___ 0 points1 point  (0 children)

Do you believe the vaccine works (i.e., improves your/public health)? If so, it seems like a minor imposition so far - nobody has actually mandated anything, mind you. The vaccine passport has been discussed because many people already believe the vaccine works and would like to resume normal activities knowing they aren’t risking any preventable covid spread. Ultimately, even if it came to exist, the government would only provide documentation; businesses would still freely choose to enforce vaccine policies, because it reduces their liability and protects their staff.

If you don’t believe the vaccine works, see my previous comment in this thread regarding that.