Skip to content

Instantly share code, notes, and snippets.

@Ericson2314
Last active August 11, 2022 17:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Ericson2314/b01ab2e209ea8d8345c07f241f925393 to your computer and use it in GitHub Desktop.
Save Ericson2314/b01ab2e209ea8d8345c07f241f925393 to your computer and use it in GitHub Desktop.
English Freeminting
// 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
Display the source blob
Display the rendered blob
Raw
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
// 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
Display the source blob
Display the rendered blob
Raw
<svg height="600" width="600" xmlns="http://www.w3.org/2000/svg">
<title>Your Diagram Title</title>
<!-- Generated with SankeyMATIC: 8/11/2022, 1:43:04 PM -->
<rect height="600" width="600" fill="#ffffff"></rect>
<g transform="translate(12,18)">
<g id="sankey_flows">
<path id="flow0" d="M9 157.18838C288 157.18838 288 141.87139 567 141.87139" fill="none" stroke="#17becf" stroke-width="283.74277" opacity="0.45"><title>Merchant Silver → Merchant Coinage: 223.85 dwt</title></path>
<path id="flow3" d="M9 448.42391C288 448.42391 288 295.24586 567 295.24586" fill="none" stroke="#2ca02c" stroke-width="23.00617" opacity="0.45"><title>Minter Base metal → Merchant Coinage: 18.15 dwt</title></path>
<path id="flow2" d="M9 311.92548C288 311.92548 288 554.39465 567 554.39465" fill="none" stroke="#17becf" stroke-width="15.21069" opacity="0.45"><title>Merchant Silver → Seigniorage: 12.00 dwt</title></path>
<path id="flow1" d="M9 301.68995C288 301.68995 288 426.76913 567 426.76913" fill="none" stroke="#17becf" stroke-width="5.26036" opacity="0.45"><title>Merchant Silver → Brassage net silver: 4.15 dwt</title></path>
</g>
<g id="sankey_nodes">
<g class="node">
<rect id="r0" class="for_r0" x="0" y="15.31699" height="304.21383" width="9" fill="#17becf" fill-opacity="1.0"><title>Merchant Silver:
240.00 dwt</title></rect>
</g>
<g class="node">
<rect id="r1" class="for_r1" x="567" y="0" height="306.74894" width="9" fill="#17becf" fill-opacity="1.0"><title>Merchant Coinage:
242.00 dwt</title></rect>
</g>
<g class="node">
<rect id="r2" class="for_r2" x="567" y="424.13894" height="5.26036" width="9" fill="#1f77b4" fill-opacity="1.0"><title>Brassage net silver:
4.15 dwt</title></rect>
</g>
<g class="node">
<rect id="r3" class="for_r3" x="567" y="546.78931" height="15.21069" width="9" fill="#ff7f0e" fill-opacity="1.0"><title>Seigniorage:
12.00 dwt</title></rect>
</g>
<g class="node">
<rect id="r4" class="for_r4" x="0" y="436.92082" height="23.00617" width="9" fill="#2ca02c" fill-opacity="1.0"><title>Minter Base metal:
18.15 dwt</title></rect>
</g>
</g>
<g id="sankey_labels" font-family="sans-serif" font-size="15px" font-weight="400" fill="#000000">
<rect id="label0_bg" class="for_r0" x="11.04634" y="154.78807" width="221.98167" height="25.44" rx="3.75" fill="#fff" fill-opacity="0.55" stroke="none" stroke-width="0" stroke-opacity="0"></rect>
<text id="label0" class="for_r0" text-anchor="start" x="16.16217" y="167.42391" dy="6.416666889190673">Merchant Silver: 240.00 dwt</text>
<rect id="label1_bg" class="for_r1" x="323.572" y="140.73863" width="241.38166" height="25.44" rx="3.75" fill="#fff" fill-opacity="0.55" stroke="none" stroke-width="0" stroke-opacity="0"></rect>
<text id="label1" class="for_r1" text-anchor="end" x="559.83783" y="153.37447" dy="6.416666889190673">Merchant Coinage: 242.00 dwt</text>
<rect id="label2_bg" class="for_r2" x="335.50532" y="414.1333" width="229.44833" height="25.44" rx="3.75" fill="#fff" fill-opacity="0.55" stroke="none" stroke-width="0" stroke-opacity="0"></rect>
<text id="label2" class="for_r2" text-anchor="end" x="559.83783" y="426.76913" dy="6.416666889190673">Brassage net silver: 4.15 dwt</text>
<rect id="label3_bg" class="for_r3" x="380.10533" y="541.75882" width="184.84834" height="25.44" rx="3.75" fill="#fff" fill-opacity="0.55" stroke="none" stroke-width="0" stroke-opacity="0"></rect>
<text id="label3" class="for_r3" text-anchor="end" x="559.83783" y="554.39465" dy="6.416666889190673">Seigniorage: 12.00 dwt</text>
<rect id="label4_bg" class="for_r4" x="11.04634" y="435.78809" width="232.51501" height="25.44" rx="3.75" fill="#fff" fill-opacity="0.55" stroke="none" stroke-width="0" stroke-opacity="0"></rect>
<text id="label4" class="for_r4" text-anchor="start" x="16.16217" y="448.42391" dy="6.416666889190673">Minter Base metal: 18.15 dwt</text>
</g>
</g></svg>
// 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
Display the source blob
Display the rendered blob
Raw
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment