cardpack ![code/modules/tcg/cards.dm 235](git.png)
Vars | |
card_count | The amount of cards to draw from the rarity table |
---|---|
contains_coin | Chance of the pack having a coin in it out of 10 |
guar_rarity | The guaranteed rarity table, acts about the same as the rarity table. it can have as many or as few raritys as you'd like |
guaranteed_count | The amount of cards to draw from the guarenteed rarity table |
rarity_table | The rarity table, the set must contain at least one of each |
series | The card series to look in |
Var Details
card_count ![code/modules/tcg/cards.dm 246](git.png)
The amount of cards to draw from the rarity table
contains_coin ![code/modules/tcg/cards.dm 244](git.png)
Chance of the pack having a coin in it out of 10
guar_rarity ![code/modules/tcg/cards.dm 257](git.png)
The guaranteed rarity table, acts about the same as the rarity table. it can have as many or as few raritys as you'd like
guaranteed_count ![code/modules/tcg/cards.dm 255](git.png)
The amount of cards to draw from the guarenteed rarity table
rarity_table ![code/modules/tcg/cards.dm 248](git.png)
The rarity table, the set must contain at least one of each
series ![code/modules/tcg/cards.dm 242](git.png)
The card series to look in