X-Git-Url: https://git.yukkurigames.com/?p=mlpccg-meta.git;a=blobdiff_plain;f=mlpccg%2FDeckList.py;h=5ff46bf9d6ec720dc5f20f552da6fee2a8d2aa1a;hp=415c91d561cc6bb1a6f238916d8cedc4e8518227;hb=22a94820738824527277e21f2f37bc77638e12bc;hpb=eef1965dcc0281ff5a0cf7bba05b6b79f79efaa0 diff --git a/mlpccg/DeckList.py b/mlpccg/DeckList.py index 415c91d..5ff46bf 100644 --- a/mlpccg/DeckList.py +++ b/mlpccg/DeckList.py @@ -35,7 +35,7 @@ class DeckList: aspects_sorted = sorted(aspects.iteritems(), reverse=True, key=operator.itemgetter(1)) aspects_sum = float(sum([aspect[1] for aspect in aspects_sorted])) aspects_filtered = [] - cutoff = 0.5 + cutoff = 0.6 amount = 0.0 for aspect, value in aspects_sorted: amount += value / aspects_sum