Created
November 25, 2020 08:48
-
-
Save r-k-b/8496dd7b32d804ef1a3a9a4e7bf64288 to your computer and use it in GitHub Desktop.
kenshi stuff
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
digraph G { | |
steel -> muscle [label=2] | |
press -> muscle [label=1] | |
iron -> hinge [label=0.5] | |
iron -> press [label=2] | |
iron -> motor [label=1] | |
elec_components -> motor [label=1] | |
steel -> repairkit [label=1] | |
robo_components -> repairkit [label=0.5] | |
muscle -> robo_components [label=1] | |
motor -> robo_components [label=1] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment