digraph {
	graph [fontname="Roboto Condensed"];
	node [fontname="Roboto Condensed"];
	edge [fontname="Roboto Condensed"];

	"QuincyRank6Convo6 begins." [color=orange];
		"QuincyRank6Convo6 begins." -> j2801433078;
	j2801433078 [label="minerva見てると、戦争には2つの勝ち方があるんだなって実感するぜ",shape=box,color=blue];
		j2801433078 -> j2608381032;
	j2608381032 [label="考えもんだぜ",shape=box,color=blue];
		j2608381032 -> "Chat ends.";
	"Chat ends." [color=orange];
}