From cb364fdb0669bb821d94229cdaa2d6e17b2ffa6d Mon Sep 17 00:00:00 2001 From: minjaesong Date: Fri, 4 Mar 2022 23:44:18 +0900 Subject: [PATCH] more usage ideas for zinc --- work_files/tech_tree_by_game_items.gv | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/work_files/tech_tree_by_game_items.gv b/work_files/tech_tree_by_game_items.gv index c22a12a4c..75db493c2 100644 --- a/work_files/tech_tree_by_game_items.gv +++ b/work_files/tech_tree_by_game_items.gv @@ -99,6 +99,7 @@ digraph g { machines [shape=component] // electric machines "rotating machines" [shape=component] // machines whose main method of operaton is spinning (e.g. macerator, powder mixer, grindstone, gristmill) "electromechanical components" [shape=component] // e.g. signal-controlled clutch + galvanisation [shape=component] // iron plates/blocks/etc that won't rust /* useable items */ furnace [shape=box,style=filled,fillcolor=khaki] torch [shape=box,style=filled,fillcolor=khaki] @@ -122,6 +123,7 @@ digraph g { gear [shape=box,style=filled,fillcolor=khaki] shaft [shape=box,style=filled,fillcolor=khaki] belt [shape=box,style=filled,fillcolor=khaki] + battery [shape=box,style=filled,fillcolor=khaki] /* ingredient items */ LED [shape=box,style=filled] @@ -250,4 +252,11 @@ digraph g { copper -> brass sphalerite -> zinc -> brass + + zinc -> galvanisation + iron -> galvanisation + + coal -> battery + zinc -> battery // zinc-carbon battery + battery -> electricity }