Skip to content

Instantly share code, notes, and snippets.

@r7kamura
Last active May 7, 2019 04:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save r7kamura/8c474c2b61935249ac71774c827ce7ef to your computer and use it in GitHub Desktop.
Save r7kamura/8c474c2b61935249ac71774c827ce7ef to your computer and use it in GitHub Desktop.
digraph G {
graph [
nodesep = 0.5
rankdir = LR
ranksep = 0.8
]
node [
fontsize = 18
shape = polygon
width = 3
]
"くさりかたびら" -> "堂々たる伝説の鎧"
"ジャベリン" -> "電撃のハンマー"
"とてもいい回復のリング" -> "賢者の石"
"とてもいい回復のリング" -> "重厚な伝説の盾"
"とてもいい回復のリング" -> "魔法耐性の頭巾"
"とてもいい回復のリング" -> "殲滅の斧"
"ブロードソード" -> "刃の鎧"
"ブロードソード" -> "必殺の剣"
"マナ回復の石" -> "クインソーの遺物"
"マナ回復の石" -> "賢者の石"
"マナ回復の石" -> "殲滅の斧"
"ミスリルハンマー" -> "死神の鎌"
"ミスリルハンマー" -> "電撃のハンマー"
"悪魔の刃" -> "ブリザードキャノン"
"悪魔の刃" -> "光輝く伝説の剣"
"悪魔の刃" -> "如意棒"
"悪魔の刃" -> "殲滅の斧"
"加速の石" -> "超加速の石"
"加速の石" -> "堂々たる伝説の鎧"
"加速の石" -> "雷神のカナヅチ"
"回復のリング" -> "魔法耐性の頭巾"
"吸血攻撃のマスク" -> "呪われた吸血攻撃のマスク"
"究極の玉" -> "クインソーの遺物"
"賢者の杖" -> "クインソーの遺物"
"賢者の石" -> "CD解消のオーブ"
"元気が出る斧" -> "脈打つ伝説の心臓"
"鋼鉄の鎧" -> "堂々たる伝説の鎧"
"死神の小石" -> "死神の鎌"
"小さな木の盾" -> "重厚な伝説の盾"
"神聖な何か" -> "光輝く伝説の剣"
"体力増加の宝石" -> "重厚な伝説の盾"
"体力増加の宝石" -> "脈打つ伝説の心臓"
"鉄の爪" -> "必殺の剣"
"電撃のハンマー" -> "雷神のカナヅチ"
"必殺の剣" -> "ブリザードキャノン"
"便利な棒" -> "呪われた吸血攻撃のマスク"
"便利な棒" -> "如意棒"
"魔術師のマント" -> "魔力の真髄"
"魔術師の杖" -> "魔力の真髄"
"魔術師の杖" -> "魔力の矢LV1"
"魔法の冠" -> "魔力の矢LV1"
"魔法耐性のマント" -> "魔法耐性の頭巾"
}
@r7kamura
Copy link
Author

r7kamura commented May 7, 2019

image

@r7kamura
Copy link
Author

r7kamura commented May 7, 2019

How to generate the above image for macOS users:

brew install graphviz
dot -T png > dota-auto-chess-items-graph.dot

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment