Saito100

Amnesia Progression

Jan 31st, 2021 (edited)
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.91 KB | None | 0 0
  1. digraph {
  2. label = "Amnesia Progression"
  3.  
  4. FirstHub[color="red" penwidth=2.0 label="Entrance Hall"]
  5. SecondHub[color="red" penwidth=2.0 label="Back Hall"]
  6. ThirdHub[color="red" penwidth=2.0 label="Cistern Entrance"]
  7. FourthHub[color="red" penwidth=2.0 label="Nave"]
  8.  
  9. subgraph cluster_1 {
  10. label="Chapter 1";
  11. "Rainy Hall" -> "Old Archives"[color=green,penwidth=2.0]
  12. "Old Archives" -> "FirstHub"[color=green,penwidth=2.0]
  13. "FirstHub" -> "Archives | #1"[color=blue,penwidth=2.0]
  14. "Archives | #1" -> "FirstHub"[color=blue,penwidth=2.0]
  15. "FirstHub" -> "Wine Cellar | #2"[color=blue,penwidth=2.0]
  16. "Wine Cellar | #2" -> "FirstHub"[color=blue,penwidth=2.0]
  17. "FirstHub" -> "Wine Cellar Lab | #3"[color=blue,penwidth=2.0]
  18. "Wine Cellar Lab | #3" -> "FirstHub"[color=blue,penwidth=2.0]
  19. "FirstHub" -> "Distillery"[color=green,penwidth=2.0]
  20. "Distillery" -> "Archives Cellar"[color=green,penwidth=2.0]
  21. "Archives Cellar" -> "Cellar Maze"[color=green,penwidth=2.0]
  22. "Cellar Maze" -> "SecondHub"[color=green,penwidth=2.0]
  23. "SecondHub" -> "Daniel's Room | #1"[color=blue,penwidth=2.0]
  24. "Daniel's Room | #1" -> "SecondHub"[color=blue,penwidth=2.0]
  25. "SecondHub" -> "Study | #2"[color=blue,penwidth=2.0]
  26. "Study | #2" -> "SecondHub"[color=blue,penwidth=2.0]
  27. "SecondHub" -> "Storage | #3"[color=blue,penwidth=2.0]
  28. "Storage | #3" -> "SecondHub"[color=blue,penwidth=2.0]
  29. "SecondHub" -> "Machine Room | #4"[color=blue,penwidth=2.0]
  30. "Machine Room | #4" -> "SecondHub"[color=blue,penwidth=2.0]
  31. "SecondHub" -> "Elevator"[color=green,penwidth=2.0]
  32. }
  33.  
  34. subgraph cluster_2 {
  35. label="Chapter 2";
  36. "Elevator" -> "Prison North"[color=green,penwidth=2.0]
  37. "Prison North" -> "Prison South"[color=green,penwidth=2.0]
  38. "Prison South" -> "ThirdHub"[color=green,penwidth=2.0]
  39. "ThirdHub" -> "Control Room | #1"[color=blue,penwidth=2.0]
  40. "Control Room | #1" -> "ThirdHub"[color=blue,penwidth=2.0]
  41. "ThirdHub" -> "Cistern | #2"[color=blue,penwidth=2.0]
  42. "Cistern | #2" -> "ThirdHub"[color=blue,penwidth=2.0]
  43. "ThirdHub" -> "Morgue"[color=green,penwidth=2.0]
  44. "Morgue" -> "Sewer"[color=green,penwidth=2.0]
  45. "Sewer" -> "FourthHub"[color=green,penwidth=2.0]
  46. "FourthHub" -> "Trancept | #1"[color=blue,penwidth=2.0]
  47. "Trancept | #1" -> "FourthHub"[color=blue,penwidth=2.0]
  48. "FourthHub" -> "Choir East | #2"[color=blue,penwidth=2.0]
  49. "Choir East | #2" -> "Choir West | #3"[color=blue,penwidth=2.0]
  50. "Choir West | #3" -> "Choir East | #2"[color=blue,penwidth=2.0]
  51. "Choir East | #2" -> "FourthHub"[color=blue,penwidth=2.0]
  52. "FourthHub" -> "Chancel"[color=green,penwidth=2.0]
  53. "Chancel" -> "Cells"[color=green,penwidth=2.0]
  54. }
  55.  
  56. subgraph cluster_3 {
  57. label="Chapter 3";
  58. "Cells" -> "Nave Redux"[color=green,penwidth=2.0]
  59. "Nave Redux" -> "Chancel Redux"[color=green,penwidth=2.0]
  60. "Chancel Redux" -> "Inner Sanctum"[color=green,penwidth=2.0]
  61. "Inner Sanctum" -> "Orb Chamber"[color=green,penwidth=2.0]
  62. }
  63. }
Add Comment
Please, Sign In to add comment