Oct 4, 2020
56
21
I have yet to find the energy to write up a full review of my thoughts on the mechanics, but I can at least share some of the more important things:

1. The game is at its most fun and interesting when you're acquiring cards. The fact that you don't do this against the bosses is a letdown. This is mostly because a lot of the fun coming from seeing what your options are to improve your deck and how to spend your resources, but it's also because there are a number of cards that see huge swings in value (mostly negative) from not being able to contribute to acquiring more cards. I do like that the bosses have their own unique mechanics, though. Per #3 below, I think this might be less of an issue if the pacing were rebalanced to have more fights before the boss.

2. The lack of any type of action/energy/mana limit (ala Dominion, Slay the Spire, Hearthstone) limits the design space substantially and makes draw too powerful. it's also a big contributor to the boss fights being a letdown - there's almost no choices to be made once you're fighting the boss, it's just a question of whether your deck is good enough. I realize that moving in the direction of the games I mentioned is potentially asking for a lot of additional complexity, so I could understand if that's not a reasonable scope, but I do think the game would benefit a lot from this kind of mechanic. Even just a limit of (non-basic/starter?) cards played per turn could push things more in the direction of building for value rather than just spinning to win.

3. I'd be in favor of substantially modifying the game's pacing, though I'm not exactly sure what this should look like. But compare the number of combats in Slay the Spire to TF Card Battle. Obviously, you don't want TF Card Battle runs to take as long as those in StS, but I think you could have keep the run length similar but have more, shorter, higher-intensity fights. Currently, the pre-boss fights are basically only threatening if they have either the anti-draw or armor piercing modifiers. Even in these cases, it's rarely important to pay attention to what the enemy is doing - outside of the occasional situation where card sequencing substantially effects your block value, all that really matters is your deck state and how it interacts with your desired purchases for the turn. If the enemies were more threatening but also substantially faster to kill (and there were more of them), there'd be more of an ongoing sense of danger, and you might also be pushed into prioritizing having damage in your deck early. As it is, damage is an afterthought compared to econ and draw (and even block).

It occurs to me that this probably demands some kind of narrative contrivance, for which my suggestion would be that once you make a certain amount of progress against a particular enemy, they retreat, and then come back later after you've made some other enem(y/ies) retreat in similar fashion. And of course, one natural way to ramp up fight intensity that follows from that would be having more than one of them fight you simultaneously, which at the very least would increase the demand on your block output, but could also mean you can't deal damage as quickly if your damage is all single-target (and if you get to choose which enemy you're targeting, hey, more player choice).

4. One-shots are a particularly disappointing type of card given the game's structure. I can't both use them to build up for the boss fight, and also during the actual boss fight. This is also a problem that e.g. the money cards have, but at least I can use the money cards multiple times during the building phase. I think the big thing that could fix this is to make it more like StS, where exhaust cards remain part of your deck, and are just removed for the duration of the current fight. I realize that this is at odds with out Ditz cards work, but maybe those could be treated separately/there could be a difference between "remove for the fight" and "remove permanently"... or maybe it actually makes sense for the Ditzes to be "remove for the fight", too. Anyway, with this change in mind, I think these cards would also be helped by the change to pacing I suggested with #3, because then you get to play them more often in absolute terms (because there are more fights), and more often relative to other cards (because you don't shuffle your deck as many times after having used the one-shot, since the fight ends faster).
 
  • Like
Reactions: Cx123
Oct 4, 2020
56
21
One other thought:

I think you mentioned elsewhere that you don't want there to be too much thinning in the game, since the progressive nature of the basic econ cards is so foundational to the concept (though it's still very possible to end up thinning most or all of your starting cards if you establish a decent blue econ, especially with blue potions that you can use to spike Mental Mastery even if you aren't drawing particularly well). A suggestion I have for that would be to make purchasable econ cards that also have progressive econ like the basic cards do. I think this could work similarly to the cosplay card, where the on-play text and gif change over time, depending on context. Maybe there could be two versions of the always-available card (I forget what the in-game term for that is) - one that's progressive, one that isn't? And if the progressive one is a bit stronger...
 

MachiPrime

New Member
Mar 5, 2024
6
1
Is there a complete version without missing gifs situated? Does it even exist? I've tried to fill missing spots but some of them still not chosen during card play (perhaps something with the code)
 

BoostSpeed

New Member
Aug 8, 2019
1
0
Is there a complete version without missing gifs situated? Does it even exist? I've tried to fill missing spots but some of them still not chosen during card play (perhaps something with the code)
a line of code:
setup.cards.card8 = { name: "Brainstorm", cost: 0, suit: "none", image: "card8", gifType: 15, code:
card number:
setup.cards.card8
This is responsible for the maximum number of halyards attached to this card, the maximum value in the entire game is 10
"card8", gifType: 10, code:
you can zoom in, but it's not worth it for the sake of one card. Other animations will pop up less often.
a line of code:
<<set $randGif=random(1,10), $thoughtRand=random(1,3), $playedCard=$tmp, $newTurn = false>>
max values:
<<set $randGif=random(1,10)
 
4.50 star(s) 59 Votes