Game is amazing, i spent way to much time on it already xD I love the concept of it but i really wish i could select my starting items, could be by unlocking new ones by playing or buying them in a shop or smthing similar ? Could add a small coins that you get after winning then you can buy the potions or items you want !! Otherwise the game is great, would definitely recommend ^w^
Amazing game. I would love to see different starting bags become available. I'm dead set on trying to make a more unique strategy work. Still, every time I try to go for anything that is too far from the basic allure potion plan, I lose too quickly before I even get any kind of new synergy between my potions going. (A hopefully easy-to-implement idea for this could be to choose a starting bag from one of the witches you encounter.)
Got a bug to report, not sure if it's an issue on my end or maybe godot but I might as well
So, I decided to download the game both on the itch io app and using my browser, and both times after it got past the godot loading screen, all i would see is a nlack screen with little black squares that were blinking rapidly, there was noise but other than that I couldn't click anything or do anything, however for some reason i can play it on my browser so I'm not sure what's going on there.
I love this game. The witches are cute and the gameplay has me hooked!
My main complaint is that the game has a tendency to softlock, especially common when coolant or viscous is in play (things that change the cast time.) It can throw the game into a broken state where casting potions doesn't work and nobody can win or lose regardless of sub-zero allure.
There's also a bug with expansion elixir in tier 5/6. If ingredients grow too large, they can spill out of the pot into the other player's, even potentially cause the other player to overflow. Maybe there should be a maximum size for ingredients to grow to?
Also, even after the nerfs, bovine elixir is super oppressive. Maybe casting a bovine elixir could downgrade it once or remove it from the bag? Maybe corruption elixir could remove it from the bag after converting it?
Seems to be majorly unstable. I’ve only gotten it to run once. Every other time, the window either doesn’t appear at all, I get stuck on a solid grey screen with sound, it never goes past the Godot logo, or it crashes on the godot logo.
EDIT: So, I watched this in Process Monitor, and when it fails to load, it’s constantly opening “Potions and Polycules.pck”, reading 512 bytes at offset 202,237,062, 4,096 bytes at 384,490,080, 202,236,720, and 384,493,728, and closing it, followed by failed attempts to open \scripts\particles\bubble_particle.gdc.import, over and over again.
At one point, it also wrote a lot to the log file, which led to me check it, and I found it full of this error:
I'm afraid this is one of those 'works on my machine' type problems that're tricky to track down, so thankyou very much for the detailed bug report
I'm currently working on an update that, among other things, ports the project to the latest stable Godot release which with any luck should improve stability - but I will investigate if there's anything funky going on with the bubble particle prefab.
It would be nice if you could customize the witch you play as instead of leaving it at random. Still, amazing game, been playing for hours and I can't stop!
Super addicted to what little I can manage to play. Even if it takes me 30mins to get a handful in the polycule, I can't stop going back to try again! Sadly 70% of my runs end thanks to a crash.
I particularly enjoyed the 'send to opponent' type effects. I'm a little iffy on the slime ones as they merge very easily and they don't tend to have any effect at the 6* potency since...they're supposed to take up cauldron space not sit in the infinite liquid state! Would recommend that they 'revert' to solid on cast, so that they go back into the cauldron instead of disappearing. At least for the ones that are meant to be thrown at the opponent. Would be a great way to make use of the opponent's liquid mechanic if you filled it up and the moment they cast they're hit with a wall of slime! Maybe a slime that cleans the opponent's slime on infusion but deals allure based on their slime potency at cast.
edit:Wow this ended up as a wall of text and a half! TLDR; Lots of troubleshooting to find out my pc is officially potato and to fix that would require gambling on bsod, and that's just to fix whatever the debugger wants not what the game demands.
I can only guess that my gpu is barely strong enough to play the game but only marginally and any performance humps means a crash. So essentially, I can only ask for better optimization if I want to actually play.
I found out exactly how outdated my pc is because of this game haha! All the debugging told me that I really really needed to update my graphics driver...only it took me a couple days of troubleshooting to find out that my pc has a manufacturer lock on it's drivers and they stopped supporting my pc years before even intel stopped as well. I found out I can 'unlock' it by reverting first and then using external programs/tools and make it update towards intel's drivers(which has a community that recently put out a new update), but that comes with the bsod risks, don't know if this game is worth bricking my computer...it's real close though~~! I also think the error code is the debugger failing and not what actually crashed the game since it won't stop trying to access debug files for drivers that don't want to be debugged and the community is only as helpful as 'ignore that as the developer'. It wasn't a waste of time though, I at least found some updates for other drivers that couldn't be found automatically by windows. In the process of all that I found out my calculator was corrupted...somehow, and it was the pebble in the cog stopping the 'final' windows update from going through, that took a full day of troubleshooting to fix. Managed to update everything as much as possible and cleaned up tons of clutter. So yay for a slightly faster pc experience...even if it had zero impact on my gaming experience. I can now use my browser at normal speeds even under slightly above average throughput!
The problems I'm facing thus can't rely on the debug logs, and I'll just do it old school via guestimation!
During launch is most likely the more common performance issues. It's just my pc has potato gpu so frame drops during preloading become game breaking instead. Pretty sure what's crashing me on launch is the wavy texture plus the front heavy loading. When the wavy font moves around by going through the different menus it does a decent sized frame stutter. I can see it being a draw on the system through the tutorial with it's moving boxes of texts.
Then what crashes mid game seems to be a combination of different entity updates like honey blocks detecting if it hit another honey block but it'll crash if it checks at the wrong time. Game also really hates when I hold a potion whilst the opponent is casting, or hover descriptions, or hover over refresh. This one's usually ok early on but the more potions out the worse it becomes, and especially so the bigger the polycule count as if the cache is being filled with prior rounds. Maybe some potions or sprite transformations data aren't being erased?
I've found the honey block and sprials to be particularly heavy on my pc. There's also the milk transformation, but that depends on the sprite being effected for some reason. Some sprites really don't like the milk, like instant crash even on the first step of milkers.
On that note some sprites improve my performance quite a bit so sometimes I reroll just for my witch to be one of them. Weirdly they can tank the effects well enough that would slow or even crash other ones.
I'll see if I can use some of this information to optomise the game a lil further, but I won't lie - I don't really know how much of this I really have the power to fix
The troubleshooting was mostly just sifting through useless guides/Q&As. Also because every source on my pc's spec was vague about the graphics name/spec/gen, I still don't actually know since it's 1 of 3 very different ones and I just used the archived manufacturer files that encompassed the whole pc build. Though thank the heavens for some random guy who gave succinct cmd prompt lines which fixed dism/cbs before attempting to fix the pc.
The launch bug...not much since that's just potato intel graphics, but maybe add a persistent and more thorough settings menu. The game always opens at max resolution, and it'd be nice to be able to tone down the particle effects and animations like bubbles, spirals, and such. The reduced particle effect could just be a singular bubble that expands briefly before popping, lots of entities spawning and erasing is a breeding ground for some to become permanent if the process gets interrupted. The wavy text is probably the easiest to turn off, which I'm sure is why hover descriptions add so much strain. Don't know why hovering on the refresh does, maybe because of the little animation it does? Holding potions is more a physics problem which is...a huge ask to optimize to say it lightly! A more specific ask would be a 'clear effects' button in the pause menu, since sometimes a transformation is applied poorly and the game really struggles from after that. Which gets cleaned a bit after clearing the level, but there's a subtle change in the minimum strain from then on. The spirals only really become a problem because...they're kind of op and you're more likely to have at least half your pot filled with a dozen or more of them before you clear the level. So the shear quantity of spirals become a problem when they all individually spin.
Another optimization is to put all the transformations into a buffer zone. Like a 'combo' counter or something where it'll hold all the effects until after the potions settle down, then applies it either sequentially or at once depending on how the coding handles transformation. Though if you go that route, you'd also have to include an after battle break so that we can actually admire the sprite's transformations since it currently skips straight to the 'shop' menu upon winning. The shop is also a great point in time to clear up the cache a bit and should overall keep the performance in peak condition throughout a run. Stuff like double checking if all the potions and transformation have been cleared, as well as freeing up prior sprites from remaining cached since it'd be rare to get identical sprites. It'll add a loading time, but it'd also speed up the game.
I'm also going out on a limb and guessing that the honey block has extra/redundant checks since the other slime blocks don't crash my game. Honey will crash my game if it collides with something at heavy strain moments, even if it's not the honey block being dropped in. Probably not much of a difference for others, but when you're already throttling the line even slight spikes become more obvious.
I really enjoyed the game, thank you for making it! I really liked looking at the various TFs and their progression.
I also like how there's a bit of real-time elements, so you can do things like try to save your pot from backfiring by causing it to brew first, or save yourself from hitting 0 allure by brewing something while the allure is ticking down.
I seem to have found a good strategy for winning fights:
--------------------
As fast as you can, put 3-4 Lv5 Expansion potions and then Brew the pot, using rerolls as necessary to force the ingredients to show up.
Ideally you'd splash 1-2 eggplant or Hypno potions in there as well to force a backfire, but they aren't completely necessary.
After brewing the other side's pot's ingredients should expand and cause a backfire.
From then on you keep piling on expansion to maintain the large ingredient size while doing other stuff and then win since you're doing stuff and they are not.
This game is really well made. Any thoughts in creating an in game store to let the player buy different potions to start with?
I would love to be able to experience all of what this game has to offer without needing to rely on RNG.
An example store could be something like spend a in game currency that lets you trade your starting potions for other potions/slimes/transformitive objects. You would earn the currency by playing and maybe it could be tied to the amount of witches you recruit into your Polycule.
Also those persistent transformative objects are really strong! any chance of allowing them to reduce in size each time a potion is cast?
ngl either I suck major ass, or is the mesmerizing potion kind of busted, shit ends runs. Especially if the opponent has the growth potion too. Cancer combo
Keeps crashing my cromebook. To be more specific the computer freezes up upon the godot loading screen finishing. In order to set my computer back to a useable state I had to reset it.
Genuinely a really addictive game! I admitadly probably suck as I can only get up to 6 witches, I often get stuck at the hypno potions.
If I would change anything it would be that, but honestly as a rouge lite this can get really addictive and would be fun as a full fledge game. Of things I would add which I'm not saying would make or break the game but would be fun and I only share, because its stuff I thought about while playing.
1.Allow the player to customize their witch based on the options available, since the main witches seem to be randomized from a pool of assets. even if limited to a few of the options would be a lot of fun to be like "hehe that me"
2.A few more options for what can be traded after a match, Even if say you need to use 2 potions to get 1 item in that trade, or even all 3 to get an OP ingredient all around would be fun, I half suggest this as RNG started giving me lower level stuff I could get by upgrading the 3 I had on hand.
3.Starter Bags, having the ability to chose from select "basic" potions or even having the ability to chose potions based on rank/value with a budgeting system. I mainly suggest this one as every time I Game overed starting over with the light blue size increasing potions just felt like a kick in the teeth, like having the option to start with some other low level potion or even fewer potions, but some low level strong ones.
My dumb ideas aside, really fun as a whole, glad I saw this game its really fun and I'm 100% sharing it with folks who I think would enjoy it.
Cool game, surprisingly deep and fun. I have never gotten past round 3 though, the opponents decks feel very ball-busting compared to starting with the expansion potion. Agree with other commenters that customizing the starting loadout and appearance would be very fun. And also the mesmerizing potion is broken (mechanically, very easy to lead to guaranteed backfires even though "it can't backfire").
day 15 waiting on an update: its been two weeks and im still hyped about this game getting an update. please take your time im just trying to be funny : 3
Not sure if this would damage the intended game but would it be possible to have hypnotic spirals be lost on a backfire? It feels like if you dont get a hypnotic spiral or a corrupting potion before the round with a witch that has it, its essentially a loss regardless of how you play, with 4 spirals every time you fill a potion you go -4 persistantly with no means of getting rid of them.
Possible suggestion Hypnotic spirals lost on backfire (HOWEVER) each one adds a +1 to a potions backfire effect, you will still lose if it gets out of hand, but you have an option to backfire yourself early and still get back in the game, vs stare down a death spiral (HURHURHUR) and begrudgingly restart
← Return to game
Comments
Log in with itch.io to leave a comment.
Game is amazing, i spent way to much time on it already xD
I love the concept of it but i really wish i could select my starting items, could be by unlocking new ones by playing or buying them in a shop or smthing similar ? Could add a small coins that you get after winning then you can buy the potions or items you want !! Otherwise the game is great, would definitely recommend ^w^
Amazing game. I would love to see different starting bags become available. I'm dead set on trying to make a more unique strategy work. Still, every time I try to go for anything that is too far from the basic allure potion plan, I lose too quickly before I even get any kind of new synergy between my potions going.
(A hopefully easy-to-implement idea for this could be to choose a starting bag from one of the witches you encounter.)
Got a bug to report, not sure if it's an issue on my end or maybe godot but I might as well
So, I decided to download the game both on the itch io app and using my browser, and both times after it got past the godot loading screen, all i would see is a nlack screen with little black squares that were blinking rapidly, there was noise but other than that I couldn't click anything or do anything, however for some reason i can play it on my browser so I'm not sure what's going on there.
I love this game. The witches are cute and the gameplay has me hooked!
My main complaint is that the game has a tendency to softlock, especially common when coolant or viscous is in play (things that change the cast time.) It can throw the game into a broken state where casting potions doesn't work and nobody can win or lose regardless of sub-zero allure.
There's also a bug with expansion elixir in tier 5/6. If ingredients grow too large, they can spill out of the pot into the other player's, even potentially cause the other player to overflow. Maybe there should be a maximum size for ingredients to grow to?
Also, even after the nerfs, bovine elixir is super oppressive. Maybe casting a bovine elixir could downgrade it once or remove it from the bag? Maybe corruption elixir could remove it from the bag after converting it?
Does or will this have sex scenes?
not currently
not opposed to the idea in future, but I don't really consider it a priority. my focus is on erotic stuff that coincides with the gameplay
Seems to be majorly unstable. I’ve only gotten it to run once. Every other time, the window either doesn’t appear at all, I get stuck on a solid grey screen with sound, it never goes past the Godot logo, or it crashes on the godot logo.
EDIT: So, I watched this in Process Monitor, and when it fails to load, it’s constantly opening “Potions and Polycules.pck”, reading 512 bytes at offset 202,237,062, 4,096 bytes at 384,490,080, 202,236,720, and 384,493,728, and closing it, followed by failed attempts to open \scripts\particles\bubble_particle.gdc.import, over and over again.
At one point, it also wrote a lot to the log file, which led to me check it, and I found it full of this error:
EDIT2: Ran it from the console with –verbose, and yeah, when it hangs, it’s constantly searching for that bubble_particle file.
Realistically, this means it probably shouldn’t have run that one time at all, so IDK.
EDIT3: Here’s the full log from that verbose run. https://0.0g.gg/?710cae9b593b66db#3AdRgwaWBqtoA6AB5op7eLvBCoATtaysa7K5zPDDii6f
hmm, interesting
I'm afraid this is one of those 'works on my machine' type problems that're tricky to track down, so thankyou very much for the detailed bug report
I'm currently working on an update that, among other things, ports the project to the latest stable Godot release which with any luck should improve stability - but I will investigate if there's anything funky going on with the bubble particle prefab.
It would be nice if you could customize the witch you play as instead of leaving it at random. Still, amazing game, been playing for hours and I can't stop!
Super addicted to what little I can manage to play. Even if it takes me 30mins to get a handful in the polycule, I can't stop going back to try again! Sadly 70% of my runs end thanks to a crash.
I particularly enjoyed the 'send to opponent' type effects. I'm a little iffy on the slime ones as they merge very easily and they don't tend to have any effect at the 6* potency since...they're supposed to take up cauldron space not sit in the infinite liquid state! Would recommend that they 'revert' to solid on cast, so that they go back into the cauldron instead of disappearing. At least for the ones that are meant to be thrown at the opponent. Would be a great way to make use of the opponent's liquid mechanic if you filled it up and the moment they cast they're hit with a wall of slime! Maybe a slime that cleans the opponent's slime on infusion but deals allure based on their slime potency at cast.
edit:Wow this ended up as a wall of text and a half! TLDR; Lots of troubleshooting to find out my pc is officially potato and to fix that would require gambling on bsod, and that's just to fix whatever the debugger wants not what the game demands.
I can only guess that my gpu is barely strong enough to play the game but only marginally and any performance humps means a crash. So essentially, I can only ask for better optimization if I want to actually play.
I found out exactly how outdated my pc is because of this game haha! All the debugging told me that I really really needed to update my graphics driver...only it took me a couple days of troubleshooting to find out that my pc has a manufacturer lock on it's drivers and they stopped supporting my pc years before even intel stopped as well. I found out I can 'unlock' it by reverting first and then using external programs/tools and make it update towards intel's drivers(which has a community that recently put out a new update), but that comes with the bsod risks, don't know if this game is worth bricking my computer...it's real close though~~! I also think the error code is the debugger failing and not what actually crashed the game since it won't stop trying to access debug files for drivers that don't want to be debugged and the community is only as helpful as 'ignore that as the developer'. It wasn't a waste of time though, I at least found some updates for other drivers that couldn't be found automatically by windows. In the process of all that I found out my calculator was corrupted...somehow, and it was the pebble in the cog stopping the 'final' windows update from going through, that took a full day of troubleshooting to fix. Managed to update everything as much as possible and cleaned up tons of clutter. So yay for a slightly faster pc experience...even if it had zero impact on my gaming experience. I can now use my browser at normal speeds even under slightly above average throughput!
The problems I'm facing thus can't rely on the debug logs, and I'll just do it old school via guestimation!
During launch is most likely the more common performance issues. It's just my pc has potato gpu so frame drops during preloading become game breaking instead. Pretty sure what's crashing me on launch is the wavy texture plus the front heavy loading. When the wavy font moves around by going through the different menus it does a decent sized frame stutter. I can see it being a draw on the system through the tutorial with it's moving boxes of texts.
Then what crashes mid game seems to be a combination of different entity updates like honey blocks detecting if it hit another honey block but it'll crash if it checks at the wrong time. Game also really hates when I hold a potion whilst the opponent is casting, or hover descriptions, or hover over refresh. This one's usually ok early on but the more potions out the worse it becomes, and especially so the bigger the polycule count as if the cache is being filled with prior rounds. Maybe some potions or sprite transformations data aren't being erased?
I've found the honey block and sprials to be particularly heavy on my pc. There's also the milk transformation, but that depends on the sprite being effected for some reason. Some sprites really don't like the milk, like instant crash even on the first step of milkers. On that note some sprites improve my performance quite a bit so sometimes I reroll just for my witch to be one of them. Weirdly they can tank the effects well enough that would slow or even crash other ones.
huge respect for your troubleshooting skills 🙏
I'll see if I can use some of this information to optomise the game a lil further, but I won't lie - I don't really know how much of this I really have the power to fix
The troubleshooting was mostly just sifting through useless guides/Q&As. Also because every source on my pc's spec was vague about the graphics name/spec/gen, I still don't actually know since it's 1 of 3 very different ones and I just used the archived manufacturer files that encompassed the whole pc build. Though thank the heavens for some random guy who gave succinct cmd prompt lines which fixed dism/cbs before attempting to fix the pc.
The launch bug...not much since that's just potato intel graphics, but maybe add a persistent and more thorough settings menu. The game always opens at max resolution, and it'd be nice to be able to tone down the particle effects and animations like bubbles, spirals, and such. The reduced particle effect could just be a singular bubble that expands briefly before popping, lots of entities spawning and erasing is a breeding ground for some to become permanent if the process gets interrupted. The wavy text is probably the easiest to turn off, which I'm sure is why hover descriptions add so much strain. Don't know why hovering on the refresh does, maybe because of the little animation it does? Holding potions is more a physics problem which is...a huge ask to optimize to say it lightly! A more specific ask would be a 'clear effects' button in the pause menu, since sometimes a transformation is applied poorly and the game really struggles from after that. Which gets cleaned a bit after clearing the level, but there's a subtle change in the minimum strain from then on. The spirals only really become a problem because...they're kind of op and you're more likely to have at least half your pot filled with a dozen or more of them before you clear the level. So the shear quantity of spirals become a problem when they all individually spin.
Another optimization is to put all the transformations into a buffer zone. Like a 'combo' counter or something where it'll hold all the effects until after the potions settle down, then applies it either sequentially or at once depending on how the coding handles transformation. Though if you go that route, you'd also have to include an after battle break so that we can actually admire the sprite's transformations since it currently skips straight to the 'shop' menu upon winning. The shop is also a great point in time to clear up the cache a bit and should overall keep the performance in peak condition throughout a run. Stuff like double checking if all the potions and transformation have been cleared, as well as freeing up prior sprites from remaining cached since it'd be rare to get identical sprites. It'll add a loading time, but it'd also speed up the game.
I'm also going out on a limb and guessing that the honey block has extra/redundant checks since the other slime blocks don't crash my game. Honey will crash my game if it collides with something at heavy strain moments, even if it's not the honey block being dropped in. Probably not much of a difference for others, but when you're already throttling the line even slight spikes become more obvious.
I've been really enjoying this! Now I just need to get good enough to actually play with all the potion types :p
Excellent work!
I really enjoyed the game, thank you for making it! I really liked looking at the various TFs and their progression.
I also like how there's a bit of real-time elements, so you can do things like try to save your pot from backfiring by causing it to brew first, or save yourself from hitting 0 allure by brewing something while the allure is ticking down.
I seem to have found a good strategy for winning fights:
--------------------
As fast as you can, put 3-4 Lv5 Expansion potions and then Brew the pot, using rerolls as necessary to force the ingredients to show up. Ideally you'd splash 1-2 eggplant or Hypno potions in there as well to force a backfire, but they aren't completely necessary.
After brewing the other side's pot's ingredients should expand and cause a backfire. From then on you keep piling on expansion to maintain the large ingredient size while doing other stuff and then win since you're doing stuff and they are not.
Could you please add a save run button. It would be really nice to be able to resume your run
oh that's 100% a quality of life feature I'd like to add sooner or later
hey, i really lijke the game could you add FMG?
FMG?
oh, well it's in short female muscles growth
ohhh
muscles are generally a little outside of my wheelhouse, but I'll certainly bare it in mind
This game is really well made. Any thoughts in creating an in game store to let the player buy different potions to start with?
I would love to be able to experience all of what this game has to offer without needing to rely on RNG.
An example store could be something like spend a in game currency that lets you trade your starting potions for other potions/slimes/transformitive objects. You would earn the currency by playing and maybe it could be tied to the amount of witches you recruit into your Polycule.
Also those persistent transformative objects are really strong! any chance of allowing them to reduce in size each time a potion is cast?
ngl either I suck major ass, or is the mesmerizing potion kind of busted, shit ends runs. Especially if the opponent has the growth potion too. Cancer combo
One of the most enjoyable adult games i've played, begging for it to get updated
growth potion should make the character taller
I second this, and I think compression potions should make them smaller.
Keeps crashing my cromebook. To be more specific the computer freezes up upon the godot loading screen finishing. In order to set my computer back to a useable state I had to reset it.
Any chance to get it playable on mobile?
It's something I'd like to look into, though it's probably a fair ways off for the time being - I don't have a super good phone to test it on rn.
gosh... When you catch you it's done
I managed to get up to round 32 just using the main 3 potions and a lot of upgrades.
I only lose because I backfired myself by accident...
Genuinely a really addictive game! I admitadly probably suck as I can only get up to 6 witches, I often get stuck at the hypno potions.
If I would change anything it would be that, but honestly as a rouge lite this can get really addictive and would be fun as a full fledge game.
Of things I would add which I'm not saying would make or break the game but would be fun and I only share, because its stuff I thought about while playing.
1.Allow the player to customize their witch based on the options available, since the main witches seem to be randomized from a pool of assets. even if limited to a few of the options would be a lot of fun to be like "hehe that me"
2.A few more options for what can be traded after a match, Even if say you need to use 2 potions to get 1 item in that trade, or even all 3 to get an OP ingredient all around would be fun, I half suggest this as RNG started giving me lower level stuff I could get by upgrading the 3 I had on hand.
3.Starter Bags, having the ability to chose from select "basic" potions or even having the ability to chose potions based on rank/value with a budgeting system. I mainly suggest this one as every time I Game overed starting over with the light blue size increasing potions just felt like a kick in the teeth, like having the option to start with some other low level potion or even fewer potions, but some low level strong ones.
My dumb ideas aside, really fun as a whole, glad I saw this game its really fun and I'm 100% sharing it with folks who I think would enjoy it.
How the hell are you supposed to counter hypnosis?
corruption elixir, compression elixir, and coolant slime all work really well against the spirals, at least from my experience
Cool game, surprisingly deep and fun. I have never gotten past round 3 though, the opponents decks feel very ball-busting compared to starting with the expansion potion. Agree with other commenters that customizing the starting loadout and appearance would be very fun. And also the mesmerizing potion is broken (mechanically, very easy to lead to guaranteed backfires even though "it can't backfire").
fr. mesmerizing and growth is an insane combo.
day 15 waiting on an update: its been two weeks and im still hyped about this game getting an update. please take your time im just trying to be funny : 3
this looks fun but won’t load on mobile
Is there an exe. file in there?
Because it won't run on mobile. If it's html., Joiplay might work.
Not sure if this would damage the intended game but would it be possible to have hypnotic spirals be lost on a backfire? It feels like if you dont get a hypnotic spiral or a corrupting potion before the round with a witch that has it, its essentially a loss regardless of how you play, with 4 spirals every time you fill a potion you go -4 persistantly with no means of getting rid of them.
Possible suggestion
Hypnotic spirals lost on backfire
(HOWEVER) each one adds a +1 to a potions backfire effect, you will still lose if it gets out of hand, but you have an option to backfire yourself early and still get back in the game, vs stare down a death spiral (HURHURHUR) and begrudgingly restart
Looks good