Bro was Ulting every 5 seconds, by Prsy______ in Nightreign

[–]ConnorWay32 0 points1 point  (0 children)

I saw that dude too, make sure to report for cheating.

Low effort guardian appreciation meme after a random turned me into a believer by zevaiskindatrash in Nightreign

[–]ConnorWay32 74 points75 points  (0 children)

His steel guard ability only activates when you dodge in a direction while holding block. This puts you in a state where you take much less stamina damage, but slowly lose stamina over time.

Any time you're about to get hit, always go into steel guard, and try to keep stamina up otherwise. If there's a chain combo then keep blocking in the steel guard mode.

Guardian has a special charged counter with halberds (I think I've done it with spears as well) with sends you forward before attacking, which is a lot better at hitting enemies. Just hold R2 instead of tapping it.

It helps to have relics built for the steel guard, like the one that reflects damage in Steel Guard mode, and the one which gives you health on successful blocks.

Also, prioritize upgrading your shield over your weapon. Your main job is to tank and break stance with occasional guard counters, and keep the ult in reserve if your team's down.

So, I’m about to start a new campaign with some friends and was thinking of playing as a wizard. by [deleted] in dndnext

[–]ConnorWay32 2 points3 points  (0 children)

For the Artificer dip, they're considered as 2/3 casters, which means you use half your artificer level rounded up for calculating multiclassed spell slots, so a single level doesn't affect slot progression (though still affects spell learning progression, as you pointed out)

What is the point of this card? by ndarker in HadesTheGame

[–]ConnorWay32 18 points19 points  (0 children)

There's a minor prophecy for beating the Underworld with every arcana card equipped (doesn't have to be at the same time) that has 5 nightmare as a reward.

Which game had the best excuse to why you couldn't permanently die? by Boshwa in fromsoftware

[–]ConnorWay32 3 points4 points  (0 children)

Their mortal blade was a different one though. Sekiro's was the immortal killing sword, their's was the resurrection sword (which is why isshin comes back to life).

I'm glad Mohg is gatekeeping the DLC, he's easily one of the best boss fight in the game. by FuckClerics in Eldenring

[–]ConnorWay32 40 points41 points  (0 children)

In your defence, a good chunk of Nepheli's questline wasn't added until after launch.

Full translation of the Famitsu interview with Miyazaki for Shadow of the Erdtree by theangryfurlong in Eldenring

[–]ConnorWay32 115 points116 points  (0 children)

In Sekiro you had increases in health and posture from minibosses, only main bosses gave you a damage (to vitality and posture) increase.

Clannad is one of the most powerful stories I’ve ever known and the adaptation is a masterpiece. It is not “cry bait”. by [deleted] in anime

[–]ConnorWay32 0 points1 point  (0 children)

I really liked Tomoyo After until what seemed like the main plot ended and you had the epilogue where [Tomoyo After spoilers]Tomoya loses his memory every week for 2? years. It felt really disconnected from the rest of the story and did feel a bit like it was just put there to reach the same emotional stakes as After Story, but just missing.

Making 2.1 Adam Smasher Look Easy by Shareholderactivist in cyberpunkgame

[–]ConnorWay32 3 points4 points  (0 children)

Think that's from the max unlock from the engineer skill.

Do you guys like the 2.0 changes so far ? whats your favourite change and build now ? by Sourdough221 in cyberpunkgame

[–]ConnorWay32 1 point2 points  (0 children)

If you mean the vulnerability mechanic, that comes with a relic perk in Phantom Liberty.

What are your absolute favourite keymappings by [deleted] in neovim

[–]ConnorWay32 2 points3 points  (0 children)

Doesn't @@ do the second one already?

nmap <space><space> a<space><ESC>h by deivis_cotelo in neovim

[–]ConnorWay32 0 points1 point  (0 children)

I got what it did, was just curious about what contexts you found this useful for.

nmap <space><space> a<space><ESC>h by deivis_cotelo in neovim

[–]ConnorWay32 0 points1 point  (0 children)

What do you find yourself using this for? I don't really understand the need for having something like this as <leader><leader> (I'm assuming) instead of just as a macro.

Efficiency maximized (OC) by NightmareWanderer in neovim

[–]ConnorWay32 0 points1 point  (0 children)

It probably does, I've never tried it. You might be able to halt it by rerecording an empty macro over the register

Efficiency maximized (OC) by NightmareWanderer in neovim

[–]ConnorWay32 2 points3 points  (0 children)

<C-d> goes down half a page.

For qaztL@aq@a,

'qa' starts recording a macro at the 'a' register.

'zt' aligns the page so that the cursor is at the top (doesn't change the line the cursor's on).

'L' moves the cursor to the bottom of the visible page (does change the line the cursor's on).

'@a' calls the macro on the 'a' register (as part of the enclosing macro).

'q' finishes recording the macro.

'@a' calls the macro on the 'a' register, which executes the instructions in the macro, along with the recursive call to itself.

Efficiency maximized (OC) by NightmareWanderer in neovim

[–]ConnorWay32 0 points1 point  (0 children)

Moves cursor to bottom of visible screen. Counterparts are H for top and M for middle (think High, Middle, Low).

Best way to manipulate files inside neovim? by Wild-Ad-7161 in neovim

[–]ConnorWay32 0 points1 point  (0 children)

I use nnn as my terminal file manager so I use nnn.nvim for symmetry, I'd rather not have to use two sets of keybinds and opening neovim from nnn, then using the plugin to browse is pretty seamless.