Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

One card, one turn.

A topic by Dzonsi created Mar 13, 2025 Views: 424 Replies: 3
Viewing posts 1 to 3

Hi. I bought this great plugin, and I’m very happy with it the creator did an amazing job! However, I have one problem/question. Is it possible to set the combat to be turn-based? Meaning one card is chosen from the hand = one turn for the player? This is very important to me. If so, could someone explain what to change in the plugin or how to set it up?

Deleted 1 year ago
(1 edit)

It would be nice if this were a toggle in the core engine. Through testing, I found it’s not just <Will End Turn> but the full <Card Passives> Will End Turn </Card Passives> for every single card.

Edit:

Adding a code block for readability:

<Card Passives>
Will End Turn
</Card Passives>
(2 edits)

I read more of the documentation, and there is a mild correction. The original post I responded to stated the tag was <Will End Turn>, the following tag does what is desired as well: <willEndTurn>

Ahhh! I wondered why that wasn't working directly! Thanks for the tips!