Open idea-discussion-master[bot] opened 2 years ago
digraph X {
first_join [label="ようこそ"] # 初ログイン
goto_common_util_server [label="公共施設サーバーへ行こう"]
goto_depart [label="デパートへ行こう"]
goto_basic_tutorial [label="チュートリアルを受けよう"] # チュートリアル初級編
goto_advanced_tutorial [label="チュートリアルを受けよう Part.2"]
goto_main_server [label="メインサーバーへ行こう"] # s{1,2,3}
get_food [label="食料を確保しよう"]
goto_seichi_world [label="整地ワールドへ行こう"]
break_first_block [label="初めての整地"]
build_your_house [label="初めての拠点"]
build_level_up [label="建築レベルアップ!"]
master_build [label="建築を極めよう"] # 建築レベル100
use_bulk_place [label="一括設置を使ってみよう"]
use_linear_place [label="線形設置を使ってみよう"] # 正式名称を覚えていない
first_bedrock [label="露天掘り完了!"] # 初めてY=5のブロックを壊した
place_slab [label="ハーフブロックを敷き詰めて"]
level_up [label="レベルアップ!"]
draw_gacha [label="ガチャを引いてみよう"]
pick_skill [label="初めてのスキル"]
assault [label="アサルト取得"]
first_seichi_lv_star [label="お星様"]
first_join -> goto_common_util_server
goto_common_util_server -> goto_basic_tutorial
goto_basic_tutorial -> get_food
get_food -> goto_main_server
goto_basic_tutorial -> goto_advanced_tutorial
goto_main_server -> goto_seichi_world
goto_main_server -> create_your_region
create_your_region -> build_your_house
build_your_house -> build_level_up
build_level_up -> use_bulk_place
build_level_up -> use_linear_place
goto_seichi_world -> break_first_block
break_first_block -> level_up
break_first_block -> first_bedrock
first_bedrock -> place_slab
level_up -> pick_skill
level_up -> draw_gacha
level_up -> mine_stack
pick_skill -> assault
assault -> first_seichi_lv_star
}
https://redmine.seichi.click/issues/12022 第29回アイデア会議にて承認されたアイデア。