-
-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy path_tsum_tips_008.txt
234 lines (169 loc) · 16.7 KB
/
_tsum_tips_008.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
void main()
{
EnableJumpingOfReturnIcon();
FadeOutBGM( 0, 0, FALSE );
FadeOutBGM( 1, 0, FALSE );
FadeOutBGM( 2, 0, FALSE );
FadeOutBGM( 3, 0, TRUE );
Wait( 100 );
DrawSceneWithMask( "background/sinryou_sinsatu4", "maskleft", 1, 0, 300 );
PlayBGM( 0, "depressive paranoia", 56, 0 );
if (GetGlobalFlag(GADVMode) == 0) { SetDrawingPointOfMessage( 0, 6 ); }
ClearMessage();
if (GetGlobalFlag(GADVMode)) { OutputLineAll("", NULL, Line_ContinueAfterTyping); }
OutputLine(NULL, "黒田メンタルクリニック殿",
NULL, " Attn: Kuroda Mental Clinic", Line_Normal);
ClearMessage();
PlaySE( 0, "s_page", 56, 64 );
if (GetGlobalFlag(GADVMode)) { OutputLineAll("", NULL, Line_ContinueAfterTyping); }
OutputLine(NULL, " 前略。",
NULL, "Hello.", GetGlobalFlag(GLinemodeSp));
if (GetGlobalFlag(GADVMode)) { ClearMessage(); } else { OutputLineAll(NULL, "\n\n", Line_ContinueAfterTyping); }
if (GetGlobalFlag(GADVMode)) { OutputLineAll("", NULL, Line_ContinueAfterTyping); }
OutputLine(NULL, " まず結論から申し上げて、急性の心的外傷後ストレス障害の一種であると考えられます。",
NULL, "To get straight to the point, we can assume that this is an acute case of post-traumatic stress disorder.", Line_Normal);
ClearMessage();
PlaySE( 0, "s_page", 56, 64 );
if (GetGlobalFlag(GADVMode)) { OutputLineAll("", NULL, Line_ContinueAfterTyping); }
OutputLine(NULL, " 両親の突然の離婚により、どちらかの親を選択しなければならない葛藤が、患者に強いストレスを与えたものと推測します。",
NULL, "The patient is subject to tremendous stress because of her parents' sudden divorce, and being forced to choose to live with either her mother or her father.", GetGlobalFlag(GLinemodeSp));
if (GetGlobalFlag(GADVMode)) { ClearMessage(); } else { OutputLineAll(NULL, "\n\n", Line_ContinueAfterTyping); }
if (GetGlobalFlag(GADVMode)) { OutputLineAll("", NULL, Line_ContinueAfterTyping); }
OutputLine(NULL, " 加えて、患者は両親の離婚に対し自身に責任があると強い思い込みがあり、それが自己破壊願望を助長しているものと思われます。",
NULL, "Furthermore, the patient firmly believes that she was responsible for her parents' divorce, which further drives her to self-mutilation.", Line_Normal);
ClearMessage();
PlaySE( 0, "s_page", 56, 64 );
if (GetGlobalFlag(GADVMode)) { OutputLineAll("", NULL, Line_ContinueAfterTyping); }
OutputLine(NULL, " 患者にとって最大のショックは、両親の離婚によって、絶対に安全だと心を許していた家庭という居場所に裏切られたことによります。",
NULL, "The patient's largest shock stems from a sense of betrayal of her own household, which she believed was an absolute safe haven.", GetGlobalFlag(GLinemodeSp));
if (GetGlobalFlag(GADVMode)) { ClearMessage(); } else { OutputLineAll(NULL, "\n", Line_ContinueAfterTyping); }
if (GetGlobalFlag(GADVMode)) { OutputLineAll("", NULL, Line_ContinueAfterTyping); }
OutputLine(NULL, " よって今後、親子の居場所に対して、偏執的な防衛をする傾向が予想されます。",
NULL, "Henceforth, there is a high possibility that the patient will resort to psychological defense measures to protect her family.", GetGlobalFlag(GLinemodeSp));
if (GetGlobalFlag(GADVMode)) { ClearMessage(); } else { OutputLineAll(NULL, "\n\n", Line_ContinueAfterTyping); }
if (GetGlobalFlag(GADVMode)) { OutputLineAll("", NULL, Line_ContinueAfterTyping); }
OutputLine(NULL, " (例えば、父親に対して特に異性の接近を嫌う。",
NULL, "(For example, she might feel high disdain for any person of the opposite sex who approaches her father.", Line_WaitForInput);
OutputLine(NULL, "自宅に他人を招き入れることを嫌う。",
NULL, " She might feel uncomfortable about having other people in her home. ", GetGlobalFlag(GLinemodeSp));
if (GetGlobalFlag(GADVMode)) { OutputLineAll("", NULL, Line_ContinueAfterTyping); }
OutputLine(NULL, "もしくは招き入れられないように何らかの奇抜な行為を行なう可能性もあります。",
NULL, "She may also display eccentric behavior in order to keep people away from it.", Line_WaitForInput);
OutputLine(NULL, "事例では、意識せずして自宅内にゴミを溜め込んだケースがあります)",
NULL, " As an example of the latter, there are reported cases of patients unconsciously bringing home garbage.)", Line_Normal);
ClearMessage();
PlaySE( 0, "s_page", 56, 64 );
if (GetGlobalFlag(GADVMode)) { OutputLineAll("", NULL, Line_ContinueAfterTyping); }
OutputLine(NULL, " まず大切なことは、患者が同居を決めた父親とのコミュニケーションです。",
NULL, "It's highly important that the patient remains in close communication with her father.", GetGlobalFlag(GLinemodeSp));
if (GetGlobalFlag(GADVMode)) { ClearMessage(); } else { OutputLineAll(NULL, "\n", Line_ContinueAfterTyping); }
if (GetGlobalFlag(GADVMode) == 0) { OutputLineAll(NULL, "\n", Line_ContinueAfterTyping); }
if (GetGlobalFlag(GADVMode)) { OutputLineAll("", NULL, Line_ContinueAfterTyping); }
OutputLine(NULL, " 父親は患者とのコミュニケーションを深めることで、家族仲を一層強めて、その不安を和らげることが何よりも大切となります。",
NULL, "By deepening the communication between the two of them, it'll strengthen their family bond and loosen up her anxiety.", Line_Normal);
ClearMessage();
PlaySE( 0, "s_page", 56, 64 );
if (GetGlobalFlag(GADVMode)) { OutputLineAll("", NULL, Line_ContinueAfterTyping); }
OutputLine(NULL, " 今回の患者のケースでは、おそらくは急性のものと思われますので、父親の協力があればおそらく、然るべき薬物との併用で、3ヶ月以内に治癒するものと思います。",
NULL, "Since the patient only shows signs of an acute syndrome in this case, there's a very good chance that she'll recover within three months with her father's support and proper medication.", GetGlobalFlag(GLinemodeSp));
if (GetGlobalFlag(GADVMode)) { ClearMessage(); } else { OutputLineAll(NULL, "\n\n", Line_ContinueAfterTyping); }
if (GetGlobalFlag(GADVMode)) { OutputLineAll("", NULL, Line_ContinueAfterTyping); }
OutputLine(NULL, " ただし、一見治癒したかに見えても、トラウマ体験から10年以上を経てなお再体験(フラッシュバック)を起こすケースも少なくありません。",
NULL, "However, it's common for a patient who seemed to have recovered to have a sudden reoccurrence (a flashback) even after ten years.", Line_Normal);
ClearMessage();
PlaySE( 0, "s_page", 56, 64 );
if (GetGlobalFlag(GADVMode)) { OutputLineAll("", NULL, Line_ContinueAfterTyping); }
OutputLine(NULL, " 父親はまだ若く、再婚の可能性も将来、充分に残っています。",
NULL, "Her father is still fairly young, and there's still a chance that he could remarry.", GetGlobalFlag(GLinemodeSp));
if (GetGlobalFlag(GADVMode)) { ClearMessage(); } else { OutputLineAll(NULL, "\n", Line_ContinueAfterTyping); }
if (GetGlobalFlag(GADVMode)) { OutputLineAll("", NULL, Line_ContinueAfterTyping); }
OutputLine(NULL, " ですが、再婚によって見知らぬ異性を見ることは、患者に再体験を引き起こし、回避行為、過覚醒を誘発するものと考えられます。",
NULL, "However, seeing an unfamiliar member of the opposite sex through remarriage could trigger a flashback in the patient, which may lead to avoidance behavior or hyperawareness.", GetGlobalFlag(GLinemodeSp));
if (GetGlobalFlag(GADVMode)) { ClearMessage(); } else { OutputLineAll(NULL, "\n\n", Line_ContinueAfterTyping); }
if (GetGlobalFlag(GADVMode)) { OutputLineAll("", NULL, Line_ContinueAfterTyping); }
OutputLine(NULL, " 父親にこの辺りをよく説明し、患者のケアに理解を得るようにしてください。",
NULL, "Please explain this part thoroughly to the father in order for him to understand the recovery process.", GetGlobalFlag(GLinemodeSp));
if (GetGlobalFlag(GADVMode)) { ClearMessage(); } else { OutputLineAll(NULL, "\n", Line_ContinueAfterTyping); }
if (GetGlobalFlag(GADVMode)) { OutputLineAll("", NULL, Line_ContinueAfterTyping); }
OutputLine(NULL, " もしも父親に再婚が内定していた場合、最低でも患者が独立して親離れをするまで打ち明けるべきではありません。",
NULL, "Should the father decide to remarry, it's recommended that he should hold off in telling the patient until she reaches the age where she's capable of living independently.", Line_Normal);
ClearMessage();
PlaySE( 0, "s_page", 56, 64 );
if (GetGlobalFlag(GADVMode)) { OutputLineAll("", NULL, Line_ContinueAfterTyping); }
OutputLine(NULL, " そして今回の患者のケースで重要な点は、患者の自傷の原因であると思われる「寄生虫妄想症」には、「文化依存症候群」も関係していると思われる点です。",
NULL, "Also, the cause of the patient's psychosomatic self-mutilating behavior, delusional parasitosis, seems to be its own culture-bound syndrome.", Line_Normal);
ClearMessage();
PlaySE( 0, "s_page", 56, 64 );
if (GetGlobalFlag(GADVMode)) { OutputLineAll("", NULL, Line_ContinueAfterTyping); }
OutputLine(NULL, " 患者は郷里の村を離れることで祟りがあると妄信しており、この祟りの結果によって両親が離婚したとしています。",
NULL, "The patient blindly believes that leaving her home village will cause a curse, and that this curse was the cause of her parents' divorce.", GetGlobalFlag(GLinemodeSp));
if (GetGlobalFlag(GADVMode)) { ClearMessage(); } else { OutputLineAll(NULL, "\n\n", Line_ContinueAfterTyping); }
if (GetGlobalFlag(GADVMode)) { OutputLineAll("", NULL, Line_ContinueAfterTyping); }
OutputLine(NULL, " これにより、自己の責任から郷里の祟りに責任を転嫁することで、心的損傷の軽減・防衛を無意識に行なっているものと思います。",
NULL, "We believe this is a subconscious defensive mechanism to reduce her mental trauma by shifting the blame from herself to her village's curse.", Line_Normal);
ClearMessage();
PlaySE( 0, "s_page", 56, 64 );
if (GetGlobalFlag(GADVMode)) { OutputLineAll("", NULL, Line_ContinueAfterTyping); }
OutputLine(NULL, " 問題となるのは、この郷里の風習が非常に厳格かつ閉鎖的である点です。",
NULL, "According to the patient's statement, the culture of her home village is extremely strict and exclusive.", GetGlobalFlag(GLinemodeSp));
if (GetGlobalFlag(GADVMode)) { ClearMessage(); } else { OutputLineAll(NULL, "\n\n", Line_ContinueAfterTyping); }
if (GetGlobalFlag(GADVMode)) { OutputLineAll("", NULL, Line_ContinueAfterTyping); }
OutputLine(NULL, " 患者の話によるならば、郷里に戻る以外に祟りから逃れる術はなく、現在の環境に居続ける限り、その祟りは続くとしています。",
NULL, "The patient believes that there's no way to be saved from the curse other than by going back to the village, as the curse will continue as long as she lives in her current environment.", GetGlobalFlag(GLinemodeSp));
if (GetGlobalFlag(GADVMode)) { ClearMessage(); } else { OutputLineAll(NULL, "\n", Line_ContinueAfterTyping); }
if (GetGlobalFlag(GADVMode)) { OutputLineAll("", NULL, Line_ContinueAfterTyping); }
OutputLine(NULL, " これには人格変容の傾向が見られ、以後、現実を改変し続ける高い可能性があります。",
NULL, "Through this, we see an inclination of schizophrenia, and believe the chances are high that the patient will continue to alter their perceived reality.", GetGlobalFlag(GLinemodeSp));
if (GetGlobalFlag(GADVMode)) { ClearMessage(); } else { OutputLineAll(NULL, "\n\n", Line_ContinueAfterTyping); }
if (GetGlobalFlag(GADVMode)) { OutputLineAll("", NULL, Line_ContinueAfterTyping); }
OutputLine(NULL, " (人格変容:人格の低レベル化により現実を改変、妄想化するケースです)",
NULL, "(Schizophrenia: A case where patients' personalities are reduced, causing altered perceptions of reality and delusions.)", Line_Normal);
ClearMessage();
PlaySE( 0, "s_page", 56, 64 );
if (GetGlobalFlag(GADVMode)) { OutputLineAll("", NULL, Line_ContinueAfterTyping); }
OutputLine(NULL, " 患者の自傷行為の理由であるとする、血の中に虫が潜んでいるという妄想は、まさにその最たるものと言えるでしょう。",
NULL, "Her delusion about the maggots dwelling in her blood is a perfect example, and it's also the cause of her psychosomatic self-mutilating behavior.", GetGlobalFlag(GLinemodeSp));
if (GetGlobalFlag(GADVMode)) { ClearMessage(); } else { OutputLineAll(NULL, "\n", Line_ContinueAfterTyping); }
if (GetGlobalFlag(GADVMode)) { OutputLineAll("", NULL, Line_ContinueAfterTyping); }
OutputLine(NULL, " 妄想と自傷が関連しているケースは、患者にとって極めて危険な状態であることを意味しています。",
NULL, "When a delusion involves psychosomatic self-mutilating behavior, it's extremely dangerous.", GetGlobalFlag(GLinemodeSp));
if (GetGlobalFlag(GADVMode)) { ClearMessage(); } else { OutputLineAll(NULL, "\n", Line_ContinueAfterTyping); }
if (GetGlobalFlag(GADVMode) == 0) { OutputLineAll(NULL, "\n", Line_ContinueAfterTyping); }
if (GetGlobalFlag(GADVMode)) { OutputLineAll("", NULL, Line_ContinueAfterTyping); }
OutputLine(NULL, " もしも父親に経済的な余裕があるならば郷里への引越し。",
NULL, "I highly recommend for the father to move back to the village if he's financially capable.", Line_WaitForInput);
OutputLine(NULL, "もしくは郷里の親類の下へ患者の生活環境を移すことも重要なポイントになると思われます。",
NULL, " Allowing her to live with relatives in the village might also work.", Line_Normal);
ClearMessage();
PlaySE( 0, "s_page", 56, 64 );
if (GetGlobalFlag(GADVMode)) { OutputLineAll("", NULL, Line_ContinueAfterTyping); }
OutputLine(NULL, " また、これほど顕著な症状を引き起こす「信仰」ならば、本件以外にも事例が多数存在する可能性があります。",
NULL, "If such a strong belief can induce symptoms such as self-mutilation, then there might be other cases similar to this one.", GetGlobalFlag(GLinemodeSp));
if (GetGlobalFlag(GADVMode)) { ClearMessage(); } else { OutputLineAll(NULL, "\n", Line_ContinueAfterTyping); }
if (GetGlobalFlag(GADVMode)) { OutputLineAll("", NULL, Line_ContinueAfterTyping); }
OutputLine(NULL, " ひょっとすると、郷里の大病院等に文化依存症候群に関する資料があるかもしれません。",
NULL, "Perhaps prior medical files that document similar culture-bound syndromes may be available at a large medical institution in her local area.", GetGlobalFlag(GLinemodeSp));
if (GetGlobalFlag(GADVMode)) { ClearMessage(); } else { OutputLineAll(NULL, "\n", Line_ContinueAfterTyping); }
if (GetGlobalFlag(GADVMode)) { OutputLineAll("", NULL, Line_ContinueAfterTyping); }
OutputLine(NULL, " それを取り寄せることで、効果的なメンタルケアが可能になるものと思います。",
NULL, "It'll then be possible to provide better and more accurate mental care for the patient by obtaining these case files.", Line_Normal);
ClearMessage();
PlaySE( 0, "s_page", 56, 64 );
if (GetGlobalFlag(GADVMode)) { OutputLineAll("", NULL, Line_ContinueAfterTyping); }
OutputLine(NULL, "※このB5の便箋は、裏面使用のメモ帳の束の中に含まれていた。",
NULL, "--This B5-sized letter was with a bunch of memos.", GetGlobalFlag(GLinemodeSp));
if (GetGlobalFlag(GADVMode)) { ClearMessage(); } else { OutputLineAll(NULL, "\n\n", Line_ContinueAfterTyping); }
if (GetGlobalFlag(GADVMode)) { OutputLineAll("", NULL, Line_ContinueAfterTyping); }
OutputLine(NULL, " なお、裏面白紙部分に書かれたメモは以下のとおり。",
NULL, "The following was on the backside of the letter.", GetGlobalFlag(GLinemodeSp));
if (GetGlobalFlag(GADVMode)) { ClearMessage(); } else { OutputLineAll(NULL, "\n\n", Line_ContinueAfterTyping); }
if (GetGlobalFlag(GADVMode) == 0) { OutputLineAll(NULL, "\n", Line_ContinueAfterTyping); }
PlaySE( 0, "s_boyoon", 56, 64 );
if (GetGlobalFlag(GADVMode)) { OutputLineAll("", NULL, Line_ContinueAfterTyping); }
OutputLine(NULL, " 中華丼1、上海風五目やきそば3、チャーハン大盛り1",
NULL, "1 Chuuka-don, 3 Shanghai-style Gomoku Yakisoba, 1 large fried rice.", Line_Normal);
ClearMessage();
DisableWindow();
Wait( 1000 );
DrawScene( "black", 1000 );
}