Brazier icon indicating copy to clipboard operation
Brazier copied to clipboard

Any updates planned for TGT and LoE cards?

Open jrmyio opened this issue 9 years ago • 3 comments

Do you have any updates planned for TGT and LoE cards?

jrmyio avatar Nov 27 '15 09:11 jrmyio

Yes, but my plan is to add it on demand, that is once I have the time to do my further plans or someone else wants it. Do you need it? What do you want to use this project for?

Adding the cards is not that much work, so if you need it for something, I can probably find some time to add those cards.

kelemen avatar Nov 27 '15 16:11 kelemen

Out of curiosity, how would one implement Discover cards like Jeweled Scarab/Dark Peddler/Finley that require the player to choose from a random result set?

fearofcode avatar Feb 24 '16 16:02 fearofcode

You need some additional EntitySelector and TargetlessAction implementation. Otherwise it is similar to Ysera: You have to replace with TargetlessActions.addSelectedCard with a new method: TargetlessActions.addPickedCard (this method does not yet exist) and probably there should be a special EntitySelector implementation. You need a special implementation because cards are not chosen uniformly from a set of cards as far as I know (class specific cards have higher chance).

kelemen avatar Feb 25 '16 08:02 kelemen