Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(1 edit) (+1)

Oops, left a boosted Recovery rate on the Crimson Crawlers. A strong enough Earth attack can squash them in one hit relatively easily, but I'll remove that next patch so scratch damage won't heal them to full.

I also missed the bonus healing rate on the Drainmancer, that'll be updated as well. Leech Curse can stack up to 3 times, which also needs to be mentioned; that's probably why she keeps casting it.

I'll have to look at the Warped Chainshirt again once I get some time. EDIT: I've got dinner coming up, so I'll ship the other two changes real quick while I'm thinking about it.

(17 edits) (+1)

BUG: Heal Block doesn’t stop Devourer from healing. Which stops most of my strats in their tracks, anyway.

How is its damage determined, anyway? Doesn’t seem to be a straight 1/2 of any HP value, dealing ~80 damage when my HP is Rare Treat boosted to 200+… I guess Master’s Gift boosts “Base Max HP” as well?

Thanks! Made it to the Duality, the only issue in that fight is that Devourer seems to go right through all my defenses? Although, given that the move doesn’t actually have an Attack value, perhaps it’s supposed to?

Not even Heal Block prevents them from using it. hmmm. Okay, maybe I shouldn’t do a High Defense Aegis strat no blocking… Actually, thanks to Mend, this should work anyway. Frostfire’s the more annoying thing. … At least Warped Chainshirt works against Devourer. Although in a weird way. Repeated Devourer-s get a different amount of damage each time, 25 if no active Warping damage, but 50 if there is, with healing to match, unfortunately.

At least I have a solid strat for taking out the other half. Annd using Brill as a meat shield while Astra shoots them down, actually has potential. Tomorrow. If there’s no patch after I get playing. This is a (half?) hour-long strat-ish.

Minor visual thing: Conversation with Lady Vera’s dialogue uses the top of the screen, not the bottom?

Ooh, the Dualities’ positions are flipped compared to how they’re presented out of battle. heh

(+1)

I took a look at this, and it looks like I'll need to either look at the HP Drain code in more detail or attach extra code to Devourer to work around it. I'll see if I can't knock this out tonight.

(+1)

Thanks! Good luck! Or sleep well, I don’t mind!

(1 edit) (+1)

Found out the fix! The HP draining was actually easy to pin down once I had the project open in VS code. It doesn't check Recovery rate by default, but it just took one line to change that. 

I'll have the patch up in just a bit!

(+1)

Thanks! Downloading now!

VS Code! Never would’ve thought of that when I thought about gam mak! But I guess it’s all JavaScript in the end, heh.