File size: 20,407 Bytes
ed69c25
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
{
  "title": "欃槍烈烈,心獸滅卻",
  "story": [
    {
      "type": "旁白",
      "content": "以下為飛霄視角"
    },
    {
      "type": "對話",
      "speaker": "椒丘",
      "content": "我一定會醫好你的…飛霄。"
    },
    {
      "type": "對話",
      "speaker": "飛霄",
      "content": "沒有人能永遠活著,椒丘…這一次,我要食言了。"
    },
    {
      "type": "旁白",
      "content": "飛霄在某處地方醒來…"
    },
    {
      "type": "對話",
      "speaker": "飛霄",
      "content": "這裡是…競鋒艦?還是其他什麼地方?"
    },
    {
      "type": "對話",
      "speaker": "模糊的聲音",
      "content": "彥卿驍衛,你來執行雲騎的軍規。明白嗎?"
    },
    {
      "type": "對話",
      "speaker": "模糊的聲音",
      "content": "不能讓她離開這兒!"
    },
    {
      "type": "對話",
      "speaker": "模糊的聲音",
      "content": "快醒醒啊,將軍!"
    },
    {
      "type": "對話",
      "speaker": "???",
      "content": "你總是把更艱難的戰鬥留給自己。"
    },
    {
      "type": "對話",
      "speaker": "???",
      "content": "就像現在這樣,從來不知逃避為何物。"
    },
    {
      "type": "對話",
      "speaker": "呼雷",
      "content": "很奇怪吧,作為敵人,我比你的戰友更瞭解你。"
    },
    {
      "type": "對話",
      "speaker": "飛霄",
      "content": "呼雷…?"
    },
    {
      "type": "對話",
      "speaker": "呼雷",
      "content": "這怒火…真讓人懷念啊。我知道,它尋求的從來不是勝利,而是狩獵本身。"
    },
    {
      "type": "對話",
      "speaker": "呼雷",
      "content": "沒錯吧,飛霄?"
    },
    {
      "type": "對話",
      "speaker": "飛霄",
      "content": "你不該存在的。我親眼看到你死了……"
    },
    {
      "type": "對話",
      "speaker": "呼雷",
      "content": "就把我當成幻覺好了。"
    },
    {
      "type": "對話",
      "speaker": "呼雷",
      "content": "在每一次狩獵前,我都會做好失敗而歸的準備。但這次不一樣,這一次…失敗就是我奔赴的終點。"
    },
    {
      "type": "對話",
      "speaker": "呼雷",
      "content": "當我從椒丘口中瞭解你的故事後,我發現了,他一直在隱瞞一個秘密…而這個秘密的意義,甚至連那位醫士本人也未能察覺。"
    },
    {
      "type": "對話",
      "speaker": "呼雷",
      "content": "命運真是諷刺啊。我一直在等待今天,可沒想到它會以這種形式到來。"
    },
    {
      "type": "對話",
      "speaker": "呼雷",
      "content": "…但我願意接受它。"
    },
    {
      "type": "對話",
      "speaker": "呼雷",
      "content": "至於現在,就讓我們掘開帝弓天將堅如鐵石的心防,看看在她最幽暗的角落裡,藏了些什麼吧?"
    },
    {
      "type": "旁白",
      "content": "空無一物的戰場中,新死的頑敵再度現身於眼前。老練的獵手將面對一場特殊的逐獵……而她,已成獵物。\n仙舟「羅浮」-心獸的戰場"
    },
    {
      "type": "對話",
      "speaker": "步離人",
      "content": "*咆哮*"
    },
    {
      "type": "對話",
      "speaker": "戰場的死者",
      "content": "救救我!"
    },
    {
      "type": "對話",
      "speaker": "步離人",
      "content": "*咆哮*"
    },
    {
      "type": "對話",
      "speaker": "戰場的死者",
      "content": "不、不要…"
    },
    {
      "type": "旁白",
      "content": "弱者\n同情\n正義\n仙舟的偽裝\n懷疑\n宇宙本來的樣子"
    },
    {
      "type": "對話",
      "speaker": "呼雷",
      "content": "熟悉的死亡氣息,就像兀鷹……"
    },
    {
      "type": "對話",
      "speaker": "呼雷",
      "content": "這些熟悉的場面,仙舟人應該向你展示過無數次了。但這一切不過是他們想讓你看到的。"
    },
    {
      "type": "對話",
      "speaker": "呼雷",
      "content": "他們讓你為拯救弱者而戰。但他們卻有沒有告訴你,剝開一切溫情偽裝後,這就是宇宙本來該有的樣子。"
    },
    {
      "type": "對話",
      "speaker": "呼雷",
      "content": "當仙舟弱小時,他們將自己偽裝成受害者來博取你的同情;當仙舟強大時,他們卻封你為復仇者要你秉持正義。"
    },
    {
      "type": "對話",
      "speaker": "呼雷",
      "content": "我找到了…這是你的「懷疑」。"
    },
    {
      "type": "對話",
      "speaker": "飛霄",
      "content": "你所謂的弱肉強食,不過是狡辯。"
    },
    {
      "type": "對話",
      "speaker": "飛霄",
      "content": "你不可能動搖我,呼雷。"
    },
    {
      "type": "對話",
      "speaker": "懷炎的聲音",
      "content": "於「月狂」之怒中肆行殺戮,令友軍枉死…天擊將軍,你辜負了聯盟的信任!"
    },
    {
      "type": "旁白",
      "content": "月狂\n死\n背叛\n仙舟的敵人\n恐懼\n辜負信任\n你也是孽物\n怪物"
    },
    {
      "type": "對話",
      "speaker": "懷炎的聲音",
      "content": "你的行止,與那些孽物毫無差別。"
    },
    {
      "type": "對話",
      "speaker": "景元的聲音",
      "content": "到底是流著孽物之血…假以時日,她必定會成為聯盟的敵人。雲騎,列陣!"
    },
    {
      "type": "對話",
      "speaker": "呼雷",
      "content": "你義無反顧地投身於新主人的軍隊,你以為自己得到了自由、尊重和認可。"
    },
    {
      "type": "對話",
      "speaker": "呼雷",
      "content": "但你錯了,他們很明白,狼永遠是狼。"
    },
    {
      "type": "對話",
      "speaker": "呼雷",
      "content": "現在,你最大的恐懼就要成真了:成為仙舟的敵人。"
    },
    {
      "type": "對話",
      "speaker": "呼雷",
      "content": "這一處…是你的「恐懼」。"
    },
    {
      "type": "對話",
      "speaker": "飛霄",
      "content": "你想在我內心種下恐懼……"
    },
    {
      "type": "對話",
      "speaker": "飛霄",
      "content": "但這些,不過是…幻影罷了。"
    },
    {
      "type": "對話",
      "speaker": "步離人",
      "content": "您回來了…飛霄大人!是戰首回來了!"
    },
    {
      "type": "對話",
      "speaker": "步離人",
      "content": "戰首萬歲!飛霄大人將賜我們未來!"
    },
    {
      "type": "旁白",
      "content": "步離人的戰首\n你的未來\n回巢\n全新的道路"
    },
    {
      "type": "對話",
      "speaker": "呼雷",
      "content": "該是回巢的時候了,飛霄。"
    },
    {
      "type": "對話",
      "speaker": "呼雷",
      "content": "無論你對步離人懷有多麼深重的仇恨,也無論你和我之間懷有多少敵意。我都會為你展示一條你從未設想的道路,因為你做出了選擇——"
    },
    {
      "type": "對話",
      "speaker": "呼雷",
      "content": "你吞下了「赤月」,你有資格成為步離人的戰首。"
    },
    {
      "type": "對話",
      "speaker": "飛霄",
      "content": "你說…什麼?"
    },
    {
      "type": "對話",
      "speaker": "呼雷",
      "content": "那些前來營救我的都藍子裔,全心期待著當我重獲自由時就能扭轉戰局,改變一切,讓所有步離獵群再度興盛!但這不過是受有心人操弄的美夢罷了。"
    },
    {
      "type": "對話",
      "speaker": "呼雷",
      "content": "他們寧可將求存的希望寄託在虛無縹緲的救主身上,卻連一絲垂死搏殺的勇氣和力量都沒有。這樣的步離人,不如讓他們盡數滅亡吧!"
    },
    {
      "type": "對話",
      "speaker": "呼雷",
      "content": "而我,一個被關押七百年的囚徒,連榮耀戰死都求之不得的戰犯,一旦迴歸族群就會成為受人擺佈的傀儡。我絕不接受這樣的命運!"
    },
    {
      "type": "對話",
      "speaker": "呼雷",
      "content": "對於真正的強者而言,「狐人」或「步離」只是一個名字,真正的強者能決定自己的道路。"
    },
    {
      "type": "對話",
      "speaker": "呼雷",
      "content": "我將為自己開闢一條全新的道路,將決定獵群命運的權力交給你——曾經的步離戰奴,未來的狐人之主。"
    },
    {
      "type": "對話",
      "speaker": "呼雷",
      "content": "你的醫士,椒丘,他如此忠誠地侍奉你,為了治癒你的月狂不惜一死。我告訴過他,解救之道在我手中。"
    },
    {
      "type": "對話",
      "speaker": "「呼雷」",
      "content": "只要你點一點頭,你將立刻從這場「赤月」帶來的瘋狂噩夢中醒來,你的身軀將煥然一新。從此,不再有瘋狂困擾著你,懷疑只是心頭隨手拂去的塵埃,恐懼也將蕩然無存。"
    },
    {
      "type": "對話",
      "speaker": "飛霄",
      "content": "這就是你為我準備的「道路」…成為另一個你?"
    },
    {
      "type": "對話",
      "speaker": "呼雷",
      "content": "沒錯,畢竟你和我是如此相似。我們都是為戰而生,也是為戰而死的怪物。"
    },
    {
      "type": "對話",
      "speaker": "飛霄",
      "content": "…答案不用我多說吧。"
    },
    {
      "type": "對話",
      "speaker": "飛霄",
      "content": "我拒絕。"
    },
    {
      "type": "對話",
      "speaker": "呼雷",
      "content": "我說過,狐人或步離只是一個名字。你想做誰,就可以做誰。你想做什麼,就可以做什麼。"
    },
    {
      "type": "對話",
      "speaker": "呼雷",
      "content": "接納這一切,步離人將會臣服於你。毀滅他們,讓他們屍骨無存,或是教化他們成為仙舟的附庸…一切憑你喜歡。"
    },
    {
      "type": "對話",
      "speaker": "呼雷",
      "content": "你的名字將被鐫刻在仙舟的史冊,或是大敵名錄裡,一切都由你做主。"
    },
    {
      "type": "對話",
      "speaker": "飛霄",
      "content": "你不明白,呼雷,你根本不明白,我想要的是什麼。"
    },
    {
      "type": "對話",
      "speaker": "飛霄",
      "content": "在我還是個孩子的時候,為了逃離狼頭的皮鞭和枷鎖,我的雙手第一次沾上了血。"
    },
    {
      "type": "對話",
      "speaker": "薩蘭",
      "content": "凝梨,別停下,快跑…!"
    },
    {
      "type": "對話",
      "speaker": "凝梨",
      "content": "我跑不動了…薩蘭,他們追上來了嗎?"
    },
    {
      "type": "對話",
      "speaker": "薩蘭",
      "content": "他們還在,不要停!凝梨,抬頭,看天上的光!"
    },
    {
      "type": "對話",
      "speaker": "薩蘭",
      "content": "那是「流星」!流星在照耀我們,只要向它許願,就能得到自由!"
    },
    {
      "type": "對話",
      "speaker": "薩蘭",
      "content": "我們所有人都能逃出去!我們會得到自由,然後把它分給更多的窟盧兄弟姐妹!"
    },
    {
      "type": "對話",
      "speaker": "薩蘭",
      "content": "所以,快走吧!我們可以逃走的!"
    },
    {
      "type": "旁白",
      "content": "身後濃重的黑暗中,傳來兇狼的呼喝與走獸的嗥叫。"
    },
    {
      "type": "對話",
      "speaker": "薩蘭",
      "content": "凝梨!跟我一起跑啊!"
    },
    {
      "type": "旁白",
      "content": "……"
    },
    {
      "type": "對話",
      "speaker": "飛霄",
      "content": "我們跑啊跑啊,用盡全力,不知彼此奔向了何方。"
    },
    {
      "type": "對話",
      "speaker": "飛霄",
      "content": "我逃出了獵群的追捕,遇到了一個會飛的女人…一名雲騎軍。"
    },
    {
      "type": "對話",
      "speaker": "呼雷",
      "content": "我猜你信守了自己的諾言。"
    },
    {
      "type": "對話",
      "speaker": "飛霄",
      "content": "很可惜,當我帶著她重回故地,想要解放窟盧的同伴時,我看到大地上只留下一個望不見底的深壑。"
    },
    {
      "type": "對話",
      "speaker": "呼雷",
      "content": "妖弓的光芒…災星墜地,萬物俱滅。"
    },
    {
      "type": "對話",
      "speaker": "飛霄",
      "content": "在隨後的歲月裡,我和雲騎戰友無數次追逐那道光的軌跡,又無數次看著它落下。"
    },
    {
      "type": "對話",
      "speaker": "飛霄",
      "content": "漸漸地我明白了,那根本不是什麼承載願望的流星。每一道光矢的出現,意味著一個無可救藥的世界和無數生靈的湮滅。"
    },
    {
      "type": "對話",
      "speaker": "飛霄",
      "content": "我向天弓之神祈願,請祂不要再讓我目睹「流星」墜下。"
    },
    {
      "type": "對話",
      "speaker": "飛霄",
      "content": "可是…神從未回應我。"
    },
    {
      "type": "對話",
      "speaker": "呼雷",
      "content": "是啊,祂們從不回應,放任我等在世間彼此仇殺,這就是我們鏖戰至今的理由。"
    },
    {
      "type": "對話",
      "speaker": "呼雷",
      "content": "若是無血無淚、高高在上的神明不垂聽凡人的祈願,那我們就要為自己的渴望而戰!"
    },
    {
      "type": "對話",
      "speaker": "呼雷",
      "content": "你明白了嗎,薩蘭…你我的相似之處,遠比你想得更多。"
    },
    {
      "type": "對話",
      "speaker": "飛霄",
      "content": "……"
    },
    {
      "type": "對話",
      "speaker": "呼雷",
      "content": "你是一頭為戰而生,為戰而死的野獸!"
    },
    {
      "type": "對話",
      "speaker": "飛霄",
      "content": "…也許吧。"
    },
    {
      "type": "對話",
      "speaker": "飛霄",
      "content": "所以,你為之而戰的渴望是什麼,呼雷?"
    },
    {
      "type": "對話",
      "speaker": "呼雷",
      "content": "為了讓天上的眾星,成為步離人放牧的原野。"
    },
    {
      "type": "對話",
      "speaker": "呼雷",
      "content": "你呢,薩蘭?"
    },
    {
      "type": "對話",
      "speaker": "飛霄",
      "content": "為了終有一日,不再有人目睹「流星」落下…為了能多一個人活著,和我一起回到曜青。"
    },
    {
      "type": "對話",
      "speaker": "呼雷",
      "content": "寧可抗拒你本應成為的樣子,從自由的狼淪落為受人豢養的狐,只為…多一個人?"
    },
    {
      "type": "對話",
      "speaker": "呼雷",
      "content": "那就如你所願!我會以你的恐懼和懷疑為養料,抓住你,吞下你——我會取代你…成為「飛霄」!"
    },
    {
      "type": "對話",
      "speaker": "飛霄",
      "content": "「我們如此相似,是為戰而生,為戰而死的怪物」…你說的一點也沒錯,呼雷。"
    },
    {
      "type": "對話",
      "speaker": "飛霄",
      "content": "所以,向天祈願吧——儘管祂們從不回應。願「巡獵」的鋒鏑,貫穿怪物的心臟!"
    },
    {
      "type": "動畫",
      "content": "過場動畫"
    },
    {
      "type": "對話",
      "speaker": "飛霄",
      "content": "你看到我了嗎…「流星」?"
    },
    {
      "type": "對話",
      "speaker": "飛霄",
      "content": "「誓如雲翳障空,衛蔽仙舟。」"
    },
    {
      "type": "對話",
      "speaker": "飛霄",
      "content": "我將踐行此誓…直到生命最後一日。"
    },
    {
      "type": "對話",
      "speaker": "「飛霄」之影",
      "content": "自我降生之日起,天空泣血,萬物嚎哭。"
    },
    {
      "type": "對話",
      "speaker": "「飛霄」之影",
      "content": "我曾統御群強,獵盡孱弱。"
    },
    {
      "type": "對話",
      "speaker": "「飛霄」之影",
      "content": "現在,我將以你的心獸為武器,以你的名字為獵物…飛霄!"
    },
    {
      "type": "對話",
      "speaker": "飛霄",
      "content": "我會撕開你的偽裝,讓你認清自己的卑怯無能,呼雷!"
    },
    {
      "type": "對話",
      "speaker": "「飛霄」之影",
      "content": "狼潛伏在所有步離和狐人的心底…"
    },
    {
      "type": "對話",
      "speaker": "「飛霄」之影",
      "content": "一旦你衰弱無力,它就會以你為食!"
    },
    {
      "type": "對話",
      "speaker": "「飛霄」之影",
      "content": "苟且偷安,無處得生!"
    },
    {
      "type": "對話",
      "speaker": "「飛霄」之影",
      "content": "抵死鏖殺,萬世長存!"
    },
    {
      "type": "對話",
      "speaker": "飛霄",
      "content": "在它捕食我之前,得先向我搖尾乞憐!"
    },
    {
      "type": "對話",
      "speaker": "「飛霄」之影",
      "content": "獵物,嚐嚐刀劍穿身的滋味!"
    },
    {
      "type": "對話",
      "speaker": "「飛霄」之影",
      "content": "這是七百年來我唯一的感覺,痛苦!"
    },
    {
      "type": "對話",
      "speaker": "飛霄",
      "content": "你的爪牙早就磨鈍了!"
    },
    {
      "type": "對話",
      "speaker": "「飛霄」之影",
      "content": "心獸,聽我號令!"
    },
    {
      "type": "對話",
      "speaker": "「飛霄」之影",
      "content": "吞天之獸,徹地而來!"
    },
    {
      "type": "旁白",
      "content": "進入最後階段"
    },
    {
      "type": "對話",
      "speaker": "「飛霄」之影",
      "content": "消失吧,我將從你的血中凱旋!"
    },
    {
      "type": "對話",
      "speaker": "「飛霄」之影",
      "content": "我會用你的爪牙撕裂你!"
    },
    {
      "type": "對話",
      "speaker": "「飛霄」之影",
      "content": "我會用你的力量壓垮你!"
    },
    {
      "type": "對話",
      "speaker": "「飛霄」之影",
      "content": "我會用你的風暴吞沒你!"
    },
    {
      "type": "對話",
      "speaker": "「飛霄」之影",
      "content": "獵物,匍匐待死!"
    },
    {
      "type": "對話",
      "speaker": "「飛霄」之影",
      "content": "…為什麼?為什麼你還不消失?!"
    },
    {
      "type": "對話",
      "speaker": "「飛霄」之影",
      "content": "死!死!死!"
    },
    {
      "type": "對話",
      "speaker": "飛霄",
      "content": "這場狩獵遊戲,就到此為止吧!"
    },
    {
      "type": "旁白",
      "content": "施放飛霄終結技【鑿破大荒】"
    },
    {
      "type": "對話",
      "speaker": "飛霄",
      "content": "天上威光,心中之狼,隨我在此…一同征伐!"
    },
    {
      "type": "旁白",
      "content": "獲得勝利"
    },
    {
      "type": "動畫",
      "content": "過場動畫"
    },
    {
      "type": "對話",
      "speaker": "飛霄",
      "content": "對我而言,我的敵人…永遠只有自己!"
    }
  ],
  "url": "https://wiki.biligame.com/sr/%E6%AC%83%E6%9E%AA%E7%83%88%E7%83%88%EF%BC%8C%E5%BF%83%E5%85%BD%E7%81%AD%E5%8D%B4"
}