use template extensions
[mlpccg-meta.git] / mlpccg / DeckList.py
index 415c91d..5ff46bf 100644 (file)
@@ -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