mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-15 10:18:01 +00:00
- PerSetTracking.py now outputs oracle text into the set stat files for those of us trying to boost particular sets
This commit is contained in:
@@ -183,6 +183,7 @@ if __name__ == '__main__':
|
||||
output.write("Missing (" + str(len(currentMissing)) + "):\n")
|
||||
for everyMissing in currentMissing :
|
||||
output.write(everyMissing + '\n')
|
||||
output.write(mtgOracleCards[everyMissing])
|
||||
output.write("\n")
|
||||
output.write("Total: " + str(total) + "\n")
|
||||
output.write("Percentage implemented: " + str(round(percentage,2)) + "%\n")
|
||||
|
||||
Reference in New Issue
Block a user