Space Station 13 - Modules - TypesVar Details

tarot_generator

Vars

maximum_cardsWhat is the maximum number of cards the tarot generator can have in the world at a time?
our_card_cooldown_timeHow long the cooldown is each time we draw a card before we can draw another?
our_card_listList of cards we have created, to check against maximum, and so we can purge them from the pack.

Var Details

maximum_cards

What is the maximum number of cards the tarot generator can have in the world at a time?

our_card_cooldown_time

How long the cooldown is each time we draw a card before we can draw another?

our_card_list

List of cards we have created, to check against maximum, and so we can purge them from the pack.