Skip to content
This repository has been archived by the owner on Oct 3, 2023. It is now read-only.

Commit

Permalink
草原、海の会話シナリオを更新する
Browse files Browse the repository at this point in the history
  • Loading branch information
calmery committed Feb 25, 2021
1 parent 4dfdf87 commit f63b67d
Show file tree
Hide file tree
Showing 5 changed files with 189 additions and 226 deletions.
47 changes: 47 additions & 0 deletions src/data/common/scenarios.ts
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,53 @@ export const HITSUGI_MEADOW_AND_SEA_FIRST_SCENARIOS: Scenario[] = [
},
];

export const ABOUT_HITSUGI_SCENARIOS: Scenario[] = [
{
message: "私は…棺(ひつぎ)。",
},
{
message: "色々な世界を見て回って面白いことや楽しいことを探しているの。",
},
{
message: "過去にも未来にも何処にだって行くことが出来るの…。",
},
{
message:
"旅をしていると、いろんな物、景色、生き物…いろんな発見があって、それぞれにストーリーがあってとっても面白いの。",
},
{
message: "あなたも、この世界で何かお気に入りの物が見つかるといいね…。",
},
];

//

export const SHEEP_MEADOW_AND_SEA_SCENARIOS = [
{
branches: [
{
message: "行く",
scenarios: [
{
actions: ["move_to_cloud"],
message: "…",
},
],
},
{
message: "止めとく",
scenarios: [
{
message: "…",
},
],
},
],
name: null,
message: "どうやら雲の上に連れて行ってくれるみたいだ。",
},
];

//

export const ABOUT_THIS_WORLD: Scenario[] = [
Expand Down
4 changes: 2 additions & 2 deletions src/data/meadow.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
import { SHEEP_MEADOW_AND_SEA_SCENARIOS } from "./common/scenarios";
import {
CALMERY_CHAN_SCENARIOS,
HITSUGI_SCENARIOS,
NEMINKO_SCENARIOS,
NONEME_SCENARIOS,
SHEEP_SCENARIOS,
} from "./meadow/scenarios";
import { Area } from "~/types/exhibition";

Expand Down Expand Up @@ -66,7 +66,7 @@ const area: Area = {
y: 140,
z: 0,
},
scenarios: SHEEP_SCENARIOS,
scenarios: SHEEP_MEADOW_AND_SEA_SCENARIOS,
scale: {
x: 0.25,
y: 0.25,
Expand Down
52 changes: 4 additions & 48 deletions src/data/meadow/scenarios.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { ABOUT_THIS_WORLD } from "../common/scenarios";
import { ABOUT_HITSUGI_SCENARIOS, ABOUT_THIS_WORLD } from "../common/scenarios";
import { Scenario } from "~/types/exhibition";

export const CALMERY_CHAN_SCENARIOS: Scenario[] = [
Expand All @@ -14,34 +14,15 @@ export const HITSUGI_SCENARIOS: Scenario[] = [
branches: [
{
message: "あなたは誰?",
scenarios: [
{
animations: [["idle"]],
message: "私は…棺(ひつぎ)。",
},
{
message:
"色々な世界を見て回って面白いことや楽しいことを探しているの。",
},
{
message: "過去にも未来にも何処にだって行くことが出来るの…。",
},
{
message:
"旅をしていると、いろんな物、景色、生き物…いろんな発見があって、それぞれにストーリーがあってとっても面白いの。",
},
{
message:
"あなたも、この世界で何かお気に入りの物が見つかるといいね…。",
},
],
scenarios: ABOUT_HITSUGI_SCENARIOS,
},
{
message: "この世界について",
scenarios: ABOUT_THIS_WORLD,
},
],
message: "お日様がぽかぽかして気持ちいいね。",
name: "棺",
},
];

Expand All @@ -68,6 +49,7 @@ export const NEMINKO_SCENARIOS: Scenario[] = [
},
],
message: "ん………………?ここは何処……?夢…?",
name: "ねみん子",
},
];

Expand All @@ -77,29 +59,3 @@ export const NONEME_SCENARIOS: Scenario[] = [
message: "…ピアノを弾くのに夢中みたいだ。",
},
];

