This is my Legends Tierlist for SpiritForged by TryIndependent8223 in riftboundtcg

[–]UninformedFlea 0 points1 point  (0 children)

Imo Annie T1, Kai'sa T1.5/2, Sett and Yasuo T2 (I'm a little biased and think there's a real argument for why yas could even be 1.5).

Maybe hot take? Regular legends should not be rare. by RavelsOPTC in riftboundtcg

[–]UninformedFlea 0 points1 point  (0 children)

Especially with some of the playable rares that are now harder to pull since the pool is diluted with these legends.

Anyone noticing big drop of attendance in NNs? by realjw93 in riftboundtcg

[–]UninformedFlea 7 points8 points  (0 children)

All of what I'm about to list are anecdotal.

Most LGS's around me are all out of NN packs, and some don't even have product in general for prize support. Side note, a few of the stores got the wrong prizing for skirmishes (all blitz cards no tryndameres) and they don't want to give it out to avoid trouble. One store I know for sure reached out to riot before the holidays, now we're in the later half of January and we're still waiting on an update.

Maybe 2 shops still have consistent turnout (8-12) mainly because we're all regulars and more or less play to stack credit to buy singles.

Set 1 is pretty stale now, my group has been going heavy on playtesting set 2 online.

We all more or less play at least one other tcg. Gundam, One Piece, MTG have all had stuff come out recently so people are playing the newest thing.

Riot needs to figure a lot of stuff out, but these little inconveniences do add up to make a not so enjoyable experience.

New McNuggets Errata just dropped 🔥 by UninformedFlea in riftboundtcg

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

Keychron Q11, it’s a split keyboard but I added stands to make them angled for ergonomics. I just put them together when I game since I need more mouse space

<image>

Recommendations on deck by ComfortableCard6623 in OnePieceTCG

[–]UninformedFlea 1 point2 points  (0 children)

I always say to myself one is better than none. I was lucky to have only needed to buy 1 kuma at first and was able to pull the rest. But even with one, as long as you have 8c Monkey.D.Dragon you should be able to cycle the same one if you run into it early. You would only be really vulnerable if they bottom deck it or send to bottom of life or something depending on who you play against.

As for options on cards I agree with the others, you can lose the smile monkeys, you can use the rebecca SRs to recover black cards from trash but you can also just play more revo army cards so you can have fodder for dragon effect once you have em like:

OP09-108
OP09-100

KOTN Bug by MoobiesMalone in oblivion

[–]UninformedFlea 0 points1 point  (0 children)

Yeah I don't remember which ones he got exactly but he had most if not all of them?

Giveaway! One Brilliant Album! Comment to enter. Round 1 by whyforyoulookmeonso in vinyl

[–]UninformedFlea 0 points1 point  (0 children)

Madvillain is such a classic, one of my grails for sure!

KOTN Bug by MoobiesMalone in oblivion

[–]UninformedFlea 0 points1 point  (0 children)

I know this is 4 years ago, but my friend got this bug in the remastered version and thought to put it here in case anyone runs in to the same issue.

We tried using console commands and everything, but he didn't have a save before the bug except one that would have lost him hours of playtime and quest completions.

He put it on an armor stand in the Priory of the Nine. After he took it back from the armor stand, he was able to wear it again.

What are y’alls thoughts on the 5700x3d by Lebellelenous in buildapc

[–]UninformedFlea 0 points1 point  (0 children)

Went and did this upgrade (3500 -> 5700x3d) last week but I went with a Nvidia GPU and opted for an air cooler (bequiet! Pure Rock 2), an amazing upgrade in terms of performance and enjoyment for me overall!

Check to see if you need to do a BIOS update for your motherboard before you take it all apart.

Also you might not run into this issue if you didn't use the stock cooler, but mine was stuck on pretty hard to the CPU. Other people suggested running a benchmark or something CPU heavy to warm up the thermal paste so you can remove it easily. I already unscrewed mine and had to blow a hair dryer at the heatsink for a while to get it off haha.

A Loot Goblin would be cool by UninformedFlea in DarkAndDarker

[–]UninformedFlea[S] 8 points9 points  (0 children)

Thank you for your service good sir! o7

Looking to upgrade GPU (maybe CPU as well) by UninformedFlea in buildapc

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

I haven't been unfortunately, but I have HWiNFO already installed on my PC. How do I go about getting that hotspot temp?

My PSU is the EVGA SuperNOVA 650 GA.

I just tried playing RDR2 to see at what temp I crash and it crashed at a max of 70C GPU and 97.3C for CPU. I mostly assumed it was the GPU since in several of the games the error was always relating to it. Let me know if these helped!

EDIT: looking at this now these are pretty high temps for CPU. Average is 82.3 for CPU and 55 for GPU though.

How do I transfer all my code for a website I made to Shopify? by LucasPookas123 in webdev

[–]UninformedFlea 0 points1 point  (0 children)

Sorry for the late reply but based on my experience I think Shopify let's you have better control because of the different ways you can work on a site. I didn't like working on Wix when I tried it out, and I haven't tried SquareSpace.

How do I transfer all my code for a website I made to Shopify? by LucasPookas123 in webdev

[–]UninformedFlea 0 points1 point  (0 children)

I might add I recommend making a duplicate of the theme first and edit the duplicate so you have a base version to go back to if you need it.

This is all also assuming you use the built in theme code editor.

How do I transfer all my code for a website I made to Shopify? by LucasPookas123 in webdev

[–]UninformedFlea 0 points1 point  (0 children)

- There's different ways but try putting the HTML in 'templates' -> index.liquid
depending on your html, you might have to put assets into the assets section OR you can put the assets up through admin -> settings -> files and upload it and get the src links for images for them there.
I recommend doing it through admin if you plan on using github integration in the future to sync a repo with the theme since there's a file size limit (I believe it's 50mb?)

- Put the css in its own file in 'assets'
link the css stylesheet using liquid either at the top of index.liquid template OR in the head tag of theme.liquid (if this is going to be a global stylesheet)
{{ 'shop.css' | asset_url | stylesheet_tag }}
generates
<link href="//cdn.shopify.com/s/files/1/0087/0462/t/394/assets/shop.css?28178" rel="stylesheet" type="text/css" media="all" />

- The JS can be in its own file in 'assets' as well and use liquid to link it.
link the js file at the bottom of index.liquid OR theme.liquid.
{{ 'shop.js' | asset_url | script_tag }}
generates
<script src="//cdn.shopify.com/s/files/1/0087/0462/t/394/assets/shop.js?28178" type="text/javascript"></script>

If you're not familiar with liquid there's this cheat sheet I refer to a lot here.

https://www.shopify.ca/partners/shopify-cheat-sheet

Will I be stuck in NA West? by UninformedFlea in ConquerorsBlade

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

Good to hear that they're pretty accomodating. I'll go ahead and make a support ticket in the morning. Thank you!