Last active
August 11, 2022 17:58
-
-
Save Ericson2314/b01ab2e209ea8d8345c07f241f925393 to your computer and use it in GitHub Desktop.
English Freeminting
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Using https://sankeymatic.com/build/ | |
Merchant Silver [222] Merchant Coinage Base | |
Merchant Silver [6] Brassage | |
Merchant Silver [12] Seigniorage | |
Minter Silver [1.85] Merchant Coinage Extra | |
Minter Base metal [18] Merchant Coinage Base | |
Minter Base metal [0.15] Merchant Coinage Extra |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Deduct the silver for 2 extra pence from brassage | |
Merchant Silver [223.85] Merchant Coinage | |
Merchant Silver [4.15] Brassage net silver | |
Merchant Silver [12] Seigniorage | |
Minter Base metal [18.15] Merchant Coinage |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Combine 240 pents and 2 pents | |
Merchant Silver [222] Merchant Coinage | |
Merchant Silver [6] Brassage | |
Merchant Silver [12] Seigniorage | |
Minter Silver [1.85] Merchant Coinage | |
Minter Base metal [18.15] Merchant Coinage |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment