tree update

This commit is contained in:
minjaesong
2022-02-18 11:21:50 +09:00
parent 541463ea8c
commit 545663254f

View File

@@ -1,7 +1,8 @@
digraph g { digraph g {
concentrate=tru concentrate=false
dpi=192 dpi=192
{rank=same; copper iron steel} {rank=same; copper iron}
graph [compound=true]
subgraph cluster_legend { subgraph cluster_legend {
label=Legend label=Legend
@@ -14,6 +15,30 @@ digraph g {
{rank=same; concepts "useable items" "ingredient only"} {rank=same; concepts "useable items" "ingredient only"}
} }
subgraph cluster_weaponarmour {
"arming sword" [shape=box,style=filled,fillcolor=khaki]
greatsword [shape=box,style=filled,fillcolor=khaki]
headgear [shape=box,style=filled,fillcolor=khaki]
breastplate [shape=box,style=filled,fillcolor=khaki]
leggings [shape=box,style=filled,fillcolor=khaki]
boots [shape=box,style=filled,fillcolor=khaki]
{rank=source; "arming sword" greatsword}
{rank=same; headgear breastplate leggings boots}
}
subgraph cluster_handtools {
pickaxe [shape=box,style=filled,fillcolor=khaki]
hatchet [shape=box,style=filled,fillcolor=khaki]
sledgehammer [shape=box,style=filled,fillcolor=khaki]
"grappling hook" [shape=box,style=filled,fillcolor=khaki]
{rank=source; pickaxe hatchet sledgehammer}
}
subgraph cluster_electrictools {
"mining drill" [shape=box,style=filled,fillcolor=khaki]
chainsaw [shape=box,style=filled,fillcolor=khaki]
breaker [shape=box,style=filled,fillcolor=khaki]
{rank=same; "mining drill" chainsaw breaker}
}
/* raw materials */ /* raw materials */
wood [style=filled,fillcolor=mistyrose] wood [style=filled,fillcolor=mistyrose]
stone [style=filled,fillcolor=mistyrose] stone [style=filled,fillcolor=mistyrose]
@@ -23,11 +48,13 @@ digraph g {
quartz [style=filled,fillcolor=mistyrose] quartz [style=filled,fillcolor=mistyrose]
ilmenite [style=filled,fillcolor=mistyrose] ilmenite [style=filled,fillcolor=mistyrose]
gold [style=filled,fillcolor=mistyrose] gold [style=filled,fillcolor=mistyrose]
sand [style=filled,fillcolor=mistyrose]
/* manufactured materials */ /* manufactured materials */
steel [shape=trapezium,style=filled,fillcolor=lightsteelblue] steel [shape=trapezium,style=filled,fillcolor=lightsteelblue]
iron [shape=trapezium,style=filled,fillcolor=lightsteelblue] iron [shape=trapezium,style=filled,fillcolor=lightsteelblue]
copper [shape=trapezium,style=filled,fillcolor=lightsteelblue] copper [shape=trapezium,style=filled,fillcolor=lightsteelblue]
titanium [shape=trapezium,style=filled,fillcolor=lightsteelblue] titanium [shape=trapezium,style=filled,fillcolor=lightsteelblue]
glass [shape=trapezium,style=filled,fillcolor=lightsteelblue]
/* concepts */ /* concepts */
thermal [shape=component] thermal [shape=component]
electricity [shape=component] electricity [shape=component]
@@ -45,11 +72,12 @@ digraph g {
"hand tools" [shape=component] /* pickaxe, axe, etc. */ "hand tools" [shape=component] /* pickaxe, axe, etc. */
"weapons&armours" [shape=component] "weapons&armours" [shape=component]
"motorised tools" [shape=component] /* drill, chainsaw, etc. */ "motorised tools" [shape=component] /* drill, chainsaw, etc. */
machines [shape=component] /* electric machines */
"nonelectric machines" [shape=component]
/* useable items */ /* useable items */
furnace [shape=box,style=filled,fillcolor=khaki] furnace [shape=box,style=filled,fillcolor=khaki]
torch [shape=box,style=filled,fillcolor=khaki] torch [shape=box,style=filled,fillcolor=khaki]
"light fixture" [shape=box,style=filled,fillcolor=khaki] /* Both lamps and blinkenlight(s) */ "light fixture" [shape=box,style=filled,fillcolor=khaki] /* Both lamps and blinkenlight(s) */
machines [shape=box,style=filled,fillcolor=khaki]
furnitures [shape=box,style=filled,fillcolor=khaki] furnitures [shape=box,style=filled,fillcolor=khaki]
office [shape=box,style=filled,fillcolor=khaki] office [shape=box,style=filled,fillcolor=khaki]
"logic gate" [shape=box,style=filled,fillcolor=khaki] "logic gate" [shape=box,style=filled,fillcolor=khaki]
@@ -62,26 +90,20 @@ digraph g {
"CRT display" [shape=box,style=filled,fillcolor=khaki] "CRT display" [shape=box,style=filled,fillcolor=khaki]
"personal computer" [shape=box,style=filled,fillcolor=khaki] /* small computer with single integrated */ "personal computer" [shape=box,style=filled,fillcolor=khaki] /* small computer with single integrated */
mainframe [shape=box,style=filled,fillcolor=khaki] /* big computer that can have multiple terminals */ mainframe [shape=box,style=filled,fillcolor=khaki] /* big computer that can have multiple terminals */
pickaxe [shape=box,style=filled,fillcolor=khaki]
hatchet [shape=box,style=filled,fillcolor=khaki]
sledgehammer [shape=box,style=filled,fillcolor=khaki]
"mining drill" [shape=box,style=filled,fillcolor=khaki]
chainsaw [shape=box,style=filled,fillcolor=khaki]
"arming sword" [shape=box,style=filled,fillcolor=khaki]
greatsword [shape=box,style=filled,fillcolor=khaki]
headgear [shape=box,style=filled,fillcolor=khaki]
breastplate [shape=box,style=filled,fillcolor=khaki]
leggings [shape=box,style=filled,fillcolor=khaki]
boots [shape=box,style=filled,fillcolor=khaki]
/* ingredient items */ /* ingredient items */
engine [shape=box,style=filled] engine [shape=box,style=filled]
LED [shape=box,style=filled] LED [shape=box,style=filled]
"computing unit" [shape=box,style=filled,fillcolor=khaki] "computing unit" [shape=box,style=filled] /* motherboard+cpu+ram+powersupply combined */
"quartz oscillator" [shape=box,style=filled]
"quartz lens" [shape=box,style=filled]
stone -> furnace -> thermal stone -> furnace -> thermal
coal -> thermal coal -> thermal
sand -> glass
thermal -> glass -> furnitures
thermal -> iron thermal -> iron
hematite -> iron hematite -> iron
thermal -> copper thermal -> copper
@@ -109,6 +131,8 @@ digraph g {
copper -> "weapons&armours" copper -> "weapons&armours"
iron -> "weapons&armours" iron -> "weapons&armours"
steel -> "weapons&armours" steel -> "weapons&armours"
thermal -> titanium
ilmenite -> titanium ilmenite -> titanium
iron -> titanium -> "weapons&armours" iron -> titanium -> "weapons&armours"
@@ -124,6 +148,7 @@ digraph g {
torch -> "light fixture" torch -> "light fixture"
iron -> "light fixture" iron -> "light fixture"
copper -> "light fixture" copper -> "light fixture"
glass -> "light fixture"
information -> typewriter information -> typewriter
information -> "logic gate" information -> "logic gate"
@@ -132,24 +157,24 @@ digraph g {
wire -> "logic gate" wire -> "logic gate"
electricity -> radio electricity -> radio
quartz -> radio -> "wireless circuit" quartz -> "quartz oscillator" -> radio -> "wireless circuit"
radio -> telecommunication radio -> telecommunication
information -> telecommunication -> networking information -> telecommunication -> networking
"wireless circuit" -> networking "wireless circuit" -> networking
telecommunication -> teletype -> rtty telecommunication -> teletype -> rtty
"logic gate" -> rtty "logic gate" -> rtty
quartz -> "sequential logic" "quartz oscillator" -> "sequential logic"
"logic gate" -> "sequential logic" -> "computing unit" "logic gate" -> "sequential logic" -> "computing unit"
machines -> "computing unit" -> networking machines -> "computing unit" -> networking
quartz -> optics quartz -> "quartz lens" -> optics
optics -> "quantum mechanics" -> teleportation -> "world portal" /* to not make quartz useless */ optics -> "quantum mechanics" -> teleportation -> "world portal" /* to not make quartz useless */
"computing unit" -> "world portal" "computing unit" -> "world portal"
rtty -> "world portal" rtty -> "world portal"
electricity -> "CRT display" electricity -> "CRT display"
quartz -> "CRT display" glass -> "CRT display"
"logic gate" -> "CRT display" "logic gate" -> "CRT display"
electricity -> LED electricity -> LED
@@ -169,17 +194,10 @@ digraph g {
gold -> "haute couture" gold -> "haute couture"
furnitures -> "haute couture" furnitures -> "haute couture"
"hand tools" -> pickaxe "hand tools" -> "grappling hook" [lhead=cluster_handtools]
"hand tools" -> hatchet "weapons&armours" -> "arming sword" [lhead=cluster_weaponarmour]
"hand tools" -> sledgehammer "motorised tools" -> breaker [lhead=cluster_electrictools]
"weapons&armours" -> "arming sword" kinetic -> "nonelectric machines"
"weapons&armours" -> greatsword steel -> "nonelectric machines"
"weapons&armours" -> headgear
"weapons&armours" -> breastplate
"weapons&armours" -> leggings
"weapons&armours" -> boots
"motorised tools" -> "mining drill"
"motorised tools" -> chainsaw
} }