Skip to content

Instantly share code, notes, and snippets.

@r-k-b
Created November 25, 2020 08:48
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 r-k-b/8496dd7b32d804ef1a3a9a4e7bf64288 to your computer and use it in GitHub Desktop.
Save r-k-b/8496dd7b32d804ef1a3a9a4e7bf64288 to your computer and use it in GitHub Desktop.
kenshi stuff
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