Advertisement
Guest User

Untitled

a guest
Jun 20th, 2017
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
DOT 2.95 KB | None | 0 0
  1. digraph G {
  2.     // Terran : bleu
  3.     // Zerg : rouge
  4.     // Protoss : vert
  5.     Hamb [fontcolor=blue];
  6.     Latill [fontcolor=green];
  7.     GalOn [fontcolor=red];
  8.     Tacotac [fontcolor=blue];
  9.     Tolki [fontcolor=red];
  10.     cookie [fontcolor=black];
  11.     Samy [fontcolor=blue];
  12.     Gudrule [fontcolor=black];
  13.     LaGrenouille [fontcolor=red];
  14.     dim [fontcolor=blue];
  15.     DaLynX [fontcolor=red];
  16.     Kaltz [fontcolor=black];
  17.     VnC [fontcolor=blue];
  18.     Wadjet [fontcolor=black];
  19.     zapatov [fontcolor=black];
  20.     Riwal [fontcolor=black];
  21.     Brat [fontcolor=black];
  22.     Patator [fontcolor=green];
  23.     Yabo [fontcolor=blue];
  24.     GUI [fontcolor=red];
  25.     lxir [fontcolor=green];
  26.     Turgon [fontcolor=black];
  27.     chicco [fontcolor=black];
  28.     InsaneZero [fontcolor=black];
  29.     Raphael [fontcolor=green];
  30.     Arcturus [fontcolor=blue];
  31.     Dhpx [fontcolor=black];
  32.     Remram [fontcolor=green];
  33.     Celerity [fontcolor=green];
  34.     Dragnalith [fontcolor=green];
  35.     Eracil [fontcolor=black];
  36.     Mahg [fontcolor=red];
  37.  
  38.     // Round 1
  39.     edge [color="#DDDDDD"];
  40.     InsaneZero -> Remram;
  41.     VnC -> DaLynX;
  42.     Tacotac -> Kaltz;
  43.     Hamb -> Wadjet;
  44.     LaGrenouille -> GUI;
  45.     Dhpx -> Dragnalith;
  46.     Yabo -> Eracil;
  47.     Tolki -> Arcturus;
  48.     Raphael -> Samy;
  49.     Patator -> zapatov;
  50.     Brat -> Celerity;
  51.     Latill -> dim;
  52.     Gudrule -> Mahg;
  53.     GalOn -> Riwal;
  54.     cookie -> chicco;
  55.     Turgon -> lxir;
  56.  
  57.     // Round 2
  58.     edge [color="#AAAAAA"];
  59.     GalOn -> InsaneZero;
  60.     DaLynX -> Wadjet;
  61.     Tacotac -> Tolki;
  62.     Hamb -> VnC;
  63.     GUI -> Dragnalith;
  64.     Patator -> Yabo;
  65.     Samy -> Celerity;
  66.     Kaltz -> Arcturus;
  67.     zapatov -> Eracil;
  68.     LaGrenouille -> Dhpx;
  69.     Raphael -> Brat;
  70.     cookie -> Latill;
  71.     lxir -> Mahg;
  72.     Gudrule -> Turgon;
  73.     Riwal -> Remram;
  74.     chicco -> dim;
  75.    
  76.     // Round 3
  77.     edge [color="#888888"];
  78.     Tolki -> InsaneZero;
  79.     Kaltz -> DaLynX
  80.     Tacotac -> LaGrenouille;
  81.     VnC -> chicco;
  82.     Wadjet -> Remram;
  83.     GUI -> zapatov;
  84.     Celerity -> Dragnalith;
  85.     Yabo -> Dhpx;
  86.     Samy -> Arcturus;
  87.     Hamb -> GalOn;
  88.     dim -> Eracil;
  89.     Gudrule -> Patator;
  90.     Brat -> lxir;
  91.     Latill -> Riwal;
  92.     Turgon -> cookie;
  93.    
  94.     // Round 4
  95.     edge [color="#555555"];
  96.     dim -> InsaneZero;
  97.     DaLynX -> lxir;
  98.     Tacotac -> Turgon;
  99.     Samy -> VnC;
  100.     Wadjet -> chicco;
  101.     Tolki -> GUI;
  102.     Dragnalith -> Eracil;
  103.     cookie -> Yabo;
  104.     Hamb -> Patator;
  105.     Arcturus -> Remram;
  106.     zapatov -> Dhpx;
  107.     LaGrenouille -> Brat;
  108.     Latill -> Kaltz;
  109.     GalOn -> Gudrule;
  110.     Riwal -> Celerity;
  111.    
  112.     // Round 5
  113.     edge [color="#333333"];
  114.     InsaneZero -> Dragnalith;
  115.     DaLynX -> Brat;
  116.     Hamb -> Tacotac;
  117.     VnC -> zapatov;
  118.     Wadjet -> GUI;
  119.     dim -> Yabo;
  120.     Tolki -> Turgon;
  121.     GalOn -> Samy;
  122.     chicco -> Arcturus;
  123.     Remram -> Eracil;
  124.     lxir -> Dhpx;
  125.     Kaltz -> Patator;
  126.     Latill -> LaGrenouille;
  127.     cookie -> Gudrule;
  128. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement