Skip to content

Instantly share code, notes, and snippets.

View hackling's full-sized avatar

Nicholas Chmielewski hackling

View GitHub Profile
require 'json'
cards = JSON.parse(File.open('THS.json').read)['cards']
RARE_TO_MYTHIC_MULTIPLIER = 2
NUMBER_OF_EACH_MYTHIC_PRINTED = 100
NUMBER_OF_BOOSTERS = 200
cards_in_set = {
'Mythic Rare' => [],