漏边,事件重置
This commit is contained in:
parent
db464dcde7
commit
d391361900
@ -1064,14 +1064,14 @@ return code+',\n';
|
|||||||
|
|
||||||
over_s
|
over_s
|
||||||
: '旁白文字' ':' EvalString BGNL? Newline
|
: '旁白文字' ':' EvalString BGNL? Newline
|
||||||
'背景' EvalString? '持续时长' Int? '渐入渐出时长' Int? '音频文件' EvalString? BGNL? Newline
|
'背景' EvalString? '持续帧数' Int? '渐入渐出帧数' Int? '音频文件' EvalString? BGNL? Newline
|
||||||
'文字颜色' ColorString? Colour '描边颜色' ColorString? Colour '字体信息' EvalString? Newline
|
'文字颜色' ColorString? Colour '描边颜色' ColorString? Colour '字体信息' EvalString? Newline
|
||||||
/*over_s
|
/*over_s
|
||||||
tooltip : over:这段话将出现在屏幕中心
|
tooltip : over:这段话将出现在屏幕中心
|
||||||
helpUrl : /_docs/#/instruction
|
helpUrl : /_docs/#/instruction
|
||||||
allImages : ['EvalString_1']
|
allImages : ['EvalString_1']
|
||||||
allSounds : ['EvalString_2']
|
allSounds : ['EvalString_2']
|
||||||
default : ["这段话将在屏幕中心","bg_5043.png",3000,30,"","255,255,255,1",'rgba(255,255,255,1)',"0,0,0,1",'rgba(0,0,0,1)','bold 48px Verdana']
|
default : ["这段话将在屏幕中心","bg_5043.png",50,30,"","255,255,255,1",'rgba(255,255,255,1)',"0,0,0,1",'rgba(0,0,0,1)','bold 48px Verdana']
|
||||||
var code = '{"type": "over", "text": "'+EvalString_0+'","image":"'+EvalString_1+'","time":'+Int_0+',"hidetime":'+Int_1+',"sound":"'+EvalString_2+'","textColor": ['+ColorString_0+'], "boldColor": ['+ColorString_1+'], "font": "'+EvalString_3+'"},\n';
|
var code = '{"type": "over", "text": "'+EvalString_0+'","image":"'+EvalString_1+'","time":'+Int_0+',"hidetime":'+Int_1+',"sound":"'+EvalString_2+'","textColor": ['+ColorString_0+'], "boldColor": ['+ColorString_1+'], "font": "'+EvalString_3+'"},\n';
|
||||||
return code;
|
return code;
|
||||||
*/;
|
*/;
|
||||||
@ -1090,7 +1090,7 @@ allSounds : ['EvalString_3']
|
|||||||
default : ["bg_5043.png","face_050445.png",false,"菲奥奈",-300,0,2000,"","这句话显示在对话框内",[{ "name":"tati_050145a.png" , "px": 100,"filter":false }]]
|
default : ["bg_5043.png","face_050445.png",false,"菲奥奈",-300,0,2000,"","这句话显示在对话框内",[{ "name":"tati_050145a.png" , "px": 100,"filter":false }]]
|
||||||
var head ='{ "name": "'+EvalString_1+'", "px": '+Number_0+' }'
|
var head ='{ "name": "'+EvalString_1+'", "px": '+Number_0+' }'
|
||||||
var list=',"bodyList": [\n'+textcgDrawingList_0+'\n]'
|
var list=',"bodyList": [\n'+textcgDrawingList_0+'\n]'
|
||||||
var code = '{"type": "cgtext", "bg":"'+EvalString_0+'","WindowSkin":'+Bool_0+',"head":'+head+' ,"name":"'+EvalString_2+'","time":'+Int_0+',"wait":'+Int_0+',"sound":"'+EvalString_3+'","text": "'+EvalString_4+'"'+list+' },\n';
|
var code = '{"type": "cgtext", "bg":"'+EvalString_0+'","WindowSkin":'+Bool_0+',"head":'+head+' ,"name":"'+EvalString_2+'","time":'+Int_0+',"wait":'+Int_1+',"sound":"'+EvalString_3+'","text": "'+EvalString_4+'"'+list+' },\n';
|
||||||
return code;
|
return code;
|
||||||
*/;
|
*/;
|
||||||
textcgDrawingList
|
textcgDrawingList
|
||||||
@ -1891,7 +1891,7 @@ return code;
|
|||||||
*/;
|
*/;
|
||||||
|
|
||||||
changebg_s
|
changebg_s
|
||||||
: '上一个背景' EvalString? '下一个背景' EvalString? '切换时长' Int '转场方式' Changebg_List Newline
|
: '上一个背景' EvalString? '下一个背景' EvalString? '切换帧数' Int '转场方式' Changebg_List Newline
|
||||||
|
|
||||||
|
|
||||||
/* changebg_s
|
/* changebg_s
|
||||||
|
@ -1 +1 @@
|
|||||||
{"viewportLoc":[0,0],"editorLastFloorId":"street01"}
|
{"viewportLoc":[0,0],"editorLastFloorId":"xiaoxiang01"}
|
@ -164,7 +164,7 @@ var events_c12a15a8_c380_4b28_8144_256cba95f760 =
|
|||||||
"type": "over",
|
"type": "over",
|
||||||
"text": "人生不如意事,十常居七八。",
|
"text": "人生不如意事,十常居七八。",
|
||||||
"image": "",
|
"image": "",
|
||||||
"time": 3000,
|
"time": 50,
|
||||||
"hidetime": 30,
|
"hidetime": 30,
|
||||||
"sound": "",
|
"sound": "",
|
||||||
"textColor": [
|
"textColor": [
|
||||||
@ -185,7 +185,7 @@ var events_c12a15a8_c380_4b28_8144_256cba95f760 =
|
|||||||
"type": "over",
|
"type": "over",
|
||||||
"text": "世间的万物皆被装缀着不公的色彩。",
|
"text": "世间的万物皆被装缀着不公的色彩。",
|
||||||
"image": "",
|
"image": "",
|
||||||
"time": 3000,
|
"time": 50,
|
||||||
"hidetime": 30,
|
"hidetime": 30,
|
||||||
"sound": "",
|
"sound": "",
|
||||||
"textColor": [
|
"textColor": [
|
||||||
@ -206,7 +206,7 @@ var events_c12a15a8_c380_4b28_8144_256cba95f760 =
|
|||||||
"type": "over",
|
"type": "over",
|
||||||
"text": "没错,就像——",
|
"text": "没错,就像——",
|
||||||
"image": "",
|
"image": "",
|
||||||
"time": 3000,
|
"time": 50,
|
||||||
"hidetime": 30,
|
"hidetime": 30,
|
||||||
"sound": "",
|
"sound": "",
|
||||||
"textColor": [
|
"textColor": [
|
||||||
@ -227,7 +227,7 @@ var events_c12a15a8_c380_4b28_8144_256cba95f760 =
|
|||||||
"type": "over",
|
"type": "over",
|
||||||
"text": "十几年前的那一天,",
|
"text": "十几年前的那一天,",
|
||||||
"image": "",
|
"image": "",
|
||||||
"time": 3000,
|
"time": 50,
|
||||||
"hidetime": 30,
|
"hidetime": 30,
|
||||||
"sound": "",
|
"sound": "",
|
||||||
"textColor": [
|
"textColor": [
|
||||||
@ -248,7 +248,7 @@ var events_c12a15a8_c380_4b28_8144_256cba95f760 =
|
|||||||
"type": "over",
|
"type": "over",
|
||||||
"text": "在都市的角落,同许多的生命共同消逝一般。",
|
"text": "在都市的角落,同许多的生命共同消逝一般。",
|
||||||
"image": "",
|
"image": "",
|
||||||
"time": 3000,
|
"time": 50,
|
||||||
"hidetime": 30,
|
"hidetime": 30,
|
||||||
"sound": "",
|
"sound": "",
|
||||||
"textColor": [
|
"textColor": [
|
||||||
@ -269,7 +269,7 @@ var events_c12a15a8_c380_4b28_8144_256cba95f760 =
|
|||||||
"type": "over",
|
"type": "over",
|
||||||
"text": "没错,就像——",
|
"text": "没错,就像——",
|
||||||
"image": "",
|
"image": "",
|
||||||
"time": 3000,
|
"time": 50,
|
||||||
"hidetime": 30,
|
"hidetime": 30,
|
||||||
"sound": "",
|
"sound": "",
|
||||||
"textColor": [
|
"textColor": [
|
||||||
@ -290,7 +290,7 @@ var events_c12a15a8_c380_4b28_8144_256cba95f760 =
|
|||||||
"type": "over",
|
"type": "over",
|
||||||
"text": "十几年前的那天起以来,",
|
"text": "十几年前的那天起以来,",
|
||||||
"image": "",
|
"image": "",
|
||||||
"time": 3000,
|
"time": 50,
|
||||||
"hidetime": 30,
|
"hidetime": 30,
|
||||||
"sound": "",
|
"sound": "",
|
||||||
"textColor": [
|
"textColor": [
|
||||||
@ -311,7 +311,7 @@ var events_c12a15a8_c380_4b28_8144_256cba95f760 =
|
|||||||
"type": "over",
|
"type": "over",
|
||||||
"text": "无数的生命被那无法逃脱的污泥囚禁一样。",
|
"text": "无数的生命被那无法逃脱的污泥囚禁一样。",
|
||||||
"image": "",
|
"image": "",
|
||||||
"time": 3000,
|
"time": 50,
|
||||||
"hidetime": 30,
|
"hidetime": 30,
|
||||||
"sound": "",
|
"sound": "",
|
||||||
"textColor": [
|
"textColor": [
|
||||||
@ -332,7 +332,7 @@ var events_c12a15a8_c380_4b28_8144_256cba95f760 =
|
|||||||
"type": "over",
|
"type": "over",
|
||||||
"text": "人生不如意事,十常居七八。",
|
"text": "人生不如意事,十常居七八。",
|
||||||
"image": "",
|
"image": "",
|
||||||
"time": 3000,
|
"time": 50,
|
||||||
"hidetime": 30,
|
"hidetime": 30,
|
||||||
"sound": "",
|
"sound": "",
|
||||||
"textColor": [
|
"textColor": [
|
||||||
@ -353,7 +353,7 @@ var events_c12a15a8_c380_4b28_8144_256cba95f760 =
|
|||||||
"type": "over",
|
"type": "over",
|
||||||
"text": "世间的万物皆被装缀着不公的色彩。",
|
"text": "世间的万物皆被装缀着不公的色彩。",
|
||||||
"image": "",
|
"image": "",
|
||||||
"time": 3000,
|
"time": 50,
|
||||||
"hidetime": 30,
|
"hidetime": 30,
|
||||||
"sound": "",
|
"sound": "",
|
||||||
"textColor": [
|
"textColor": [
|
||||||
@ -374,7 +374,7 @@ var events_c12a15a8_c380_4b28_8144_256cba95f760 =
|
|||||||
"type": "over",
|
"type": "over",
|
||||||
"text": "没错,就像——",
|
"text": "没错,就像——",
|
||||||
"image": "",
|
"image": "",
|
||||||
"time": 3000,
|
"time": 50,
|
||||||
"hidetime": 30,
|
"hidetime": 30,
|
||||||
"sound": "",
|
"sound": "",
|
||||||
"textColor": [
|
"textColor": [
|
||||||
@ -395,7 +395,7 @@ var events_c12a15a8_c380_4b28_8144_256cba95f760 =
|
|||||||
"type": "over",
|
"type": "over",
|
||||||
"text": "如今,这一天。",
|
"text": "如今,这一天。",
|
||||||
"image": "",
|
"image": "",
|
||||||
"time": 3000,
|
"time": 50,
|
||||||
"hidetime": 30,
|
"hidetime": 30,
|
||||||
"sound": "",
|
"sound": "",
|
||||||
"textColor": [
|
"textColor": [
|
||||||
@ -429,6 +429,7 @@ var events_c12a15a8_c380_4b28_8144_256cba95f760 =
|
|||||||
},
|
},
|
||||||
"name": "",
|
"name": "",
|
||||||
"time": 50,
|
"time": 50,
|
||||||
|
"wait": 2000,
|
||||||
"sound": "",
|
"sound": "",
|
||||||
"text": "这些天,街道不曾下雨。",
|
"text": "这些天,街道不曾下雨。",
|
||||||
"bodyList": [
|
"bodyList": [
|
||||||
@ -449,6 +450,7 @@ var events_c12a15a8_c380_4b28_8144_256cba95f760 =
|
|||||||
},
|
},
|
||||||
"name": "",
|
"name": "",
|
||||||
"time": 50,
|
"time": 50,
|
||||||
|
"wait": 2000,
|
||||||
"sound": "",
|
"sound": "",
|
||||||
"text": "所以,那浸湿地面的,定是那些女孩们流落的鲜血无疑。",
|
"text": "所以,那浸湿地面的,定是那些女孩们流落的鲜血无疑。",
|
||||||
"bodyList": [
|
"bodyList": [
|
||||||
@ -469,6 +471,7 @@ var events_c12a15a8_c380_4b28_8144_256cba95f760 =
|
|||||||
},
|
},
|
||||||
"name": "",
|
"name": "",
|
||||||
"time": 50,
|
"time": 50,
|
||||||
|
"wait": 2000,
|
||||||
"sound": "",
|
"sound": "",
|
||||||
"text": "我蹲在充斥着铁锈味般恶臭的小巷中,悠闲地如是想着。",
|
"text": "我蹲在充斥着铁锈味般恶臭的小巷中,悠闲地如是想着。",
|
||||||
"bodyList": [
|
"bodyList": [
|
||||||
@ -496,6 +499,7 @@ var events_c12a15a8_c380_4b28_8144_256cba95f760 =
|
|||||||
},
|
},
|
||||||
"name": "",
|
"name": "",
|
||||||
"time": 50,
|
"time": 50,
|
||||||
|
"wait": 2000,
|
||||||
"sound": "",
|
"sound": "",
|
||||||
"text": "扑哧。",
|
"text": "扑哧。",
|
||||||
"bodyList": [
|
"bodyList": [
|
||||||
@ -516,6 +520,7 @@ var events_c12a15a8_c380_4b28_8144_256cba95f760 =
|
|||||||
},
|
},
|
||||||
"name": "",
|
"name": "",
|
||||||
"time": 50,
|
"time": 50,
|
||||||
|
"wait": 2000,
|
||||||
"sound": "",
|
"sound": "",
|
||||||
"text": "耳旁再次响起象征着某个女孩子死去的声音。",
|
"text": "耳旁再次响起象征着某个女孩子死去的声音。",
|
||||||
"bodyList": [
|
"bodyList": [
|
||||||
@ -536,6 +541,7 @@ var events_c12a15a8_c380_4b28_8144_256cba95f760 =
|
|||||||
},
|
},
|
||||||
"name": "",
|
"name": "",
|
||||||
"time": 50,
|
"time": 50,
|
||||||
|
"wait": 2000,
|
||||||
"sound": "",
|
"sound": "",
|
||||||
"text": "再一次——",
|
"text": "再一次——",
|
||||||
"bodyList": [
|
"bodyList": [
|
||||||
@ -556,6 +562,7 @@ var events_c12a15a8_c380_4b28_8144_256cba95f760 =
|
|||||||
},
|
},
|
||||||
"name": "",
|
"name": "",
|
||||||
"time": 50,
|
"time": 50,
|
||||||
|
"wait": 2000,
|
||||||
"sound": "",
|
"sound": "",
|
||||||
"text": "再一次。",
|
"text": "再一次。",
|
||||||
"bodyList": [
|
"bodyList": [
|
||||||
@ -576,6 +583,7 @@ var events_c12a15a8_c380_4b28_8144_256cba95f760 =
|
|||||||
},
|
},
|
||||||
"name": "",
|
"name": "",
|
||||||
"time": 50,
|
"time": 50,
|
||||||
|
"wait": 2000,
|
||||||
"sound": "",
|
"sound": "",
|
||||||
"text": "女子们被肢解成单纯的肉块。",
|
"text": "女子们被肢解成单纯的肉块。",
|
||||||
"bodyList": [
|
"bodyList": [
|
||||||
@ -596,6 +604,7 @@ var events_c12a15a8_c380_4b28_8144_256cba95f760 =
|
|||||||
},
|
},
|
||||||
"name": "",
|
"name": "",
|
||||||
"time": 50,
|
"time": 50,
|
||||||
|
"wait": 2000,
|
||||||
"sound": "",
|
"sound": "",
|
||||||
"text": "我任由流下的血浸满全身,屏住自己的呼吸。",
|
"text": "我任由流下的血浸满全身,屏住自己的呼吸。",
|
||||||
"bodyList": [
|
"bodyList": [
|
||||||
@ -616,6 +625,7 @@ var events_c12a15a8_c380_4b28_8144_256cba95f760 =
|
|||||||
},
|
},
|
||||||
"name": "",
|
"name": "",
|
||||||
"time": 50,
|
"time": 50,
|
||||||
|
"wait": 2000,
|
||||||
"sound": "",
|
"sound": "",
|
||||||
"text": "祈求自己能拥有从猎人手中逃脱的幸运。",
|
"text": "祈求自己能拥有从猎人手中逃脱的幸运。",
|
||||||
"bodyList": [
|
"bodyList": [
|
||||||
@ -636,6 +646,7 @@ var events_c12a15a8_c380_4b28_8144_256cba95f760 =
|
|||||||
},
|
},
|
||||||
"name": "",
|
"name": "",
|
||||||
"time": 50,
|
"time": 50,
|
||||||
|
"wait": 2000,
|
||||||
"sound": "",
|
"sound": "",
|
||||||
"text": "扑哧。",
|
"text": "扑哧。",
|
||||||
"bodyList": [
|
"bodyList": [
|
||||||
@ -663,6 +674,7 @@ var events_c12a15a8_c380_4b28_8144_256cba95f760 =
|
|||||||
},
|
},
|
||||||
"name": "",
|
"name": "",
|
||||||
"time": 50,
|
"time": 50,
|
||||||
|
"wait": 2000,
|
||||||
"sound": "",
|
"sound": "",
|
||||||
"text": "直到刚才,我们还坐在去往娼馆的马车的路上。",
|
"text": "直到刚才,我们还坐在去往娼馆的马车的路上。",
|
||||||
"bodyList": [
|
"bodyList": [
|
||||||
@ -683,6 +695,7 @@ var events_c12a15a8_c380_4b28_8144_256cba95f760 =
|
|||||||
},
|
},
|
||||||
"name": "",
|
"name": "",
|
||||||
"time": 50,
|
"time": 50,
|
||||||
|
"wait": 2000,
|
||||||
"sound": "",
|
"sound": "",
|
||||||
"text": "而在这之中的某些人,已经不在这个世上了。",
|
"text": "而在这之中的某些人,已经不在这个世上了。",
|
||||||
"bodyList": [
|
"bodyList": [
|
||||||
@ -703,6 +716,7 @@ var events_c12a15a8_c380_4b28_8144_256cba95f760 =
|
|||||||
},
|
},
|
||||||
"name": "",
|
"name": "",
|
||||||
"time": 50,
|
"time": 50,
|
||||||
|
"wait": 2000,
|
||||||
"sound": "",
|
"sound": "",
|
||||||
"text": "不,应该把“某些”换成“几乎所有”才更为恰当吧。",
|
"text": "不,应该把“某些”换成“几乎所有”才更为恰当吧。",
|
||||||
"bodyList": [
|
"bodyList": [
|
||||||
@ -723,6 +737,7 @@ var events_c12a15a8_c380_4b28_8144_256cba95f760 =
|
|||||||
},
|
},
|
||||||
"name": "",
|
"name": "",
|
||||||
"time": 50,
|
"time": 50,
|
||||||
|
"wait": 2000,
|
||||||
"sound": "",
|
"sound": "",
|
||||||
"text": "恐怕,不久之后我也会变成小巷中血腥的装饰品。",
|
"text": "恐怕,不久之后我也会变成小巷中血腥的装饰品。",
|
||||||
"bodyList": [
|
"bodyList": [
|
||||||
@ -743,6 +758,7 @@ var events_c12a15a8_c380_4b28_8144_256cba95f760 =
|
|||||||
},
|
},
|
||||||
"name": "",
|
"name": "",
|
||||||
"time": 50,
|
"time": 50,
|
||||||
|
"wait": 2000,
|
||||||
"sound": "",
|
"sound": "",
|
||||||
"text": "我是为了得到这种死法,才辛苦苟活至今的吗?",
|
"text": "我是为了得到这种死法,才辛苦苟活至今的吗?",
|
||||||
"bodyList": [
|
"bodyList": [
|
||||||
@ -763,6 +779,7 @@ var events_c12a15a8_c380_4b28_8144_256cba95f760 =
|
|||||||
},
|
},
|
||||||
"name": "",
|
"name": "",
|
||||||
"time": 50,
|
"time": 50,
|
||||||
|
"wait": 2000,
|
||||||
"sound": "",
|
"sound": "",
|
||||||
"text": "来个人告诉我啊——",
|
"text": "来个人告诉我啊——",
|
||||||
"bodyList": [
|
"bodyList": [
|
||||||
@ -783,6 +800,7 @@ var events_c12a15a8_c380_4b28_8144_256cba95f760 =
|
|||||||
},
|
},
|
||||||
"name": "",
|
"name": "",
|
||||||
"time": 50,
|
"time": 50,
|
||||||
|
"wait": 2000,
|
||||||
"sound": "",
|
"sound": "",
|
||||||
"text": "谁都好。",
|
"text": "谁都好。",
|
||||||
"bodyList": [
|
"bodyList": [
|
||||||
@ -803,6 +821,7 @@ var events_c12a15a8_c380_4b28_8144_256cba95f760 =
|
|||||||
},
|
},
|
||||||
"name": "",
|
"name": "",
|
||||||
"time": 50,
|
"time": 50,
|
||||||
|
"wait": 2000,
|
||||||
"sound": "",
|
"sound": "",
|
||||||
"text": "来人啊!!",
|
"text": "来人啊!!",
|
||||||
"bodyList": [
|
"bodyList": [
|
||||||
@ -830,6 +849,7 @@ var events_c12a15a8_c380_4b28_8144_256cba95f760 =
|
|||||||
},
|
},
|
||||||
"name": "少女",
|
"name": "少女",
|
||||||
"time": 50,
|
"time": 50,
|
||||||
|
"wait": 2000,
|
||||||
"sound": "aiy010000010.mp3",
|
"sound": "aiy010000010.mp3",
|
||||||
"text": "「呃······!?」",
|
"text": "「呃······!?」",
|
||||||
"bodyList": [
|
"bodyList": [
|
||||||
@ -857,6 +877,7 @@ var events_c12a15a8_c380_4b28_8144_256cba95f760 =
|
|||||||
},
|
},
|
||||||
"name": "",
|
"name": "",
|
||||||
"time": 50,
|
"time": 50,
|
||||||
|
"wait": 2000,
|
||||||
"sound": "",
|
"sound": "",
|
||||||
"text": "漆黑的物体充斥了我的整个视野",
|
"text": "漆黑的物体充斥了我的整个视野",
|
||||||
"bodyList": [
|
"bodyList": [
|
||||||
@ -877,6 +898,7 @@ var events_c12a15a8_c380_4b28_8144_256cba95f760 =
|
|||||||
},
|
},
|
||||||
"name": "",
|
"name": "",
|
||||||
"time": 50,
|
"time": 50,
|
||||||
|
"wait": 2000,
|
||||||
"sound": "",
|
"sound": "",
|
||||||
"text": "我很快意识到,那是只很大的脚。",
|
"text": "我很快意识到,那是只很大的脚。",
|
||||||
"bodyList": [
|
"bodyList": [
|
||||||
@ -904,6 +926,7 @@ var events_c12a15a8_c380_4b28_8144_256cba95f760 =
|
|||||||
},
|
},
|
||||||
"name": "",
|
"name": "",
|
||||||
"time": 50,
|
"time": 50,
|
||||||
|
"wait": 2000,
|
||||||
"sound": "",
|
"sound": "",
|
||||||
"text": "必须要出声求救。",
|
"text": "必须要出声求救。",
|
||||||
"bodyList": [
|
"bodyList": [
|
||||||
@ -931,6 +954,7 @@ var events_c12a15a8_c380_4b28_8144_256cba95f760 =
|
|||||||
},
|
},
|
||||||
"name": "",
|
"name": "",
|
||||||
"time": 50,
|
"time": 50,
|
||||||
|
"wait": 2000,
|
||||||
"sound": "",
|
"sound": "",
|
||||||
"text": "可是,耳中却只能听到自己的牙关不停交战的声音。",
|
"text": "可是,耳中却只能听到自己的牙关不停交战的声音。",
|
||||||
"bodyList": [
|
"bodyList": [
|
||||||
@ -951,6 +975,7 @@ var events_c12a15a8_c380_4b28_8144_256cba95f760 =
|
|||||||
},
|
},
|
||||||
"name": "",
|
"name": "",
|
||||||
"time": 50,
|
"time": 50,
|
||||||
|
"wait": 2000,
|
||||||
"sound": "",
|
"sound": "",
|
||||||
"text": "我是如此的无助。",
|
"text": "我是如此的无助。",
|
||||||
"bodyList": [
|
"bodyList": [
|
||||||
@ -978,6 +1003,7 @@ var events_c12a15a8_c380_4b28_8144_256cba95f760 =
|
|||||||
},
|
},
|
||||||
"name": "",
|
"name": "",
|
||||||
"time": 50,
|
"time": 50,
|
||||||
|
"wait": 2000,
|
||||||
"sound": "",
|
"sound": "",
|
||||||
"text": "逃跑也好,道歉也罢。",
|
"text": "逃跑也好,道歉也罢。",
|
||||||
"bodyList": [
|
"bodyList": [
|
||||||
@ -998,6 +1024,7 @@ var events_c12a15a8_c380_4b28_8144_256cba95f760 =
|
|||||||
},
|
},
|
||||||
"name": "",
|
"name": "",
|
||||||
"time": 50,
|
"time": 50,
|
||||||
|
"wait": 2000,
|
||||||
"sound": "",
|
"sound": "",
|
||||||
"text": "就连抬头看一眼将要杀掉我的人的面孔都做不到。",
|
"text": "就连抬头看一眼将要杀掉我的人的面孔都做不到。",
|
||||||
"bodyList": [
|
"bodyList": [
|
||||||
@ -1018,6 +1045,7 @@ var events_c12a15a8_c380_4b28_8144_256cba95f760 =
|
|||||||
},
|
},
|
||||||
"name": "少女",
|
"name": "少女",
|
||||||
"time": 50,
|
"time": 50,
|
||||||
|
"wait": 2000,
|
||||||
"sound": "aiy010000020.mp3",
|
"sound": "aiy010000020.mp3",
|
||||||
"text": "「······被杀」",
|
"text": "「······被杀」",
|
||||||
"bodyList": [
|
"bodyList": [
|
||||||
@ -1038,6 +1066,7 @@ var events_c12a15a8_c380_4b28_8144_256cba95f760 =
|
|||||||
},
|
},
|
||||||
"name": "",
|
"name": "",
|
||||||
"time": 50,
|
"time": 50,
|
||||||
|
"wait": 2000,
|
||||||
"sound": "",
|
"sound": "",
|
||||||
"text": "会被杀。",
|
"text": "会被杀。",
|
||||||
"bodyList": [
|
"bodyList": [
|
||||||
@ -1058,6 +1087,7 @@ var events_c12a15a8_c380_4b28_8144_256cba95f760 =
|
|||||||
},
|
},
|
||||||
"name": "",
|
"name": "",
|
||||||
"time": 50,
|
"time": 50,
|
||||||
|
"wait": 2000,
|
||||||
"sound": "",
|
"sound": "",
|
||||||
"text": "会被杀!!",
|
"text": "会被杀!!",
|
||||||
"bodyList": [
|
"bodyList": [
|
||||||
@ -1078,6 +1108,7 @@ var events_c12a15a8_c380_4b28_8144_256cba95f760 =
|
|||||||
},
|
},
|
||||||
"name": "",
|
"name": "",
|
||||||
"time": 50,
|
"time": 50,
|
||||||
|
"wait": 2000,
|
||||||
"sound": "",
|
"sound": "",
|
||||||
"text": "来自内心深处的冰冷预感,渐渐地在体内蔓延开来。",
|
"text": "来自内心深处的冰冷预感,渐渐地在体内蔓延开来。",
|
||||||
"bodyList": [
|
"bodyList": [
|
||||||
@ -1098,6 +1129,7 @@ var events_c12a15a8_c380_4b28_8144_256cba95f760 =
|
|||||||
},
|
},
|
||||||
"name": "少女",
|
"name": "少女",
|
||||||
"time": 50,
|
"time": 50,
|
||||||
|
"wait": 2000,
|
||||||
"sound": "aiy010000030.mp3",
|
"sound": "aiy010000030.mp3",
|
||||||
"text": "「不,不要······」",
|
"text": "「不,不要······」",
|
||||||
"bodyList": [
|
"bodyList": [
|
||||||
@ -1130,6 +1162,7 @@ var events_c12a15a8_c380_4b28_8144_256cba95f760 =
|
|||||||
},
|
},
|
||||||
"name": "",
|
"name": "",
|
||||||
"time": 50,
|
"time": 50,
|
||||||
|
"wait": 2000,
|
||||||
"sound": "",
|
"sound": "",
|
||||||
"text": "浮游都市,《诺瓦斯·艾蒂尔》。",
|
"text": "浮游都市,《诺瓦斯·艾蒂尔》。",
|
||||||
"bodyList": [
|
"bodyList": [
|
||||||
@ -1150,6 +1183,7 @@ var events_c12a15a8_c380_4b28_8144_256cba95f760 =
|
|||||||
},
|
},
|
||||||
"name": "",
|
"name": "",
|
||||||
"time": 50,
|
"time": 50,
|
||||||
|
"wait": 2000,
|
||||||
"sound": "",
|
"sound": "",
|
||||||
"text": "《特别受灾地区》——",
|
"text": "《特别受灾地区》——",
|
||||||
"bodyList": [
|
"bodyList": [
|
||||||
@ -1170,6 +1204,7 @@ var events_c12a15a8_c380_4b28_8144_256cba95f760 =
|
|||||||
},
|
},
|
||||||
"name": "",
|
"name": "",
|
||||||
"time": 50,
|
"time": 50,
|
||||||
|
"wait": 2000,
|
||||||
"sound": "",
|
"sound": "",
|
||||||
"text": "通称,《牢狱》",
|
"text": "通称,《牢狱》",
|
||||||
"bodyList": [
|
"bodyList": [
|
||||||
@ -1190,6 +1225,7 @@ var events_c12a15a8_c380_4b28_8144_256cba95f760 =
|
|||||||
},
|
},
|
||||||
"name": "",
|
"name": "",
|
||||||
"time": 50,
|
"time": 50,
|
||||||
|
"wait": 2000,
|
||||||
"sound": "",
|
"sound": "",
|
||||||
"text": "是被险峻的峭壁环绕,与世隔绝的,都市的最底部。",
|
"text": "是被险峻的峭壁环绕,与世隔绝的,都市的最底部。",
|
||||||
"bodyList": [
|
"bodyList": [
|
||||||
@ -1210,6 +1246,7 @@ var events_c12a15a8_c380_4b28_8144_256cba95f760 =
|
|||||||
},
|
},
|
||||||
"name": "年轻人",
|
"name": "年轻人",
|
||||||
"time": 50,
|
"time": 50,
|
||||||
|
"wait": 2000,
|
||||||
"sound": "aiy710000010.mp3",
|
"sound": "aiy710000010.mp3",
|
||||||
"text": "「放开我!」",
|
"text": "「放开我!」",
|
||||||
"bodyList": [
|
"bodyList": [
|
||||||
@ -1230,6 +1267,7 @@ var events_c12a15a8_c380_4b28_8144_256cba95f760 =
|
|||||||
},
|
},
|
||||||
"name": "年轻人",
|
"name": "年轻人",
|
||||||
"time": 50,
|
"time": 50,
|
||||||
|
"wait": 2000,
|
||||||
"sound": "aiy710000020.mp3",
|
"sound": "aiy710000020.mp3",
|
||||||
"text": "「我只是在帮那个女人而已!」",
|
"text": "「我只是在帮那个女人而已!」",
|
||||||
"bodyList": [
|
"bodyList": [
|
||||||
@ -1257,6 +1295,7 @@ var events_c12a15a8_c380_4b28_8144_256cba95f760 =
|
|||||||
},
|
},
|
||||||
"name": "年轻人",
|
"name": "年轻人",
|
||||||
"time": 50,
|
"time": 50,
|
||||||
|
"wait": 2000,
|
||||||
"sound": "aiy710000030.mp3",
|
"sound": "aiy710000030.mp3",
|
||||||
"text": "「你们没听到吗!?」",
|
"text": "「你们没听到吗!?」",
|
||||||
"bodyList": [
|
"bodyList": [
|
||||||
@ -1277,6 +1316,7 @@ var events_c12a15a8_c380_4b28_8144_256cba95f760 =
|
|||||||
},
|
},
|
||||||
"name": "年轻人",
|
"name": "年轻人",
|
||||||
"time": 50,
|
"time": 50,
|
||||||
|
"wait": 2000,
|
||||||
"sound": "aiy710000040.mp3",
|
"sound": "aiy710000040.mp3",
|
||||||
"text": "「她是被受骗才会被卖到娼馆来的」",
|
"text": "「她是被受骗才会被卖到娼馆来的」",
|
||||||
"bodyList": [
|
"bodyList": [
|
||||||
@ -1297,6 +1337,7 @@ var events_c12a15a8_c380_4b28_8144_256cba95f760 =
|
|||||||
},
|
},
|
||||||
"name": "年轻人",
|
"name": "年轻人",
|
||||||
"time": 50,
|
"time": 50,
|
||||||
|
"wait": 2000,
|
||||||
"sound": "aiy710000050.mp3",
|
"sound": "aiy710000050.mp3",
|
||||||
"text": "「用肮脏的手段把钱借给她父母的,就是你们这些家伙吧!?」",
|
"text": "「用肮脏的手段把钱借给她父母的,就是你们这些家伙吧!?」",
|
||||||
"bodyList": [
|
"bodyList": [
|
||||||
@ -1324,6 +1365,7 @@ var events_c12a15a8_c380_4b28_8144_256cba95f760 =
|
|||||||
},
|
},
|
||||||
"name": "年轻人",
|
"name": "年轻人",
|
||||||
"time": 50,
|
"time": 50,
|
||||||
|
"wait": 2000,
|
||||||
"sound": "aiy710000060.mp3",
|
"sound": "aiy710000060.mp3",
|
||||||
"text": "「给我说些什么啊」",
|
"text": "「给我说些什么啊」",
|
||||||
"bodyList": [
|
"bodyList": [
|
||||||
@ -1344,6 +1386,7 @@ var events_c12a15a8_c380_4b28_8144_256cba95f760 =
|
|||||||
},
|
},
|
||||||
"name": "凯伊姆",
|
"name": "凯伊姆",
|
||||||
"time": 50,
|
"time": 50,
|
||||||
|
"wait": 2000,
|
||||||
"sound": "aiy310000010.mp3",
|
"sound": "aiy310000010.mp3",
|
||||||
"text": "「这些话等到了娼馆再说吧」",
|
"text": "「这些话等到了娼馆再说吧」",
|
||||||
"bodyList": [
|
"bodyList": [
|
||||||
@ -1364,6 +1407,7 @@ var events_c12a15a8_c380_4b28_8144_256cba95f760 =
|
|||||||
},
|
},
|
||||||
"name": "凯伊姆",
|
"name": "凯伊姆",
|
||||||
"time": 50,
|
"time": 50,
|
||||||
|
"wait": 2000,
|
||||||
"sound": "aiy310000020.mp3",
|
"sound": "aiy310000020.mp3",
|
||||||
"text": "「我来抓你,只是受雇于人而已」",
|
"text": "「我来抓你,只是受雇于人而已」",
|
||||||
"bodyList": [
|
"bodyList": [
|
||||||
@ -1391,6 +1435,7 @@ var events_c12a15a8_c380_4b28_8144_256cba95f760 =
|
|||||||
},
|
},
|
||||||
"name": "",
|
"name": "",
|
||||||
"time": 50,
|
"time": 50,
|
||||||
|
"wait": 2000,
|
||||||
"sound": "",
|
"sound": "",
|
||||||
"text": "我走进娼馆《莉莉乌姆》的接待室。",
|
"text": "我走进娼馆《莉莉乌姆》的接待室。",
|
||||||
"bodyList": [
|
"bodyList": [
|
||||||
@ -1411,6 +1456,7 @@ var events_c12a15a8_c380_4b28_8144_256cba95f760 =
|
|||||||
},
|
},
|
||||||
"name": "",
|
"name": "",
|
||||||
"time": 50,
|
"time": 50,
|
||||||
|
"wait": 2000,
|
||||||
"sound": "",
|
"sound": "",
|
||||||
"text": "正在桌旁整理账簿的奥兹停下手头的工作,抬起头向我看来。",
|
"text": "正在桌旁整理账簿的奥兹停下手头的工作,抬起头向我看来。",
|
||||||
"bodyList": [
|
"bodyList": [
|
||||||
@ -1431,6 +1477,7 @@ var events_c12a15a8_c380_4b28_8144_256cba95f760 =
|
|||||||
},
|
},
|
||||||
"name": "奥兹",
|
"name": "奥兹",
|
||||||
"time": 50,
|
"time": 50,
|
||||||
|
"wait": 2000,
|
||||||
"sound": "aiy350000010.mp3",
|
"sound": "aiy350000010.mp3",
|
||||||
"text": "「这不是凯伊姆先生吗,辛苦了」",
|
"text": "「这不是凯伊姆先生吗,辛苦了」",
|
||||||
"bodyList": [
|
"bodyList": [
|
||||||
@ -1451,6 +1498,7 @@ var events_c12a15a8_c380_4b28_8144_256cba95f760 =
|
|||||||
},
|
},
|
||||||
"name": "奥兹",
|
"name": "奥兹",
|
||||||
"time": 50,
|
"time": 50,
|
||||||
|
"wait": 2000,
|
||||||
"sound": "aiy350000020.mp3",
|
"sound": "aiy350000020.mp3",
|
||||||
"text": "「委托已经完成了吗?」",
|
"text": "「委托已经完成了吗?」",
|
||||||
"bodyList": [
|
"bodyList": [
|
||||||
@ -1471,6 +1519,7 @@ var events_c12a15a8_c380_4b28_8144_256cba95f760 =
|
|||||||
},
|
},
|
||||||
"name": "凯伊姆",
|
"name": "凯伊姆",
|
||||||
"time": 50,
|
"time": 50,
|
||||||
|
"wait": 2000,
|
||||||
"sound": "aiy310000030.mp3",
|
"sound": "aiy310000030.mp3",
|
||||||
"text": "「啊啊,是这家伙没错吧」",
|
"text": "「啊啊,是这家伙没错吧」",
|
||||||
"bodyList": [
|
"bodyList": [
|
||||||
@ -1491,6 +1540,7 @@ var events_c12a15a8_c380_4b28_8144_256cba95f760 =
|
|||||||
},
|
},
|
||||||
"name": "",
|
"name": "",
|
||||||
"time": 50,
|
"time": 50,
|
||||||
|
"wait": 2000,
|
||||||
"sound": "",
|
"sound": "",
|
||||||
"text": "奥兹用只要接触到就能杀人般的眼神在男人脸上搜过。",
|
"text": "奥兹用只要接触到就能杀人般的眼神在男人脸上搜过。",
|
||||||
"bodyList": [
|
"bodyList": [
|
||||||
@ -1511,6 +1561,7 @@ var events_c12a15a8_c380_4b28_8144_256cba95f760 =
|
|||||||
},
|
},
|
||||||
"name": "奥兹",
|
"name": "奥兹",
|
||||||
"time": 50,
|
"time": 50,
|
||||||
|
"wait": 2000,
|
||||||
"sound": "aiy350000030.mp3",
|
"sound": "aiy350000030.mp3",
|
||||||
"text": "「没错,就是这个人」",
|
"text": "「没错,就是这个人」",
|
||||||
"bodyList": [
|
"bodyList": [
|
||||||
@ -1531,6 +1582,7 @@ var events_c12a15a8_c380_4b28_8144_256cba95f760 =
|
|||||||
},
|
},
|
||||||
"name": "凯伊姆",
|
"name": "凯伊姆",
|
||||||
"time": 50,
|
"time": 50,
|
||||||
|
"wait": 2000,
|
||||||
"sound": "aiy310000040.mp3",
|
"sound": "aiy310000040.mp3",
|
||||||
"text": "「是么」",
|
"text": "「是么」",
|
||||||
"bodyList": [
|
"bodyList": [
|
||||||
@ -1551,6 +1603,7 @@ var events_c12a15a8_c380_4b28_8144_256cba95f760 =
|
|||||||
},
|
},
|
||||||
"name": "年轻人",
|
"name": "年轻人",
|
||||||
"time": 50,
|
"time": 50,
|
||||||
|
"wait": 2000,
|
||||||
"sound": "aiy710000070.mp3",
|
"sound": "aiy710000070.mp3",
|
||||||
"text": "「你,你们要对我做什么」",
|
"text": "「你,你们要对我做什么」",
|
||||||
"bodyList": [
|
"bodyList": [
|
||||||
@ -1571,6 +1624,7 @@ var events_c12a15a8_c380_4b28_8144_256cba95f760 =
|
|||||||
},
|
},
|
||||||
"name": "奥兹",
|
"name": "奥兹",
|
||||||
"time": 50,
|
"time": 50,
|
||||||
|
"wait": 2000,
|
||||||
"sound": "aiy350000040.mp3",
|
"sound": "aiy350000040.mp3",
|
||||||
"text": "「······」",
|
"text": "「······」",
|
||||||
"bodyList": [
|
"bodyList": [
|
||||||
@ -1591,6 +1645,7 @@ var events_c12a15a8_c380_4b28_8144_256cba95f760 =
|
|||||||
},
|
},
|
||||||
"name": "",
|
"name": "",
|
||||||
"time": 50,
|
"time": 50,
|
||||||
|
"wait": 2000,
|
||||||
"sound": "",
|
"sound": "",
|
||||||
"text": "奥兹用一个眼神,就让男人闭上了嘴。",
|
"text": "奥兹用一个眼神,就让男人闭上了嘴。",
|
||||||
"bodyList": [
|
"bodyList": [
|
||||||
@ -1611,6 +1666,7 @@ var events_c12a15a8_c380_4b28_8144_256cba95f760 =
|
|||||||
},
|
},
|
||||||
"name": "",
|
"name": "",
|
||||||
"time": 50,
|
"time": 50,
|
||||||
|
"wait": 2000,
|
||||||
"sound": "",
|
"sound": "",
|
||||||
"text": "然后,向我这边转过身来。",
|
"text": "然后,向我这边转过身来。",
|
||||||
"bodyList": [
|
"bodyList": [
|
||||||
@ -1631,6 +1687,7 @@ var events_c12a15a8_c380_4b28_8144_256cba95f760 =
|
|||||||
},
|
},
|
||||||
"name": "奥兹",
|
"name": "奥兹",
|
||||||
"time": 50,
|
"time": 50,
|
||||||
|
"wait": 2000,
|
||||||
"sound": "aiy350000050.mp3",
|
"sound": "aiy350000050.mp3",
|
||||||
"text": "「抱歉啊,总是麻烦你去做这些无聊的事」",
|
"text": "「抱歉啊,总是麻烦你去做这些无聊的事」",
|
||||||
"bodyList": [
|
"bodyList": [
|
||||||
@ -1651,6 +1708,7 @@ var events_c12a15a8_c380_4b28_8144_256cba95f760 =
|
|||||||
},
|
},
|
||||||
"name": "奥兹",
|
"name": "奥兹",
|
||||||
"time": 50,
|
"time": 50,
|
||||||
|
"wait": 2000,
|
||||||
"sound": "aiy350000060.mp3",
|
"sound": "aiy350000060.mp3",
|
||||||
"text": "「都怪我们这边的年轻人太没用」",
|
"text": "「都怪我们这边的年轻人太没用」",
|
||||||
"bodyList": [
|
"bodyList": [
|
||||||
@ -1671,6 +1729,7 @@ var events_c12a15a8_c380_4b28_8144_256cba95f760 =
|
|||||||
},
|
},
|
||||||
"name": "凯伊姆",
|
"name": "凯伊姆",
|
||||||
"time": 50,
|
"time": 50,
|
||||||
|
"wait": 2000,
|
||||||
"sound": "aiy310000050.mp3",
|
"sound": "aiy310000050.mp3",
|
||||||
"text": "「客套话就免了」",
|
"text": "「客套话就免了」",
|
||||||
"bodyList": [
|
"bodyList": [
|
||||||
@ -1691,6 +1750,7 @@ var events_c12a15a8_c380_4b28_8144_256cba95f760 =
|
|||||||
},
|
},
|
||||||
"name": "奥兹",
|
"name": "奥兹",
|
||||||
"time": 50,
|
"time": 50,
|
||||||
|
"wait": 2000,
|
||||||
"sound": "aiy350000070.mp3",
|
"sound": "aiy350000070.mp3",
|
||||||
"text": "「这还真是失礼了」",
|
"text": "「这还真是失礼了」",
|
||||||
"bodyList": [
|
"bodyList": [
|
||||||
@ -1711,6 +1771,7 @@ var events_c12a15a8_c380_4b28_8144_256cba95f760 =
|
|||||||
},
|
},
|
||||||
"name": "奥兹",
|
"name": "奥兹",
|
||||||
"time": 50,
|
"time": 50,
|
||||||
|
"wait": 2000,
|
||||||
"sound": "aiy350000080.mp3",
|
"sound": "aiy350000080.mp3",
|
||||||
"text": "「喂,来个人」",
|
"text": "「喂,来个人」",
|
||||||
"bodyList": [
|
"bodyList": [
|
||||||
@ -1731,6 +1792,7 @@ var events_c12a15a8_c380_4b28_8144_256cba95f760 =
|
|||||||
},
|
},
|
||||||
"name": "光头男人",
|
"name": "光头男人",
|
||||||
"time": 50,
|
"time": 50,
|
||||||
|
"wait": 2000,
|
||||||
"sound": "aiy820000010.mp3",
|
"sound": "aiy820000010.mp3",
|
||||||
"text": "「是」",
|
"text": "「是」",
|
||||||
"bodyList": [
|
"bodyList": [
|
||||||
@ -1751,6 +1813,7 @@ var events_c12a15a8_c380_4b28_8144_256cba95f760 =
|
|||||||
},
|
},
|
||||||
"name": "奥兹",
|
"name": "奥兹",
|
||||||
"time": 50,
|
"time": 50,
|
||||||
|
"wait": 2000,
|
||||||
"sound": "aiy350000090.mp3",
|
"sound": "aiy350000090.mp3",
|
||||||
"text": "「凯伊姆先生做完工作回来了」",
|
"text": "「凯伊姆先生做完工作回来了」",
|
||||||
"bodyList": [
|
"bodyList": [
|
||||||
@ -1771,6 +1834,7 @@ var events_c12a15a8_c380_4b28_8144_256cba95f760 =
|
|||||||
},
|
},
|
||||||
"name": "光头男人",
|
"name": "光头男人",
|
||||||
"time": 50,
|
"time": 50,
|
||||||
|
"wait": 2000,
|
||||||
"sound": "aiy820000020.mp3",
|
"sound": "aiy820000020.mp3",
|
||||||
"text": "「是,是,那个······」",
|
"text": "「是,是,那个······」",
|
||||||
"bodyList": [
|
"bodyList": [
|
||||||
@ -1791,6 +1855,7 @@ var events_c12a15a8_c380_4b28_8144_256cba95f760 =
|
|||||||
},
|
},
|
||||||
"name": "奥兹",
|
"name": "奥兹",
|
||||||
"time": 50,
|
"time": 50,
|
||||||
|
"wait": 2000,
|
||||||
"sound": "aiy350000100.mp3",
|
"sound": "aiy350000100.mp3",
|
||||||
"text": "「我是要你拿些酒来,这个蠢材!」",
|
"text": "「我是要你拿些酒来,这个蠢材!」",
|
||||||
"bodyList": [
|
"bodyList": [
|
||||||
@ -1811,6 +1876,7 @@ var events_c12a15a8_c380_4b28_8144_256cba95f760 =
|
|||||||
},
|
},
|
||||||
"name": "",
|
"name": "",
|
||||||
"time": 50,
|
"time": 50,
|
||||||
|
"wait": 2000,
|
||||||
"sound": "",
|
"sound": "",
|
||||||
"text": "喀!",
|
"text": "喀!",
|
||||||
"bodyList": [
|
"bodyList": [
|
||||||
@ -1831,6 +1897,7 @@ var events_c12a15a8_c380_4b28_8144_256cba95f760 =
|
|||||||
},
|
},
|
||||||
"name": "",
|
"name": "",
|
||||||
"time": 50,
|
"time": 50,
|
||||||
|
"wait": 2000,
|
||||||
"sound": "",
|
"sound": "",
|
||||||
"text": "奥兹扔出的烟灰缸砸中了手下的额头。",
|
"text": "奥兹扔出的烟灰缸砸中了手下的额头。",
|
||||||
"bodyList": [
|
"bodyList": [
|
||||||
@ -1851,6 +1918,7 @@ var events_c12a15a8_c380_4b28_8144_256cba95f760 =
|
|||||||
},
|
},
|
||||||
"name": "",
|
"name": "",
|
||||||
"time": 50,
|
"time": 50,
|
||||||
|
"wait": 2000,
|
||||||
"sound": "",
|
"sound": "",
|
||||||
"text": "鲜血四溅。",
|
"text": "鲜血四溅。",
|
||||||
"bodyList": [
|
"bodyList": [
|
||||||
@ -1871,6 +1939,7 @@ var events_c12a15a8_c380_4b28_8144_256cba95f760 =
|
|||||||
},
|
},
|
||||||
"name": "凯伊姆",
|
"name": "凯伊姆",
|
||||||
"time": 50,
|
"time": 50,
|
||||||
|
"wait": 2000,
|
||||||
"sound": "aiy310000060.mp3",
|
"sound": "aiy310000060.mp3",
|
||||||
"text": "「不用这么麻烦」",
|
"text": "「不用这么麻烦」",
|
||||||
"bodyList": [
|
"bodyList": [
|
||||||
@ -1891,6 +1960,7 @@ var events_c12a15a8_c380_4b28_8144_256cba95f760 =
|
|||||||
},
|
},
|
||||||
"name": "凯伊姆",
|
"name": "凯伊姆",
|
||||||
"time": 50,
|
"time": 50,
|
||||||
|
"wait": 2000,
|
||||||
"sound": "aiy310000070.mp3",
|
"sound": "aiy310000070.mp3",
|
||||||
"text": "「我接下来要去《菲诺列塔》」",
|
"text": "「我接下来要去《菲诺列塔》」",
|
||||||
"bodyList": [
|
"bodyList": [
|
||||||
@ -1911,6 +1981,7 @@ var events_c12a15a8_c380_4b28_8144_256cba95f760 =
|
|||||||
},
|
},
|
||||||
"name": "奥兹",
|
"name": "奥兹",
|
||||||
"time": 50,
|
"time": 50,
|
||||||
|
"wait": 2000,
|
||||||
"sound": "aiy350000110.mp3",
|
"sound": "aiy350000110.mp3",
|
||||||
"text": "「喔唷」",
|
"text": "「喔唷」",
|
||||||
"bodyList": [
|
"bodyList": [
|
||||||
@ -1931,6 +2002,7 @@ var events_c12a15a8_c380_4b28_8144_256cba95f760 =
|
|||||||
},
|
},
|
||||||
"name": "奥兹",
|
"name": "奥兹",
|
||||||
"time": 50,
|
"time": 50,
|
||||||
|
"wait": 2000,
|
||||||
"sound": "aiy350000120.mp3",
|
"sound": "aiy350000120.mp3",
|
||||||
"text": "「既然如此,我就不留您在这里喝难饮的劣质酒了」",
|
"text": "「既然如此,我就不留您在这里喝难饮的劣质酒了」",
|
||||||
"bodyList": [
|
"bodyList": [
|
||||||
@ -1951,6 +2023,7 @@ var events_c12a15a8_c380_4b28_8144_256cba95f760 =
|
|||||||
},
|
},
|
||||||
"name": "",
|
"name": "",
|
||||||
"time": 50,
|
"time": 50,
|
||||||
|
"wait": 2000,
|
||||||
"sound": "",
|
"sound": "",
|
||||||
"text": "奥兹斜眼看着正捂住额头呻吟的手下,轻描淡写地说道。",
|
"text": "奥兹斜眼看着正捂住额头呻吟的手下,轻描淡写地说道。",
|
||||||
"bodyList": [
|
"bodyList": [
|
||||||
@ -1971,6 +2044,7 @@ var events_c12a15a8_c380_4b28_8144_256cba95f760 =
|
|||||||
},
|
},
|
||||||
"name": "凯伊姆",
|
"name": "凯伊姆",
|
||||||
"time": 50,
|
"time": 50,
|
||||||
|
"wait": 2000,
|
||||||
"sound": "aiy310000080.mp3",
|
"sound": "aiy310000080.mp3",
|
||||||
"text": "「用这些钱去买药」",
|
"text": "「用这些钱去买药」",
|
||||||
"bodyList": [
|
"bodyList": [
|
||||||
@ -1991,6 +2065,7 @@ var events_c12a15a8_c380_4b28_8144_256cba95f760 =
|
|||||||
},
|
},
|
||||||
"name": "",
|
"name": "",
|
||||||
"time": 50,
|
"time": 50,
|
||||||
|
"wait": 2000,
|
||||||
"sound": "",
|
"sound": "",
|
||||||
"text": "我将几枚铜钱仍在那个手下的身前。",
|
"text": "我将几枚铜钱仍在那个手下的身前。",
|
||||||
"bodyList": [
|
"bodyList": [
|
||||||
@ -2011,6 +2086,7 @@ var events_c12a15a8_c380_4b28_8144_256cba95f760 =
|
|||||||
},
|
},
|
||||||
"name": "奥兹",
|
"name": "奥兹",
|
||||||
"time": 50,
|
"time": 50,
|
||||||
|
"wait": 2000,
|
||||||
"sound": "aiy350000130.mp3",
|
"sound": "aiy350000130.mp3",
|
||||||
"text": "「凯伊姆先生,不用对他们这么好」",
|
"text": "「凯伊姆先生,不用对他们这么好」",
|
||||||
"bodyList": [
|
"bodyList": [
|
||||||
@ -2031,6 +2107,7 @@ var events_c12a15a8_c380_4b28_8144_256cba95f760 =
|
|||||||
},
|
},
|
||||||
"name": "凯伊姆",
|
"name": "凯伊姆",
|
||||||
"time": 50,
|
"time": 50,
|
||||||
|
"wait": 2000,
|
||||||
"sound": "aiy310000090.mp3",
|
"sound": "aiy310000090.mp3",
|
||||||
"text": "「无妨」",
|
"text": "「无妨」",
|
||||||
"bodyList": [
|
"bodyList": [
|
||||||
@ -2051,6 +2128,7 @@ var events_c12a15a8_c380_4b28_8144_256cba95f760 =
|
|||||||
},
|
},
|
||||||
"name": "凯伊姆",
|
"name": "凯伊姆",
|
||||||
"time": 50,
|
"time": 50,
|
||||||
|
"wait": 2000,
|
||||||
"sound": "aiy310000100.mp3",
|
"sound": "aiy310000100.mp3",
|
||||||
"text": "「话说回来,那个要落跑的女人呢?」",
|
"text": "「话说回来,那个要落跑的女人呢?」",
|
||||||
"bodyList": [
|
"bodyList": [
|
||||||
@ -2071,6 +2149,7 @@ var events_c12a15a8_c380_4b28_8144_256cba95f760 =
|
|||||||
},
|
},
|
||||||
"name": "奥兹",
|
"name": "奥兹",
|
||||||
"time": 50,
|
"time": 50,
|
||||||
|
"wait": 2000,
|
||||||
"sound": "aiy350000140.mp3",
|
"sound": "aiy350000140.mp3",
|
||||||
"text": "「我把她交给那些年轻人了,现在应该正在体会人生的严苛吧」",
|
"text": "「我把她交给那些年轻人了,现在应该正在体会人生的严苛吧」",
|
||||||
"bodyList": [
|
"bodyList": [
|
||||||
@ -2091,6 +2170,7 @@ var events_c12a15a8_c380_4b28_8144_256cba95f760 =
|
|||||||
},
|
},
|
||||||
"name": "奥兹",
|
"name": "奥兹",
|
||||||
"time": 50,
|
"time": 50,
|
||||||
|
"wait": 2000,
|
||||||
"sound": "aiy350000150.mp3",
|
"sound": "aiy350000150.mp3",
|
||||||
"text": "「正好,趁此机会凯伊姆先生也来享受一番如何?」",
|
"text": "「正好,趁此机会凯伊姆先生也来享受一番如何?」",
|
||||||
"bodyList": [
|
"bodyList": [
|
||||||
@ -2111,6 +2191,7 @@ var events_c12a15a8_c380_4b28_8144_256cba95f760 =
|
|||||||
},
|
},
|
||||||
"name": "年轻人",
|
"name": "年轻人",
|
||||||
"time": 50,
|
"time": 50,
|
||||||
|
"wait": 2000,
|
||||||
"sound": "aiy710000080.mp3",
|
"sound": "aiy710000080.mp3",
|
||||||
"text": "「你,你们这些家伙,要对她做什么!?」",
|
"text": "「你,你们这些家伙,要对她做什么!?」",
|
||||||
"bodyList": [
|
"bodyList": [
|
||||||
@ -2131,6 +2212,7 @@ var events_c12a15a8_c380_4b28_8144_256cba95f760 =
|
|||||||
},
|
},
|
||||||
"name": "",
|
"name": "",
|
||||||
"time": 50,
|
"time": 50,
|
||||||
|
"wait": 2000,
|
||||||
"sound": "",
|
"sound": "",
|
||||||
"text": "咣!",
|
"text": "咣!",
|
||||||
"bodyList": [
|
"bodyList": [
|
||||||
@ -2151,6 +2233,7 @@ var events_c12a15a8_c380_4b28_8144_256cba95f760 =
|
|||||||
},
|
},
|
||||||
"name": "",
|
"name": "",
|
||||||
"time": 50,
|
"time": 50,
|
||||||
|
"wait": 2000,
|
||||||
"sound": "",
|
"sound": "",
|
||||||
"text": "奥兹给了他一拳。",
|
"text": "奥兹给了他一拳。",
|
||||||
"bodyList": [
|
"bodyList": [
|
||||||
@ -2171,6 +2254,7 @@ var events_c12a15a8_c380_4b28_8144_256cba95f760 =
|
|||||||
},
|
},
|
||||||
"name": "",
|
"name": "",
|
||||||
"time": 50,
|
"time": 50,
|
||||||
|
"wait": 2000,
|
||||||
"sound": "",
|
"sound": "",
|
||||||
"text": "一击即倒。",
|
"text": "一击即倒。",
|
||||||
"bodyList": [
|
"bodyList": [
|
||||||
@ -2191,6 +2275,7 @@ var events_c12a15a8_c380_4b28_8144_256cba95f760 =
|
|||||||
},
|
},
|
||||||
"name": "",
|
"name": "",
|
||||||
"time": 50,
|
"time": 50,
|
||||||
|
"wait": 2000,
|
||||||
"sound": "",
|
"sound": "",
|
||||||
"text": "喀,咚,咯!",
|
"text": "喀,咚,咯!",
|
||||||
"bodyList": [
|
"bodyList": [
|
||||||
@ -2211,6 +2296,7 @@ var events_c12a15a8_c380_4b28_8144_256cba95f760 =
|
|||||||
},
|
},
|
||||||
"name": "",
|
"name": "",
|
||||||
"time": 50,
|
"time": 50,
|
||||||
|
"wait": 2000,
|
||||||
"sound": "",
|
"sound": "",
|
||||||
"text": "奥兹毫不留情地向男人的脸上踩去。",
|
"text": "奥兹毫不留情地向男人的脸上踩去。",
|
||||||
"bodyList": [
|
"bodyList": [
|
||||||
@ -2231,6 +2317,7 @@ var events_c12a15a8_c380_4b28_8144_256cba95f760 =
|
|||||||
},
|
},
|
||||||
"name": "年轻人",
|
"name": "年轻人",
|
||||||
"time": 50,
|
"time": 50,
|
||||||
|
"wait": 2000,
|
||||||
"sound": "aiy710000090.mp3",
|
"sound": "aiy710000090.mp3",
|
||||||
"text": "「咕······呃咳······」",
|
"text": "「咕······呃咳······」",
|
||||||
"bodyList": [
|
"bodyList": [
|
||||||
@ -2251,6 +2338,7 @@ var events_c12a15a8_c380_4b28_8144_256cba95f760 =
|
|||||||
},
|
},
|
||||||
"name": "",
|
"name": "",
|
||||||
"time": 50,
|
"time": 50,
|
||||||
|
"wait": 2000,
|
||||||
"sound": "",
|
"sound": "",
|
||||||
"text": "折断的牙齿伴着血泡被吐出。",
|
"text": "折断的牙齿伴着血泡被吐出。",
|
||||||
"bodyList": [
|
"bodyList": [
|
||||||
@ -2271,6 +2359,7 @@ var events_c12a15a8_c380_4b28_8144_256cba95f760 =
|
|||||||
},
|
},
|
||||||
"name": "",
|
"name": "",
|
||||||
"time": 50,
|
"time": 50,
|
||||||
|
"wait": 2000,
|
||||||
"sound": "",
|
"sound": "",
|
||||||
"text": "这份白色在鲜红色的液体中格外显眼。",
|
"text": "这份白色在鲜红色的液体中格外显眼。",
|
||||||
"bodyList": [
|
"bodyList": [
|
||||||
@ -2291,6 +2380,7 @@ var events_c12a15a8_c380_4b28_8144_256cba95f760 =
|
|||||||
},
|
},
|
||||||
"name": "年轻人",
|
"name": "年轻人",
|
||||||
"time": 50,
|
"time": 50,
|
||||||
|
"wait": 2000,
|
||||||
"sound": "aiy710000100.mp3",
|
"sound": "aiy710000100.mp3",
|
||||||
"text": "「你们以为做出这种事······卫兵会坐视不理吗······」",
|
"text": "「你们以为做出这种事······卫兵会坐视不理吗······」",
|
||||||
"bodyList": [
|
"bodyList": [
|
||||||
@ -2311,6 +2401,7 @@ var events_c12a15a8_c380_4b28_8144_256cba95f760 =
|
|||||||
},
|
},
|
||||||
"name": "奥兹",
|
"name": "奥兹",
|
||||||
"time": 50,
|
"time": 50,
|
||||||
|
"wait": 2000,
|
||||||
"sound": "aiy350000160.mp3",
|
"sound": "aiy350000160.mp3",
|
||||||
"text": "「啊啊,不会坐视不理的」",
|
"text": "「啊啊,不会坐视不理的」",
|
||||||
"bodyList": [
|
"bodyList": [
|
||||||
@ -2331,6 +2422,7 @@ var events_c12a15a8_c380_4b28_8144_256cba95f760 =
|
|||||||
},
|
},
|
||||||
"name": "奥兹",
|
"name": "奥兹",
|
||||||
"time": 50,
|
"time": 50,
|
||||||
|
"wait": 2000,
|
||||||
"sound": "aiy350000170.mp3",
|
"sound": "aiy350000170.mp3",
|
||||||
"text": "「应该会拿出你的钱包,和我们商量如何瓜分吧」",
|
"text": "「应该会拿出你的钱包,和我们商量如何瓜分吧」",
|
||||||
"bodyList": [
|
"bodyList": [
|
||||||
@ -2351,6 +2443,7 @@ var events_c12a15a8_c380_4b28_8144_256cba95f760 =
|
|||||||
},
|
},
|
||||||
"name": "年轻人",
|
"name": "年轻人",
|
||||||
"time": 50,
|
"time": 50,
|
||||||
|
"wait": 2000,
|
||||||
"sound": "aiy710000110.mp3",
|
"sound": "aiy710000110.mp3",
|
||||||
"text": "「那,那种事······」",
|
"text": "「那,那种事······」",
|
||||||
"bodyList": [
|
"bodyList": [
|
||||||
@ -2371,6 +2464,7 @@ var events_c12a15a8_c380_4b28_8144_256cba95f760 =
|
|||||||
},
|
},
|
||||||
"name": "",
|
"name": "",
|
||||||
"time": 50,
|
"time": 50,
|
||||||
|
"wait": 2000,
|
||||||
"sound": "",
|
"sound": "",
|
||||||
"text": "这在牢狱是理所当然的事。",
|
"text": "这在牢狱是理所当然的事。",
|
||||||
"bodyList": [
|
"bodyList": [
|
||||||
@ -2391,6 +2485,7 @@ var events_c12a15a8_c380_4b28_8144_256cba95f760 =
|
|||||||
},
|
},
|
||||||
"name": "奥兹",
|
"name": "奥兹",
|
||||||
"time": 50,
|
"time": 50,
|
||||||
|
"wait": 2000,
|
||||||
"sound": "aiy350000180.mp3",
|
"sound": "aiy350000180.mp3",
|
||||||
"text": "「怎么,头一回来牢狱么?」",
|
"text": "「怎么,头一回来牢狱么?」",
|
||||||
"bodyList": [
|
"bodyList": [
|
||||||
@ -2411,6 +2506,7 @@ var events_c12a15a8_c380_4b28_8144_256cba95f760 =
|
|||||||
},
|
},
|
||||||
"name": "",
|
"name": "",
|
||||||
"time": 50,
|
"time": 50,
|
||||||
|
"wait": 2000,
|
||||||
"sound": "",
|
"sound": "",
|
||||||
"text": "男人点了点头。",
|
"text": "男人点了点头。",
|
||||||
"bodyList": [
|
"bodyList": [
|
||||||
@ -2431,6 +2527,7 @@ var events_c12a15a8_c380_4b28_8144_256cba95f760 =
|
|||||||
},
|
},
|
||||||
"name": "奥兹",
|
"name": "奥兹",
|
||||||
"time": 50,
|
"time": 50,
|
||||||
|
"wait": 2000,
|
||||||
"sound": "aiy350000190.mp3",
|
"sound": "aiy350000190.mp3",
|
||||||
"text": "「为了被骗的女人而来到牢狱,真是个规矩人啊」",
|
"text": "「为了被骗的女人而来到牢狱,真是个规矩人啊」",
|
||||||
"bodyList": [
|
"bodyList": [
|
||||||
@ -2451,6 +2548,7 @@ var events_c12a15a8_c380_4b28_8144_256cba95f760 =
|
|||||||
},
|
},
|
||||||
"name": "奥兹",
|
"name": "奥兹",
|
||||||
"time": 50,
|
"time": 50,
|
||||||
|
"wait": 2000,
|
||||||
"sound": "aiy350000200.mp3",
|
"sound": "aiy350000200.mp3",
|
||||||
"text": "「······前提是,被骗的人不是你」",
|
"text": "「······前提是,被骗的人不是你」",
|
||||||
"bodyList": [
|
"bodyList": [
|
||||||
@ -2471,6 +2569,7 @@ var events_c12a15a8_c380_4b28_8144_256cba95f760 =
|
|||||||
},
|
},
|
||||||
"name": "年轻人",
|
"name": "年轻人",
|
||||||
"time": 50,
|
"time": 50,
|
||||||
|
"wait": 2000,
|
||||||
"sound": "aiy710000120.mp3",
|
"sound": "aiy710000120.mp3",
|
||||||
"text": "「你说······我被骗了?」",
|
"text": "「你说······我被骗了?」",
|
||||||
"bodyList": [
|
"bodyList": [
|
||||||
@ -2491,6 +2590,7 @@ var events_c12a15a8_c380_4b28_8144_256cba95f760 =
|
|||||||
},
|
},
|
||||||
"name": "年轻人",
|
"name": "年轻人",
|
||||||
"time": 50,
|
"time": 50,
|
||||||
|
"wait": 2000,
|
||||||
"sound": "aiy710000130.mp3",
|
"sound": "aiy710000130.mp3",
|
||||||
"text": "「那,那是怎么回事!?」",
|
"text": "「那,那是怎么回事!?」",
|
||||||
"bodyList": [
|
"bodyList": [
|
||||||
@ -2511,6 +2611,7 @@ var events_c12a15a8_c380_4b28_8144_256cba95f760 =
|
|||||||
},
|
},
|
||||||
"name": "奥兹",
|
"name": "奥兹",
|
||||||
"time": 50,
|
"time": 50,
|
||||||
|
"wait": 2000,
|
||||||
"sound": "aiy350000210.mp3",
|
"sound": "aiy350000210.mp3",
|
||||||
"text": "「不用急,今天晚上会好好告诉你的」",
|
"text": "「不用急,今天晚上会好好告诉你的」",
|
||||||
"bodyList": [
|
"bodyList": [
|
||||||
@ -2531,6 +2632,7 @@ var events_c12a15a8_c380_4b28_8144_256cba95f760 =
|
|||||||
},
|
},
|
||||||
"name": "",
|
"name": "",
|
||||||
"time": 50,
|
"time": 50,
|
||||||
|
"wait": 2000,
|
||||||
"sound": "",
|
"sound": "",
|
||||||
"text": "奥兹抓起男人的脸。",
|
"text": "奥兹抓起男人的脸。",
|
||||||
"bodyList": [
|
"bodyList": [
|
||||||
@ -2551,6 +2653,7 @@ var events_c12a15a8_c380_4b28_8144_256cba95f760 =
|
|||||||
},
|
},
|
||||||
"name": "",
|
"name": "",
|
||||||
"time": 50,
|
"time": 50,
|
||||||
|
"wait": 2000,
|
||||||
"sound": "",
|
"sound": "",
|
||||||
"text": "为引诱客人的怜悯之心而装纯,是娼妇的惯用手段。",
|
"text": "为引诱客人的怜悯之心而装纯,是娼妇的惯用手段。",
|
||||||
"bodyList": [
|
"bodyList": [
|
||||||
@ -2571,6 +2674,7 @@ var events_c12a15a8_c380_4b28_8144_256cba95f760 =
|
|||||||
},
|
},
|
||||||
"name": "",
|
"name": "",
|
||||||
"time": 50,
|
"time": 50,
|
||||||
|
"wait": 2000,
|
||||||
"sound": "",
|
"sound": "",
|
||||||
"text": "双亲被骗而借钱,结果作为抵押而将自己卖到这里,这是典型的说法。",
|
"text": "双亲被骗而借钱,结果作为抵押而将自己卖到这里,这是典型的说法。",
|
||||||
"bodyList": [
|
"bodyList": [
|
||||||
@ -2591,6 +2695,7 @@ var events_c12a15a8_c380_4b28_8144_256cba95f760 =
|
|||||||
},
|
},
|
||||||
"name": "",
|
"name": "",
|
||||||
"time": 50,
|
"time": 50,
|
||||||
|
"wait": 2000,
|
||||||
"sound": "",
|
"sound": "",
|
||||||
"text": "如果只是头脑发热而成为常客也就罢了,这次的男人热血过头,居然想出了要带女人私奔的计划。",
|
"text": "如果只是头脑发热而成为常客也就罢了,这次的男人热血过头,居然想出了要带女人私奔的计划。",
|
||||||
"bodyList": [
|
"bodyList": [
|
||||||
@ -2611,6 +2716,7 @@ var events_c12a15a8_c380_4b28_8144_256cba95f760 =
|
|||||||
},
|
},
|
||||||
"name": "",
|
"name": "",
|
||||||
"time": 50,
|
"time": 50,
|
||||||
|
"wait": 2000,
|
||||||
"sound": "",
|
"sound": "",
|
||||||
"text": "虽然女人半开玩笑地予以拒绝,但不知天高地厚的这家伙还是拉着她逃跑了。",
|
"text": "虽然女人半开玩笑地予以拒绝,但不知天高地厚的这家伙还是拉着她逃跑了。",
|
||||||
"bodyList": [
|
"bodyList": [
|
||||||
@ -2631,6 +2737,7 @@ var events_c12a15a8_c380_4b28_8144_256cba95f760 =
|
|||||||
},
|
},
|
||||||
"name": "",
|
"name": "",
|
||||||
"time": 50,
|
"time": 50,
|
||||||
|
"wait": 2000,
|
||||||
"sound": "",
|
"sound": "",
|
||||||
"text": "不过,想要逃脱追击本来就是不可能的任务。",
|
"text": "不过,想要逃脱追击本来就是不可能的任务。",
|
||||||
"bodyList": [
|
"bodyList": [
|
||||||
@ -2651,6 +2758,7 @@ var events_c12a15a8_c380_4b28_8144_256cba95f760 =
|
|||||||
},
|
},
|
||||||
"name": "",
|
"name": "",
|
||||||
"time": 50,
|
"time": 50,
|
||||||
|
"wait": 2000,
|
||||||
"sound": "",
|
"sound": "",
|
||||||
"text": "但即便如此,这种事情还是会一再的出现。",
|
"text": "但即便如此,这种事情还是会一再的出现。",
|
||||||
"bodyList": [
|
"bodyList": [
|
||||||
@ -2671,6 +2779,7 @@ var events_c12a15a8_c380_4b28_8144_256cba95f760 =
|
|||||||
},
|
},
|
||||||
"name": "",
|
"name": "",
|
||||||
"time": 50,
|
"time": 50,
|
||||||
|
"wait": 2000,
|
||||||
"sound": "",
|
"sound": "",
|
||||||
"text": "说谎的女人和被骗的男人。",
|
"text": "说谎的女人和被骗的男人。",
|
||||||
"bodyList": [
|
"bodyList": [
|
||||||
@ -2691,6 +2800,7 @@ var events_c12a15a8_c380_4b28_8144_256cba95f760 =
|
|||||||
},
|
},
|
||||||
"name": "",
|
"name": "",
|
||||||
"time": 50,
|
"time": 50,
|
||||||
|
"wait": 2000,
|
||||||
"sound": "",
|
"sound": "",
|
||||||
"text": "在娼馆街,这是令人看到生厌的日常的风景。",
|
"text": "在娼馆街,这是令人看到生厌的日常的风景。",
|
||||||
"bodyList": [
|
"bodyList": [
|
||||||
@ -2711,6 +2821,7 @@ var events_c12a15a8_c380_4b28_8144_256cba95f760 =
|
|||||||
},
|
},
|
||||||
"name": "凯伊姆",
|
"name": "凯伊姆",
|
||||||
"time": 50,
|
"time": 50,
|
||||||
|
"wait": 2000,
|
||||||
"sound": "aiy310000110.mp3",
|
"sound": "aiy310000110.mp3",
|
||||||
"text": "「我要走了」",
|
"text": "「我要走了」",
|
||||||
"bodyList": [
|
"bodyList": [
|
||||||
@ -2731,6 +2842,7 @@ var events_c12a15a8_c380_4b28_8144_256cba95f760 =
|
|||||||
},
|
},
|
||||||
"name": "奥兹",
|
"name": "奥兹",
|
||||||
"time": 50,
|
"time": 50,
|
||||||
|
"wait": 2000,
|
||||||
"sound": "aiy350000220.mp3",
|
"sound": "aiy350000220.mp3",
|
||||||
"text": "「好的,下次再麻烦您」",
|
"text": "「好的,下次再麻烦您」",
|
||||||
"bodyList": [
|
"bodyList": [
|
||||||
@ -2751,6 +2863,7 @@ var events_c12a15a8_c380_4b28_8144_256cba95f760 =
|
|||||||
},
|
},
|
||||||
"name": "奥兹",
|
"name": "奥兹",
|
||||||
"time": 50,
|
"time": 50,
|
||||||
|
"wait": 2000,
|
||||||
"sound": "aiy350000230.mp3",
|
"sound": "aiy350000230.mp3",
|
||||||
"text": "「之后吉克先生会将谢礼交给您的」",
|
"text": "「之后吉克先生会将谢礼交给您的」",
|
||||||
"bodyList": [
|
"bodyList": [
|
||||||
@ -2771,6 +2884,7 @@ var events_c12a15a8_c380_4b28_8144_256cba95f760 =
|
|||||||
},
|
},
|
||||||
"name": "凯伊姆",
|
"name": "凯伊姆",
|
||||||
"time": 50,
|
"time": 50,
|
||||||
|
"wait": 2000,
|
||||||
"sound": "aiy310000120.mp3",
|
"sound": "aiy310000120.mp3",
|
||||||
"text": "「啊啊」",
|
"text": "「啊啊」",
|
||||||
"bodyList": [
|
"bodyList": [
|
||||||
@ -2791,6 +2905,7 @@ var events_c12a15a8_c380_4b28_8144_256cba95f760 =
|
|||||||
},
|
},
|
||||||
"name": "",
|
"name": "",
|
||||||
"time": 50,
|
"time": 50,
|
||||||
|
"wait": 2000,
|
||||||
"sound": "",
|
"sound": "",
|
||||||
"text": "我背向奥兹走出娼馆。",
|
"text": "我背向奥兹走出娼馆。",
|
||||||
"bodyList": [
|
"bodyList": [
|
||||||
@ -2815,6 +2930,7 @@ var events_c12a15a8_c380_4b28_8144_256cba95f760 =
|
|||||||
},
|
},
|
||||||
"name": "凯伊姆",
|
"name": "凯伊姆",
|
||||||
"time": 50,
|
"time": 50,
|
||||||
|
"wait": 2000,
|
||||||
"sound": "",
|
"sound": "",
|
||||||
"text": "「······?」",
|
"text": "「······?」",
|
||||||
"bodyList": [
|
"bodyList": [
|
||||||
@ -2842,6 +2958,7 @@ var events_c12a15a8_c380_4b28_8144_256cba95f760 =
|
|||||||
},
|
},
|
||||||
"name": "",
|
"name": "",
|
||||||
"time": 50,
|
"time": 50,
|
||||||
|
"wait": 2000,
|
||||||
"sound": "",
|
"sound": "",
|
||||||
"text": "从远方传来微弱的歌声。",
|
"text": "从远方传来微弱的歌声。",
|
||||||
"bodyList": [
|
"bodyList": [
|
||||||
@ -2862,6 +2979,7 @@ var events_c12a15a8_c380_4b28_8144_256cba95f760 =
|
|||||||
},
|
},
|
||||||
"name": "",
|
"name": "",
|
||||||
"time": 50,
|
"time": 50,
|
||||||
|
"wait": 2000,
|
||||||
"sound": "",
|
"sound": "",
|
||||||
"text": "是关卡广场的方向。",
|
"text": "是关卡广场的方向。",
|
||||||
"bodyList": [
|
"bodyList": [
|
||||||
@ -2882,6 +3000,7 @@ var events_c12a15a8_c380_4b28_8144_256cba95f760 =
|
|||||||
},
|
},
|
||||||
"name": "",
|
"name": "",
|
||||||
"time": 50,
|
"time": 50,
|
||||||
|
"wait": 2000,
|
||||||
"sound": "",
|
"sound": "",
|
||||||
"text": "对了。",
|
"text": "对了。",
|
||||||
"bodyList": [
|
"bodyList": [
|
||||||
@ -2902,6 +3021,7 @@ var events_c12a15a8_c380_4b28_8144_256cba95f760 =
|
|||||||
},
|
},
|
||||||
"name": "",
|
"name": "",
|
||||||
"time": 50,
|
"time": 50,
|
||||||
|
"wait": 2000,
|
||||||
"sound": "",
|
"sound": "",
|
||||||
"text": "今天有觐见圣女的仪式。",
|
"text": "今天有觐见圣女的仪式。",
|
||||||
"bodyList": [
|
"bodyList": [
|
||||||
@ -2922,6 +3042,7 @@ var events_c12a15a8_c380_4b28_8144_256cba95f760 =
|
|||||||
},
|
},
|
||||||
"name": "",
|
"name": "",
|
||||||
"time": 50,
|
"time": 50,
|
||||||
|
"wait": 2000,
|
||||||
"sound": "",
|
"sound": "",
|
||||||
"text": "当代的圣女伊莲——",
|
"text": "当代的圣女伊莲——",
|
||||||
"bodyList": [
|
"bodyList": [
|
||||||
@ -2942,6 +3063,7 @@ var events_c12a15a8_c380_4b28_8144_256cba95f760 =
|
|||||||
},
|
},
|
||||||
"name": "",
|
"name": "",
|
||||||
"time": 50,
|
"time": 50,
|
||||||
|
"wait": 2000,
|
||||||
"sound": "",
|
"sound": "",
|
||||||
"text": "俗称《盲眼之圣女》,据说即使在历代的圣女中,人气也是数一数二的。",
|
"text": "俗称《盲眼之圣女》,据说即使在历代的圣女中,人气也是数一数二的。",
|
||||||
"bodyList": [
|
"bodyList": [
|
||||||
@ -2962,6 +3084,7 @@ var events_c12a15a8_c380_4b28_8144_256cba95f760 =
|
|||||||
},
|
},
|
||||||
"name": "",
|
"name": "",
|
||||||
"time": 50,
|
"time": 50,
|
||||||
|
"wait": 2000,
|
||||||
"sound": "",
|
"sound": "",
|
||||||
"text": "广场上的人估计相当多吧。",
|
"text": "广场上的人估计相当多吧。",
|
||||||
"bodyList": [
|
"bodyList": [
|
||||||
@ -2982,6 +3105,7 @@ var events_c12a15a8_c380_4b28_8144_256cba95f760 =
|
|||||||
},
|
},
|
||||||
"name": "",
|
"name": "",
|
||||||
"time": 50,
|
"time": 50,
|
||||||
|
"wait": 2000,
|
||||||
"sound": "",
|
"sound": "",
|
||||||
"text": "虽然我也想去看看她长什么样,不过要在人潮中挤来挤去就免了。",
|
"text": "虽然我也想去看看她长什么样,不过要在人潮中挤来挤去就免了。",
|
||||||
"bodyList": [
|
"bodyList": [
|
||||||
@ -3002,6 +3126,7 @@ var events_c12a15a8_c380_4b28_8144_256cba95f760 =
|
|||||||
},
|
},
|
||||||
"name": "",
|
"name": "",
|
||||||
"time": 50,
|
"time": 50,
|
||||||
|
"wait": 2000,
|
||||||
"sound": "",
|
"sound": "",
|
||||||
"text": "还是老老实实去菲诺列塔喝烧酒吧。",
|
"text": "还是老老实实去菲诺列塔喝烧酒吧。",
|
||||||
"bodyList": [
|
"bodyList": [
|
||||||
@ -3022,6 +3147,7 @@ var events_c12a15a8_c380_4b28_8144_256cba95f760 =
|
|||||||
},
|
},
|
||||||
"name": "",
|
"name": "",
|
||||||
"time": 50,
|
"time": 50,
|
||||||
|
"wait": 2000,
|
||||||
"sound": "",
|
"sound": "",
|
||||||
"text": "正当我这样想着的时候,一个身影自小巷的那头走来。",
|
"text": "正当我这样想着的时候,一个身影自小巷的那头走来。",
|
||||||
"bodyList": [
|
"bodyList": [
|
||||||
@ -3049,6 +3175,7 @@ var events_c12a15a8_c380_4b28_8144_256cba95f760 =
|
|||||||
},
|
},
|
||||||
"name": "凯伊姆",
|
"name": "凯伊姆",
|
||||||
"time": 50,
|
"time": 50,
|
||||||
|
"wait": 2000,
|
||||||
"sound": "",
|
"sound": "",
|
||||||
"text": "「艾莉斯」",
|
"text": "「艾莉斯」",
|
||||||
"bodyList": [
|
"bodyList": [
|
||||||
|
@ -2512,9 +2512,9 @@ var plugins_bb40132b_638b_4a9f_b028_d3fe47acc8d1 =
|
|||||||
(obj.clientWidth - obj.totalWidth) / 2 + "px";
|
(obj.clientWidth - obj.totalWidth) / 2 + "px";
|
||||||
core.dom.musicBtn.style.bottom =
|
core.dom.musicBtn.style.bottom =
|
||||||
(obj.clientHeight - obj.totalHeight) / 2 - 27 + "px";
|
(obj.clientHeight - obj.totalHeight) / 2 - 27 + "px";
|
||||||
let startBackground = core.domStyle.isVertical
|
let startBackground = core.domStyle.isVertical ?
|
||||||
? main.styles.startVerticalBackground || main.styles.startBackground
|
main.styles.startVerticalBackground || main.styles.startBackground :
|
||||||
: main.styles.startBackground;
|
main.styles.startBackground;
|
||||||
if (main.dom.startBackground.getAttribute("__src__") != startBackground) {
|
if (main.dom.startBackground.getAttribute("__src__") != startBackground) {
|
||||||
main.dom.startBackground.setAttribute("__src__", startBackground);
|
main.dom.startBackground.setAttribute("__src__", startBackground);
|
||||||
main.dom.startBackground.src = startBackground;
|
main.dom.startBackground.src = startBackground;
|
||||||
@ -2538,12 +2538,12 @@ var plugins_bb40132b_638b_4a9f_b028_d3fe47acc8d1 =
|
|||||||
main.dom.outerBackground.style.height = obj.totalHeight + "px";
|
main.dom.outerBackground.style.height = obj.totalHeight + "px";
|
||||||
main.dom.outerUI.style.width = obj.totalWidth + "px";
|
main.dom.outerUI.style.width = obj.totalWidth + "px";
|
||||||
main.dom.outerUI.style.height = obj.totalHeight + "px";
|
main.dom.outerUI.style.height = obj.totalHeight + "px";
|
||||||
main.dom.CGUI.style.width = obj.totalWidth + "px";
|
main.dom.CGUI.style.width = (obj.totalWidth + 3) + "px";
|
||||||
main.dom.CGUI.style.height = obj.totalHeight + "px";
|
main.dom.CGUI.style.height = (obj.totalHeight + 3) + "px";
|
||||||
main.dom.cgText.style.width = obj.totalWidth + "px";
|
main.dom.cgText.style.width = (obj.totalWidth + 3) + "px";
|
||||||
main.dom.cgText.style.height = obj.totalHeight + "px";
|
main.dom.cgText.style.height = (obj.totalHeight + 3) + "px";
|
||||||
main.dom.over.style.width = obj.totalWidth + "px";
|
main.dom.over.style.width = (obj.totalWidth + 3) + "px";
|
||||||
main.dom.over.style.height = obj.totalHeight + "px";
|
main.dom.over.style.height = (obj.totalHeight + 3) + "px";
|
||||||
|
|
||||||
const innerSize = obj.canvasWidth * core.domStyle.scale + "px";
|
const innerSize = obj.canvasWidth * core.domStyle.scale + "px";
|
||||||
for (let i = 0; i < core.dom.gameCanvas.length; ++i)
|
for (let i = 0; i < core.dom.gameCanvas.length; ++i)
|
||||||
@ -2560,9 +2560,9 @@ var plugins_bb40132b_638b_4a9f_b028_d3fe47acc8d1 =
|
|||||||
obj.gameDrawBox.left * core.domStyle.scale + "px";
|
obj.gameDrawBox.left * core.domStyle.scale + "px";
|
||||||
// resize bigmap
|
// resize bigmap
|
||||||
core.bigmap.canvas.forEach(function (cn) {
|
core.bigmap.canvas.forEach(function (cn) {
|
||||||
const ratio = core.canvas[cn].canvas.hasAttribute("isHD")
|
const ratio = core.canvas[cn].canvas.hasAttribute("isHD") ?
|
||||||
? core.domStyle.ratio
|
core.domStyle.ratio :
|
||||||
: 1;
|
1;
|
||||||
core.canvas[cn].canvas.style.width =
|
core.canvas[cn].canvas.style.width =
|
||||||
(innerSize / ratio) * core.domStyle.scale + "px";
|
(innerSize / ratio) * core.domStyle.scale + "px";
|
||||||
core.canvas[cn].canvas.style.height =
|
core.canvas[cn].canvas.style.height =
|
||||||
@ -2649,12 +2649,12 @@ var plugins_bb40132b_638b_4a9f_b028_d3fe47acc8d1 =
|
|||||||
const isVertical = clientHeight > clientWidth;
|
const isVertical = clientHeight > clientWidth;
|
||||||
core.domStyle.isVertical = isVertical;
|
core.domStyle.isVertical = isVertical;
|
||||||
|
|
||||||
const totalWidth = isVertical
|
const totalWidth = isVertical ?
|
||||||
? GAMEVIEW_WIDTH_VERTICAL / 3
|
GAMEVIEW_WIDTH_VERTICAL / 3 :
|
||||||
: GAMEVIEW_WIDTH / 3,
|
GAMEVIEW_WIDTH / 3,
|
||||||
totalHeight = isVertical
|
totalHeight = isVertical ?
|
||||||
? GAMEVIEW_HEIGHT_VERTICAL / 3
|
GAMEVIEW_HEIGHT_VERTICAL / 3 :
|
||||||
: GAMEVIEW_HEIGHT / 3;
|
GAMEVIEW_HEIGHT / 3;
|
||||||
|
|
||||||
const maxRatio = Math.min(
|
const maxRatio = Math.min(
|
||||||
clientWidth / totalWidth,
|
clientWidth / totalWidth,
|
||||||
@ -2682,12 +2682,10 @@ var plugins_bb40132b_638b_4a9f_b028_d3fe47acc8d1 =
|
|||||||
const totalWidthScaled = totalWidth * core.domStyle.scale,
|
const totalWidthScaled = totalWidth * core.domStyle.scale,
|
||||||
totalHeightScaled = totalHeight * core.domStyle.scale;
|
totalHeightScaled = totalHeight * core.domStyle.scale;
|
||||||
|
|
||||||
const gameDrawBox = isVertical
|
const gameDrawBox = isVertical ? {
|
||||||
? {
|
|
||||||
left: BORDER_WIDTH / 3,
|
left: BORDER_WIDTH / 3,
|
||||||
top: BAR_HEIGHT_VERTICAL / 3 + BORDER_HEIGHT / 3,
|
top: BAR_HEIGHT_VERTICAL / 3 + BORDER_HEIGHT / 3,
|
||||||
}
|
} : { left: BAR_WIDTH / 3 + BORDER_WIDTH / 3, top: BORDER_HEIGHT / 3 };
|
||||||
: { left: BAR_WIDTH / 3 + BORDER_WIDTH / 3, top: BORDER_HEIGHT / 3 };
|
|
||||||
|
|
||||||
const obj = {
|
const obj = {
|
||||||
clientWidth: clientWidth,
|
clientWidth: clientWidth,
|
||||||
@ -2696,8 +2694,7 @@ var plugins_bb40132b_638b_4a9f_b028_d3fe47acc8d1 =
|
|||||||
totalWidth: totalWidthScaled,
|
totalWidth: totalWidthScaled,
|
||||||
totalHeight: totalHeightScaled,
|
totalHeight: totalHeightScaled,
|
||||||
gameDrawBox: gameDrawBox,
|
gameDrawBox: gameDrawBox,
|
||||||
globalAttribute:
|
globalAttribute: core.status.globalAttribute || core.initStatus.globalAttribute,
|
||||||
core.status.globalAttribute || core.initStatus.globalAttribute,
|
|
||||||
};
|
};
|
||||||
|
|
||||||
_resize_gameGroup(obj);
|
_resize_gameGroup(obj);
|
||||||
@ -2984,12 +2981,12 @@ var plugins_bb40132b_638b_4a9f_b028_d3fe47acc8d1 =
|
|||||||
}
|
}
|
||||||
|
|
||||||
_update_map(floorId = core.status.floorId) {
|
_update_map(floorId = core.status.floorId) {
|
||||||
const x = core.domStyle.isVertical
|
const x = core.domStyle.isVertical ?
|
||||||
? MAP_BLOCK_LEFT_VERTICAL
|
MAP_BLOCK_LEFT_VERTICAL :
|
||||||
: MAP_BLOCK_LEFT;
|
MAP_BLOCK_LEFT;
|
||||||
const y = core.domStyle.isVertical
|
const y = core.domStyle.isVertical ?
|
||||||
? MAP_BLOCK_TOP_VERTICAL
|
MAP_BLOCK_TOP_VERTICAL :
|
||||||
: MAP_BLOCK_TOP;
|
MAP_BLOCK_TOP;
|
||||||
const w = core.domStyle.isVertical ? 300 : 300;
|
const w = core.domStyle.isVertical ? 300 : 300;
|
||||||
const h = core.domStyle.isVertical ? 300 : 300;
|
const h = core.domStyle.isVertical ? 300 : 300;
|
||||||
let sx, sy;
|
let sx, sy;
|
||||||
@ -3343,12 +3340,10 @@ var plugins_bb40132b_638b_4a9f_b028_d3fe47acc8d1 =
|
|||||||
this._update_infoWindow();
|
this._update_infoWindow();
|
||||||
}
|
}
|
||||||
_update_toolBox() {
|
_update_toolBox() {
|
||||||
const tools = core.isReplaying()
|
const tools = core.isReplaying() ? [
|
||||||
? [
|
|
||||||
[core.status.replay.pausing ? "play" : "pause", "stop", "rewind"],
|
[core.status.replay.pausing ? "play" : "pause", "stop", "rewind"],
|
||||||
["speedDown", "speedUp", "save"],
|
["speedDown", "speedUp", "save"],
|
||||||
]
|
] : [
|
||||||
: [
|
|
||||||
["keyboard", "shop", "pack", "T332"],
|
["keyboard", "shop", "pack", "T332"],
|
||||||
["settings", "save", "load", "T331"],
|
["settings", "save", "load", "T331"],
|
||||||
];
|
];
|
||||||
@ -3433,7 +3428,10 @@ var plugins_bb40132b_638b_4a9f_b028_d3fe47acc8d1 =
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
const inRect = ([x, y], [[sx, sy], [dx, dy]]) => {
|
const inRect = ([x, y], [
|
||||||
|
[sx, sy],
|
||||||
|
[dx, dy]
|
||||||
|
]) => {
|
||||||
return sx <= x && x <= dx && sy <= y && y <= dy;
|
return sx <= x && x <= dx && sy <= y && y <= dy;
|
||||||
};
|
};
|
||||||
const relativeTo = ([x, y], [ax, ay]) => {
|
const relativeTo = ([x, y], [ax, ay]) => {
|
||||||
@ -3584,7 +3582,7 @@ var plugins_bb40132b_638b_4a9f_b028_d3fe47acc8d1 =
|
|||||||
core.clearMap("outerUI");
|
core.clearMap("outerUI");
|
||||||
};
|
};
|
||||||
// init() called in `afterLoadResources`.
|
// init() called in `afterLoadResources`.
|
||||||
},
|
},
|
||||||
"override": function () {
|
"override": function () {
|
||||||
core.statusBar.icons = {
|
core.statusBar.icons = {
|
||||||
floor: 0,
|
floor: 0,
|
||||||
@ -4899,9 +4897,9 @@ var plugins_bb40132b_638b_4a9f_b028_d3fe47acc8d1 =
|
|||||||
|
|
||||||
var itembar_right = rightArrow_right;
|
var itembar_right = rightArrow_right;
|
||||||
var boxName =
|
var boxName =
|
||||||
core.status.event.id == "toolbox"
|
core.status.event.id == "toolbox" ?
|
||||||
? "\r[yellow]道具栏\r | 装备栏"
|
"\r[yellow]道具栏\r | 装备栏" :
|
||||||
: "道具栏 | \r[yellow]装备栏\r";
|
"道具栏 | \r[yellow]装备栏\r";
|
||||||
core.drawArrow(
|
core.drawArrow(
|
||||||
ctx,
|
ctx,
|
||||||
arrow_x + arrow_width,
|
arrow_x + arrow_width,
|
||||||
@ -5248,8 +5246,7 @@ var plugins_bb40132b_638b_4a9f_b028_d3fe47acc8d1 =
|
|||||||
color: "white",
|
color: "white",
|
||||||
align: "left",
|
align: "left",
|
||||||
fontSize: itemTextFontSize,
|
fontSize: itemTextFontSize,
|
||||||
maxWidth:
|
maxWidth: rightbar_width - (itemText_x - rightbar_x) * 2 + itemTextFontSize / 2,
|
||||||
rightbar_width - (itemText_x - rightbar_x) * 2 + itemTextFontSize / 2,
|
|
||||||
});
|
});
|
||||||
|
|
||||||
///// *** 退出按钮设置
|
///// *** 退出按钮设置
|
||||||
@ -5357,9 +5354,9 @@ var plugins_bb40132b_638b_4a9f_b028_d3fe47acc8d1 =
|
|||||||
if (i === 1) name = "副手";
|
if (i === 1) name = "副手";
|
||||||
var selectBorder = false;
|
var selectBorder = false;
|
||||||
if (core.status.thisUIEventInfo.select.type == i) selectBorder = true;
|
if (core.status.thisUIEventInfo.select.type == i) selectBorder = true;
|
||||||
var borderStyle = selectBorder
|
var borderStyle = selectBorder ?
|
||||||
? box_selectBorderStyle
|
box_selectBorderStyle :
|
||||||
: box_borderStyle;
|
box_borderStyle;
|
||||||
core.drawEquipbox_drawOne(
|
core.drawEquipbox_drawOne(
|
||||||
ctx,
|
ctx,
|
||||||
name,
|
name,
|
||||||
@ -6189,7 +6186,7 @@ var plugins_bb40132b_638b_4a9f_b028_d3fe47acc8d1 =
|
|||||||
core.registerReplayAction("item", core.control._replayAction_item);
|
core.registerReplayAction("item", core.control._replayAction_item);
|
||||||
core.registerReplayAction("equip", core.control._replayAction_equip);
|
core.registerReplayAction("equip", core.control._replayAction_equip);
|
||||||
core.registerReplayAction("unEquip", core.control._replayAction_unEquip);
|
core.registerReplayAction("unEquip", core.control._replayAction_unEquip);
|
||||||
},
|
},
|
||||||
"技能树": function () {
|
"技能树": function () {
|
||||||
// 在此增加新插件
|
// 在此增加新插件
|
||||||
//
|
//
|
||||||
@ -11954,7 +11951,10 @@ var plugins_bb40132b_638b_4a9f_b028_d3fe47acc8d1 =
|
|||||||
[x + w, y + h],
|
[x + w, y + h],
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
const inRect = ([x, y], [[sx, sy], [dx, dy]]) => {
|
const inRect = ([x, y], [
|
||||||
|
[sx, sy],
|
||||||
|
[dx, dy]
|
||||||
|
]) => {
|
||||||
return sx <= x && x <= dx && sy <= y && y <= dy;
|
return sx <= x && x <= dx && sy <= y && y <= dy;
|
||||||
};
|
};
|
||||||
const pos = [px, py];
|
const pos = [px, py];
|
||||||
@ -12408,7 +12408,7 @@ var plugins_bb40132b_638b_4a9f_b028_d3fe47acc8d1 =
|
|||||||
CGUI.style.display = "block";
|
CGUI.style.display = "block";
|
||||||
main.core.ui.CG.update();
|
main.core.ui.CG.update();
|
||||||
};
|
};
|
||||||
},
|
},
|
||||||
"光标设置": function () {
|
"光标设置": function () {
|
||||||
// 在此增加新插件
|
// 在此增加新插件
|
||||||
this.changeMouse = function (
|
this.changeMouse = function (
|
||||||
@ -12544,7 +12544,7 @@ var plugins_bb40132b_638b_4a9f_b028_d3fe47acc8d1 =
|
|||||||
if (!core.status.pop) core.status.pop = [data];
|
if (!core.status.pop) core.status.pop = [data];
|
||||||
else core.status.pop.push(data);
|
else core.status.pop.push(data);
|
||||||
};
|
};
|
||||||
},
|
},
|
||||||
"warning": function () {
|
"warning": function () {
|
||||||
// 在此增加新插件
|
// 在此增加新插件
|
||||||
// 默认音效名
|
// 默认音效名
|
||||||
@ -13423,8 +13423,8 @@ var plugins_bb40132b_638b_4a9f_b028_d3fe47acc8d1 =
|
|||||||
|
|
||||||
this.over = function (
|
this.over = function (
|
||||||
image,
|
image,
|
||||||
time = 3000,
|
time = 100,
|
||||||
hidetime = 100,
|
hidetime = 30,
|
||||||
sound = "",
|
sound = "",
|
||||||
textColor = "#FFFFFF",
|
textColor = "#FFFFFF",
|
||||||
boldColor = "#000000",
|
boldColor = "#000000",
|
||||||
@ -13436,130 +13436,115 @@ var plugins_bb40132b_638b_4a9f_b028_d3fe47acc8d1 =
|
|||||||
}
|
}
|
||||||
const img = core.material.images.images?.[image];
|
const img = core.material.images.images?.[image];
|
||||||
over.style.display = "block";
|
over.style.display = "block";
|
||||||
let globalAlpha = 0;
|
let frame = 0
|
||||||
core.registerAnimationFrame("overshow", true, () => {
|
let sod = 0;
|
||||||
|
core.registerAnimationFrame("over", true, () => {
|
||||||
|
|
||||||
core.clearMap(ctx);
|
core.clearMap(ctx);
|
||||||
if (core.domStyle.isVertical) {
|
if (core.domStyle.isVertical) {
|
||||||
ctx.canvas.width = 1248;
|
ctx.canvas.width = 416 * 3;
|
||||||
ctx.canvas.height = 2028;
|
ctx.canvas.height = 676 * 3;
|
||||||
ctx.save(); //保存设置
|
ctx.save(); //保存设置
|
||||||
ctx.translate(1248, 0); //重新定位右上角为基准
|
ctx.translate(416 * 3, 0); //重新定位右上角为基准
|
||||||
ctx.rotate(Math.PI / 2); //旋转90度
|
ctx.rotate(Math.PI / 2); //旋转90度
|
||||||
} else {
|
} else {
|
||||||
ctx.canvas.width = 2028;
|
ctx.canvas.width = 676 * 3;
|
||||||
ctx.canvas.height = 1248;
|
ctx.canvas.height = 416 * 3;
|
||||||
}
|
}
|
||||||
ctx.globalAlpha = 1;
|
ctx.globalAlpha = 1;
|
||||||
|
|
||||||
if (img) {
|
if (img) {
|
||||||
//绘制背景
|
//绘制背景
|
||||||
ctx.drawImage(img, 0, 0, 2028, 1248);
|
ctx.drawImage(img, 0, 0, 676 * 3, 416 * 3);
|
||||||
} else {
|
} else {
|
||||||
core.fillRect(ctx, 0, 0, 2028, 1248);
|
core.fillRect(ctx, 0, 0, 676 * 3, 416 * 3);
|
||||||
}
|
}
|
||||||
globalAlpha++;
|
frame++;
|
||||||
ctx.globalAlpha = globalAlpha / hidetime;
|
// 绘制
|
||||||
|
if (frame <= hidetime) core.setAlpha(ctx, 1 - (hidetime - frame) / hidetime);
|
||||||
|
if (frame > hidetime && frame <= hidetime + time) ctx.globalAlpha = 1;
|
||||||
|
if (frame > hidetime + time && frame <= hidetime * 2 + time) core.setAlpha(ctx, 1 - (frame - hidetime - time) / hidetime);
|
||||||
|
const lisen = sound && core.material.sounds[sound] && core.musicStatus.soundStatus;
|
||||||
|
if (frame == hidetime && lisen) {
|
||||||
|
sod = core.playSound(sound)
|
||||||
|
}
|
||||||
|
if (frame > hidetime * 2 + time) {
|
||||||
|
core.unregisterAnimationFrame("over")
|
||||||
|
ctx.restore();
|
||||||
|
over.style.display = "none";
|
||||||
|
core.stopSound(sod)
|
||||||
|
core.doAction()
|
||||||
|
return
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
core.setTextAlign(ctx, "center");
|
core.setTextAlign(ctx, "center");
|
||||||
core.fillBoldText(ctx, text, 1014, 624, textColor, boldColor, 6, font);
|
core.fillBoldText(ctx, text, 1014, 624, textColor, boldColor, 6, font);
|
||||||
|
|
||||||
ctx.restore();
|
ctx.restore();
|
||||||
if (globalAlpha >= hidetime) {
|
})
|
||||||
core.unregisterAnimationFrame("overshow");
|
}
|
||||||
if (
|
|
||||||
sound &&
|
|
||||||
core.material.sounds[sound] &&
|
this.overlist = function (
|
||||||
core.musicStatus.soundStatus
|
image,
|
||||||
|
time = 100,
|
||||||
|
hidetime = 30,
|
||||||
|
font = "bold 48px Verdana",
|
||||||
|
list = [{ text: "", sound: "", textColor: "#FFFFFF", boldColor: "#000000", font: "bold 48px Verdana", frame: 0 }]
|
||||||
) {
|
) {
|
||||||
core.playSound(sound, null, () => {
|
if (!core.isPlaying()) {
|
||||||
core.registerAnimationFrame("overhide", true, () => {
|
return core.doAction();
|
||||||
|
}
|
||||||
|
const img = core.material.images.images?.[image];
|
||||||
|
over.style.display = "block";
|
||||||
|
let sod = 0;
|
||||||
|
core.registerAnimationFrame("overlist", true, () => {
|
||||||
|
|
||||||
core.clearMap(ctx);
|
core.clearMap(ctx);
|
||||||
if (core.domStyle.isVertical) {
|
if (core.domStyle.isVertical) {
|
||||||
ctx.canvas.width = 1248;
|
ctx.canvas.width = 416 * 3;
|
||||||
ctx.canvas.height = 2028;
|
ctx.canvas.height = 676 * 3;
|
||||||
ctx.save(); //保存设置
|
ctx.save(); //保存设置
|
||||||
ctx.translate(1248, 0); //重新定位右上角为基准
|
ctx.translate(416 * 3, 0); //重新定位右上角为基准
|
||||||
ctx.rotate(Math.PI / 2); //旋转90度
|
ctx.rotate(Math.PI / 2); //旋转90度
|
||||||
} else {
|
} else {
|
||||||
ctx.canvas.width = 2028;
|
ctx.canvas.width = 676 * 3;
|
||||||
ctx.canvas.height = 1248;
|
ctx.canvas.height = 416 * 3;
|
||||||
}
|
}
|
||||||
ctx.globalAlpha = 1;
|
ctx.globalAlpha = 1;
|
||||||
if (img) {
|
if (img) {
|
||||||
//绘制背景
|
//绘制背景
|
||||||
ctx.drawImage(img, 0, 0, 2028, 1248);
|
ctx.drawImage(img, 0, 0, 676 * 3, 416 * 3);
|
||||||
} else {
|
} else {
|
||||||
core.fillRect(ctx, 0, 0, 2028, 1248);
|
core.fillRect(ctx, 0, 0, 676 * 3, 416 * 3);
|
||||||
}
|
}
|
||||||
globalAlpha--;
|
|
||||||
ctx.globalAlpha = globalAlpha / hidetime;
|
frame++;
|
||||||
|
// 绘制
|
||||||
|
if (frame <= hidetime) core.setAlpha(ctx, 1 - (hidetime - frame) / hidetime);
|
||||||
|
if (frame > hidetime && frame <= hidetime + time) ctx.globalAlpha = 1;
|
||||||
|
if (frame > hidetime + time && frame <= hidetime * 2 + time) core.setAlpha(ctx, 1 - (frame - hidetime - time) / hidetime);
|
||||||
|
const lisen = sound && core.material.sounds[sound] && core.musicStatus.soundStatus;
|
||||||
|
if (frame == hidetime && lisen) {
|
||||||
|
sod = core.playSound(sound)
|
||||||
|
}
|
||||||
|
if (frame > hidetime * 2 + time) {
|
||||||
|
core.unregisterAnimationFrame("over")
|
||||||
|
ctx.restore();
|
||||||
|
over.style.display = "none";
|
||||||
|
core.stopSound(sod)
|
||||||
|
core.doAction()
|
||||||
|
return
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
core.setTextAlign(ctx, "center");
|
core.setTextAlign(ctx, "center");
|
||||||
core.fillBoldText(
|
core.fillBoldText(ctx, text, 1014, 624, textColor, boldColor, 6, font);
|
||||||
ctx,
|
|
||||||
text,
|
|
||||||
1014,
|
|
||||||
624,
|
|
||||||
textColor,
|
|
||||||
boldColor,
|
|
||||||
6,
|
|
||||||
font
|
|
||||||
);
|
|
||||||
|
|
||||||
ctx.restore();
|
ctx.restore();
|
||||||
if (globalAlpha <= 0) {
|
})
|
||||||
over.style.display = "none";
|
|
||||||
core.unregisterAnimationFrame("overhide");
|
|
||||||
core.doAction();
|
|
||||||
}
|
}
|
||||||
});
|
|
||||||
});
|
|
||||||
} else {
|
|
||||||
setTimeout(() => {
|
|
||||||
core.registerAnimationFrame("overhide", true, () => {
|
|
||||||
core.clearMap(ctx);
|
|
||||||
if (core.domStyle.isVertical) {
|
|
||||||
ctx.canvas.width = 1248;
|
|
||||||
ctx.canvas.height = 2028;
|
|
||||||
ctx.save(); //保存设置
|
|
||||||
ctx.translate(1248, 0); //重新定位右上角为基准
|
|
||||||
ctx.rotate(Math.PI / 2); //旋转90度
|
|
||||||
} else {
|
|
||||||
ctx.canvas.width = 2028;
|
|
||||||
ctx.canvas.height = 1248;
|
|
||||||
}
|
|
||||||
ctx.globalAlpha = 1;
|
|
||||||
if (img) {
|
|
||||||
//绘制背景
|
|
||||||
ctx.drawImage(img, 0, 0, 2028, 1248);
|
|
||||||
} else {
|
|
||||||
core.fillRect(ctx, 0, 0, 2028, 1248);
|
|
||||||
}
|
|
||||||
globalAlpha--;
|
|
||||||
ctx.globalAlpha = globalAlpha / hidetime;
|
|
||||||
core.setTextAlign(ctx, "center");
|
|
||||||
core.fillBoldText(
|
|
||||||
ctx,
|
|
||||||
text,
|
|
||||||
1014,
|
|
||||||
624,
|
|
||||||
textColor,
|
|
||||||
boldColor,
|
|
||||||
6,
|
|
||||||
font
|
|
||||||
);
|
|
||||||
|
|
||||||
ctx.restore();
|
|
||||||
|
|
||||||
if (globalAlpha <= 0) {
|
|
||||||
over.style.display = "none";
|
|
||||||
core.unregisterAnimationFrame("overhide");
|
|
||||||
core.doAction();
|
|
||||||
}
|
|
||||||
});
|
|
||||||
}, time);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
});
|
|
||||||
};
|
|
||||||
this.changebg = function (img1, img2, time, style) {
|
this.changebg = function (img1, img2, time, style) {
|
||||||
let globalAlpha1 = 0;
|
let globalAlpha1 = 0;
|
||||||
let globalAlpha2 = time;
|
let globalAlpha2 = time;
|
||||||
@ -13572,20 +13557,20 @@ var plugins_bb40132b_638b_4a9f_b028_d3fe47acc8d1 =
|
|||||||
core.clearMap(ctx);
|
core.clearMap(ctx);
|
||||||
if (core.domStyle.isVertical) {
|
if (core.domStyle.isVertical) {
|
||||||
ctx.canvas.width = 1248;
|
ctx.canvas.width = 1248;
|
||||||
ctx.canvas.height = 2028;
|
ctx.canvas.height = 676 * 3;
|
||||||
ctx.save(); //保存设置
|
ctx.save(); //保存设置
|
||||||
ctx.translate(1248, 0); //重新定位右上角为基准
|
ctx.translate(1248, 0); //重新定位右上角为基准
|
||||||
ctx.rotate(Math.PI / 2); //旋转90度
|
ctx.rotate(Math.PI / 2); //旋转90度
|
||||||
} else {
|
} else {
|
||||||
ctx.canvas.width = 2028;
|
ctx.canvas.width = 676 * 3;
|
||||||
ctx.canvas.height = 1248;
|
ctx.canvas.height = 1248;
|
||||||
}
|
}
|
||||||
ctx.globalAlpha = globalAlpha1 / time;
|
ctx.globalAlpha = globalAlpha1 / time;
|
||||||
if (img2) {
|
if (img2) {
|
||||||
//绘制背景
|
//绘制背景
|
||||||
ctx.drawImage(img2, 0, 0, 2028, 1248);
|
ctx.drawImage(img2, 0, 0, 676 * 3, 1248);
|
||||||
} else {
|
} else {
|
||||||
core.fillRect(ctx, 0, 0, 2028, 1248);
|
core.fillRect(ctx, 0, 0, 676 * 3, 1248);
|
||||||
}
|
}
|
||||||
globalAlpha1++;
|
globalAlpha1++;
|
||||||
ctx.restore();
|
ctx.restore();
|
||||||
@ -13602,20 +13587,20 @@ var plugins_bb40132b_638b_4a9f_b028_d3fe47acc8d1 =
|
|||||||
core.clearMap(ctx);
|
core.clearMap(ctx);
|
||||||
if (core.domStyle.isVertical) {
|
if (core.domStyle.isVertical) {
|
||||||
ctx.canvas.width = 1248;
|
ctx.canvas.width = 1248;
|
||||||
ctx.canvas.height = 2028;
|
ctx.canvas.height = 676 * 3;
|
||||||
ctx.save(); //保存设置
|
ctx.save(); //保存设置
|
||||||
ctx.translate(1248, 0); //重新定位右上角为基准
|
ctx.translate(1248, 0); //重新定位右上角为基准
|
||||||
ctx.rotate(Math.PI / 2); //旋转90度
|
ctx.rotate(Math.PI / 2); //旋转90度
|
||||||
} else {
|
} else {
|
||||||
ctx.canvas.width = 2028;
|
ctx.canvas.width = 676 * 3;
|
||||||
ctx.canvas.height = 1248;
|
ctx.canvas.height = 1248;
|
||||||
}
|
}
|
||||||
ctx.globalAlpha = globalAlpha2 / time;
|
ctx.globalAlpha = globalAlpha2 / time;
|
||||||
if (img1) {
|
if (img1) {
|
||||||
//绘制背景
|
//绘制背景
|
||||||
ctx.drawImage(img1, 0, 0, 2028, 1248);
|
ctx.drawImage(img1, 0, 0, 676 * 3, 1248);
|
||||||
} else {
|
} else {
|
||||||
core.fillRect(ctx, 0, 0, 2028, 1248);
|
core.fillRect(ctx, 0, 0, 676 * 3, 1248);
|
||||||
}
|
}
|
||||||
globalAlpha2--;
|
globalAlpha2--;
|
||||||
ctx.restore();
|
ctx.restore();
|
||||||
@ -13632,29 +13617,29 @@ var plugins_bb40132b_638b_4a9f_b028_d3fe47acc8d1 =
|
|||||||
core.clearMap(ctx);
|
core.clearMap(ctx);
|
||||||
if (core.domStyle.isVertical) {
|
if (core.domStyle.isVertical) {
|
||||||
ctx.canvas.width = 1248;
|
ctx.canvas.width = 1248;
|
||||||
ctx.canvas.height = 2028;
|
ctx.canvas.height = 676 * 3;
|
||||||
ctx.save(); //保存设置
|
ctx.save(); //保存设置
|
||||||
ctx.translate(1248, 0); //重新定位右上角为基准
|
ctx.translate(1248, 0); //重新定位右上角为基准
|
||||||
ctx.rotate(Math.PI / 2); //旋转90度
|
ctx.rotate(Math.PI / 2); //旋转90度
|
||||||
} else {
|
} else {
|
||||||
ctx.canvas.width = 2028;
|
ctx.canvas.width = 676 * 3;
|
||||||
ctx.canvas.height = 1248;
|
ctx.canvas.height = 1248;
|
||||||
}
|
}
|
||||||
ctx.globalAlpha = 1;
|
ctx.globalAlpha = 1;
|
||||||
core.fillRect(ctx, 0, 0, 2028, 1248);
|
core.fillRect(ctx, 0, 0, 676 * 3, 1248);
|
||||||
ctx.globalAlpha = globalAlpha2 / time;
|
ctx.globalAlpha = globalAlpha2 / time;
|
||||||
if (img1) {
|
if (img1) {
|
||||||
//绘制背景
|
//绘制背景
|
||||||
ctx.drawImage(img1, 0, 0, 2028, 1248);
|
ctx.drawImage(img1, 0, 0, 676 * 3, 1248);
|
||||||
} else {
|
} else {
|
||||||
core.fillRect(ctx, 0, 0, 2028, 1248);
|
core.fillRect(ctx, 0, 0, 676 * 3, 1248);
|
||||||
}
|
}
|
||||||
ctx.globalAlpha = globalAlpha1 / time;
|
ctx.globalAlpha = globalAlpha1 / time;
|
||||||
if (img2) {
|
if (img2) {
|
||||||
//绘制背景
|
//绘制背景
|
||||||
ctx.drawImage(img2, 0, 0, 2028, 1248);
|
ctx.drawImage(img2, 0, 0, 676 * 3, 1248);
|
||||||
} else {
|
} else {
|
||||||
core.fillRect(ctx, 0, 0, 2028, 1248);
|
core.fillRect(ctx, 0, 0, 676 * 3, 1248);
|
||||||
}
|
}
|
||||||
globalAlpha2--;
|
globalAlpha2--;
|
||||||
globalAlpha1++;
|
globalAlpha1++;
|
||||||
@ -13669,7 +13654,7 @@ var plugins_bb40132b_638b_4a9f_b028_d3fe47acc8d1 =
|
|||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
},
|
},
|
||||||
"属性映射": function () {
|
"属性映射": function () {
|
||||||
// 在此增加新插件
|
// 在此增加新插件
|
||||||
this.statusEquip = function () {
|
this.statusEquip = function () {
|
||||||
|
Loading…
Reference in New Issue
Block a user