shichou台词修复
This commit is contained in:
parent
264e6f194b
commit
0b21409900
|
@ -4064,8 +4064,7 @@ const skills = {
|
||||||
"step 0";
|
"step 0";
|
||||||
player.give(cards, targets[0], "give");
|
player.give(cards, targets[0], "give");
|
||||||
"step 1";
|
"step 1";
|
||||||
if (targets[0].canCompare(targets[1])) targets[0].chooseToCompare(targets[1]);
|
targets[0].chooseToCompare(targets[1]);
|
||||||
else event.finish();
|
|
||||||
"step 2";
|
"step 2";
|
||||||
if (result.bool) {
|
if (result.bool) {
|
||||||
targets[1].loseHp();
|
targets[1].loseHp();
|
||||||
|
@ -7053,7 +7052,7 @@ const skills = {
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
shichou: {
|
shichou: {
|
||||||
//audio:1,
|
audio: 1,
|
||||||
skillAnimation: true,
|
skillAnimation: true,
|
||||||
animationColor: "orange",
|
animationColor: "orange",
|
||||||
unique: true,
|
unique: true,
|
||||||
|
|
|
@ -47,8 +47,7 @@ export default {
|
||||||
"#yj_liru:die": "如遇明主,大业必成……",
|
"#yj_liru:die": "如遇明主,大业必成……",
|
||||||
"#zhaolie1": "不灭东吴,誓不归蜀!",
|
"#zhaolie1": "不灭东吴,誓不归蜀!",
|
||||||
"#zhaolie2": "汝等勿劝,此战势在必行!",
|
"#zhaolie2": "汝等勿劝,此战势在必行!",
|
||||||
"#shichou1": "尔等叛贼,害我兄弟,饶不得汝!",
|
"#shichou": "尔等叛贼,害我兄弟,饶不得汝!",
|
||||||
"#shichou2": "尔等叛贼,害我兄弟,饶不得汝!",
|
|
||||||
"#dahe": "燕人张飞在此!",
|
"#dahe": "燕人张飞在此!",
|
||||||
"#fenyong1": "放手一搏吧!",
|
"#fenyong1": "放手一搏吧!",
|
||||||
"#fenyong2": "壮情豪胆,小伤何惧!",
|
"#fenyong2": "壮情豪胆,小伤何惧!",
|
||||||
|
|
Loading…
Reference in New Issue