|
Study Dungeon
1.0.0
A group project for COSC345
|
Defines the cards types for the card duel. More...
#include <map>Go to the source code of this file.
Enumerations | |
| enum | Type { damage , heal , swapHand } |
| All possible effects that a playing card could have. | |
Variables | |
| const std::map< enum Type, float > | cardPossibilities {{damage, 0.8}, {heal, 0.2}, {swapHand, 0.1}} |
| Mapping of probabilities to card types. | |
Defines the cards types for the card duel.