Last active
September 8, 2018 06:46
-
-
Save frozenfung/40212dd2a7370208abfe8e5ae9771f0f to your computer and use it in GitHub Desktop.
跑酷對話
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
const content = { | |
chap: { | |
whichChap: "第一幕第一場", | |
title: "奔跑吧開特力", | |
content: "前往劇場的道路危機四伏,尤其是那些上了年紀的人", | |
buttonText: "開始", | |
}, | |
chapStory: [ | |
[ | |
"這是和平常沒什麼不同的一天。晚上七點,你提前完成了前幾天的工作量,正想著晚上要廢在家看什麼無腦爽片之際", | |
"卻看見主管慢慢走來的身影,心中一種不安的陰影逐漸擴大⋯⋯", | |
], | |
[ | |
"心中十座火山噴發,臉上笑容可掬。你說:「好的,謝謝主管。」", | |
"30分鐘,你必須完成這個任務。什麼鬼啊!連晚餐都沒得吃!", | |
] | |
], | |
game: { | |
title: "奔跑吧開特力 遊戲說明", | |
rules: [ | |
"要在60秒的時間內,準時抵達劇院喔!", | |
"記得要去iPON機台取票,不然就沒辦法看演出囉!", | |
"紅色陰影的是障礙物,請避開。", | |
], | |
buttonText: "開始遊戲" | |
}, | |
dialogs: [ | |
{ | |
title: "主管", | |
content: "上次那個簡報真是太謝謝你了,及時雨啊,救了我一命。", | |
subTitle: "我", | |
subContent: "(別客氣,不要打擾我,趕快走)", | |
}, | |
{ | |
title: "主管", | |
content: "是說啊,我女兒說有一齣戲很好看,叫啥啊那個⋯⋯誒誒⋯⋯", | |
subTitle: "我", | |
subContent: "(干我屁事...)", | |
}, | |
{ | |
title: "主管", | |
content: "總之是一齣今天演出的音樂劇啦!很好看,我買了票本來要去看的,但你知道,我老婆啊⋯⋯", | |
subTitle: "我", | |
subContent: "(我不知道,我什麼都不知道 (ŏ_ŏ) )", | |
}, | |
{ | |
title: "主管", | |
content: "總之,為了答謝你,我決定把這張票送給你,奇怪,票呢?啊,對了對了,要去那個,啥?你要去便利商店把它刷出來。", | |
subTitle: "我", | |
subContent: "(不會吧?)", | |
}, | |
{ | |
title: "主管", | |
content: "就這樣說定囉,明天你再跟我說那個戲好不好看喔!七點半開演,在南海劇場,你趕快去吧!", | |
}, | |
], | |
}; | |
export default content; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment