Skip to content

Instantly share code, notes, and snippets.

@takehiko
Last active August 29, 2015 14:13
Show Gist options
  • Save takehiko/11ddb3547182ac2657c4 to your computer and use it in GitHub Desktop.
Save takehiko/11ddb3547182ac2657c4 to your computer and use it in GitHub Desktop.
Cheetsheet of daily & weekly quests (Wizardry Schema)
digraph wizardry_schema_cheetsheet_of_daily_and_weekly_quests {
// node[fontname="ms gothic"]; // Windowsではコメントを外す
graph [rankdir = LR, bgcolor = "#006600"];
node [shape = box, style = filled, fillcolor = "#ccffcc"];
日ダ [label = "日:ダンジョンを2回制覇せよ"];
日S [label = "日:評価SSを獲得せよ"];
日月 [label = "日:月曜ダンジョンを制覇せよ"];
日火 [label = "日:火曜ダンジョンを制覇せよ"];
日水 [label = "日:水曜ダンジョンを制覇せよ"];
日木 [label = "日:木曜ダンジョンを制覇せよ"];
日金 [label = "日:金曜ダンジョンを制覇せよ"];
日土 [label = "日:土曜ダンジョンを制覇せよ"];
日日 [label = "日:日曜ダンジョンを制覇せよ", peripheries = 3];
日鑑 [label = "日:3アイテム鑑定せよ"];
日鍛 [label = "日:鍛錬をせよ"];
日エ [label = "日:エンチャントをせよ"];
日獣 [label = "日:獣人を2体倒せ"];
日妖 [label = "日:妖人を2体倒せ"];
日魔 [label = "日:魔法生物を2体倒せ"];
日ア [label = "日:アンデッドを3体倒せ"];
node [shape = box, style = filled, fillcolor = "#ffcc99"];
週ダ15 [label = "週:ダンジョンを15回制覇せよ"];
週ダ30 [label = "週:ダンジョンを30回制覇せよ"];
週S [label = "週:評価SSを10回獲得せよ"];
週鑑15 [label = "週:15アイテム鑑定せよ"];
週鑑30 [label = "週:30アイテム鑑定せよ"];
週鍛 [label = "週:5回鍛錬せよ"];
週人 [label = "週:人を10体倒せ"];
週精 [label = "週:精霊を5体倒せ"];
日ダ -> 週ダ15 -> 週ダ30;
日S -> 週S;
日鑑 -> 週鑑15 -> 週鑑30;
日鑑 -> 日鍛 -> 日エ;
日鍛 -> 週鍛;
日獣 -> 日妖 -> 日魔 -> 日ア;
日妖 -> 週人 -> 週精;
日火 -> 日火;
日水 -> 日水;
日木 -> 日木;
日金 -> 日金;
日土 -> 日土;
日日 -> 日日;
// layouting
日木 -> 日金 -> 日土 [style = invis];
日月 -> 日火 -> 日水 [style = invis];
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment