Inscryption
You are viewing a potentially older version of this package. View Latest Version
Install with App

Details

Date Uploaded
5 years ago
Downloads
836
Size
128KB

Logic

In Opponent.QueueNewCards, there is a conditional check to determine whether or not the opponent will queue up new cards:

if (this.NumTurnsTaken < this.TurnPlan.Count) {
	// logic for queueing new cards
}

This mod will reset NumTurnsTaken back to zero once NumTurnsTaken is greater than or equal to TurnPlan.Count, allowing the opponent to forever queue up cards.

Notes

This does not randomize which set of cards the opponent will play. Meaning, if you play an opponent long enough, you can memorize which cards come next.

Thunderstore development is made possible with ads. Please consider making an exception to your adblock.