export const SHEEP_SCENARIOS: Scenario[] = [
{
branches: [
{
message: "行く",
scenarios: [
{
actions: ["move_to_cloud"],
message: "…",
},
],
},
{
message: "止めとく",
scenarios: [
{
message: "…",
},
],
},
],
name: null,
message: "どうやら雲の上に連れて行ってくれるみたいだ。",
},
];
181 changes: 5 additions & 176 deletions src/data/sea.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import { ABOUT_THIS_WORLD } from "./common/scenarios";
import { SHEEP_MEADOW_AND_SEA_SCENARIOS } from "./common/scenarios";
import { HITSUGI_SCENARIOS, NONEME_SCENARIOS } from "./sea/scenarios";
import { Area } from "~/types/exhibition";

const area: Area = {
Expand Down Expand Up @@ -60,81 +61,7 @@ const area: Area = {
y: 160,
z: 0,
},
scenarios: [
{
animations: [["smile", "starnding"]],
branches: [
{
message: "ここって水中だよね…?",
scenarios: [
{
animations: [["smile", "standing"]],
branches: [
{
message: "泳ぐの苦手…。",
scenarios: [
{
animations: [["blink", "standing"]],
message: "………カナヅチ?",
},
{
animations: [["blink", "smile"]],
message:
"ここでは普通に歩けるから無理して泳ぐ必要はないよ。良かったね…。",
},
],
},
{
message: "目が痛くなってきた…。",
scenarios: [
{
animations: [["blink", "standing"]],
message: "水中で目を開けることに慣れてないの…?",
},
{
animations: [["smile", "standing"]],
message: "大丈夫…夢の中だし、多分気のせいです。",
},
],
},
],
message: "水中にいるのが不思議?ふふ…",
},
],
},
{
message: "あなたは誰?",
scenarios: [
{
message: "私は…棺(ひつぎ)。",
},
{
message:
"色々な世界を見て回って面白いことや楽しいことを探しているの。",
},
{
message:
"過去にも未来にも何処にだって行くことが出来るの…。",
},
{
message:
"旅をしていると、いろんな物、景色、生き物…いろんな発見があって、それぞれにストーリーがあってとっても面白いの。",
},
{
message:
"あなたも、この世界で何かお気に入りの物が見つかるといいね…。",
},
],
},
{
message: "この世界について",
scenarios: ABOUT_THIS_WORLD,
},
],
message: "………水中遺跡って何だか探求心がくすぐられますよね…",
name: "棺",
},
],
scenarios: HITSUGI_SCENARIOS,
scale: {
x: 0.5,
y: 0.5,
Expand All @@ -155,81 +82,7 @@ const area: Area = {
y: -20,
z: 0,
},
scenarios: [
{
branches: [
{
message: "君は溺れないの?",
scenarios: [
{
message: "私は天使だから大丈夫だけど………。",
},
{
message: "こちらを不思議そうな目で見られた。",
name: null,
},
],
},
{
message: "何してるの?",
scenarios: [
{
message: "………!",
},
{
message: "気まずい空気が流れた。",
name: null,
},
],
},
{
message: "何だかここって不思議な場所だね…",
scenarios: [
{
message: "………うん…",
},
{
message: "………",
},
{
branches: [
{
message: "よく行くの?",
scenarios: [
{
branches: [
{
message: "サボるんだ…",
scenarios: [
{
message: "……えへへ。",
},
],
},
],
message:
"ん~…まあね…ちょっとサボりたいときとか…。",
},
],
},
{
message: "そうなんだ...",
scenarios: [
{
message: "うん…。",
},
],
},
],
message: "こんな感じの古びた雰囲気…結構好き~。",
},
],
},
],
message: "~♪(歌を歌っている…)",
name: "ノネメ",
},
],
scenarios: NONEME_SCENARIOS,
scale: {
x: 0.25,
y: 0.25,
Expand All @@ -250,31 +103,7 @@ const area: Area = {
y: 210,
z: 0,
},
scenarios: [
{
branches: [
{
message: "行く",
scenarios: [
{
actions: ["move_to_cloud"],
message: "…",
},
],
},
{
message: "止めとく",
scenarios: [
{
message: "…",
},
],
},
],
name: null,
message: "どうやら雲の上に連れて行ってくれるみたいだ。",
},
],
scenarios: SHEEP_MEADOW_AND_SEA_SCENARIOS,
scale: {
x: 0.2,
y: 0.2,
Expand Down
Loading

0 comments on commit f63b67d

Please sign in to comment.