Merge pull request #1333 from IceCola97/PR-Branch
增加李丰的语音与台词、更新蒋琬费祎的守成语音台词、修正花鬘的嬉战语音台词
This commit is contained in:
commit
900147a635
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -438,6 +438,11 @@ export default {
|
||||||
"#shengxi1": "国之生计,在民生息。",
|
"#shengxi1": "国之生计,在民生息。",
|
||||||
"#shengxi2": "安民止战,兴汉室!",
|
"#shengxi2": "安民止战,兴汉室!",
|
||||||
"#shoucheng1": "待吾等助将军一臂之力!",
|
"#shoucheng1": "待吾等助将军一臂之力!",
|
||||||
"#shoucheng2": "大汉羸弱,唯有守成,方有生机。",
|
"#shoucheng2": "国库盈余,可助军威!",
|
||||||
"#jiangfei:die": "墨守成规,终为其害啊……",
|
"#jiangfei:die": "墨守成规,终为其害啊……",
|
||||||
|
"#dctunchu1": "秋收冬藏,此四时之理,亘古不变。",
|
||||||
|
"#dctunchu2": "屯粮之家,必无饥馑之虞。",
|
||||||
|
"#dcshuliang1": "北伐鏖战正酣,此正需粮之时。",
|
||||||
|
"#dcshuliang2": "粮草先于兵马而动,此军心之本。",
|
||||||
|
"#dc_lifeng:die": "黍穗重丰,不见丞相还……",
|
||||||
};
|
};
|
||||||
|
|
|
@ -1304,7 +1304,7 @@ const skills = {
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
spxizhan: {
|
spxizhan: {
|
||||||
audio: 4,
|
audio: 5,
|
||||||
group: "spxizhan_effect",
|
group: "spxizhan_effect",
|
||||||
locked: false,
|
locked: false,
|
||||||
subSkill: {
|
subSkill: {
|
||||||
|
@ -1351,7 +1351,7 @@ const skills = {
|
||||||
suit = get.suit(card, player);
|
suit = get.suit(card, player);
|
||||||
if (!lib.suit.includes(suit) || ((!target || !target.isIn()) && suit != "heart")) return;
|
if (!lib.suit.includes(suit) || ((!target || !target.isIn()) && suit != "heart")) return;
|
||||||
game.broadcastAll(function (suit) {
|
game.broadcastAll(function (suit) {
|
||||||
if (lib.config.background_speak) game.playAudio("skill", "spxizhan" + (4 - lib.suit.indexOf(suit)));
|
if (lib.config.background_speak) game.playAudio("skill", "spxizhan" + [null, "spade", null, "heart", "club", "diamond"].indexOf(suit));
|
||||||
}, suit);
|
}, suit);
|
||||||
switch (suit) {
|
switch (suit) {
|
||||||
case "spade":
|
case "spade":
|
||||||
|
@ -1393,7 +1393,12 @@ const skills = {
|
||||||
);
|
);
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
} else player.loseHp();
|
} else {
|
||||||
|
game.broadcastAll(function () {
|
||||||
|
if (lib.config.background_speak) game.playAudio("skill", "spxizhan2");
|
||||||
|
});
|
||||||
|
player.loseHp();
|
||||||
|
}
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
|
@ -56,6 +56,7 @@ export default {
|
||||||
"#spxizhan2": "本姑娘只是戏耍一番,尔等怎下如此重手!",
|
"#spxizhan2": "本姑娘只是戏耍一番,尔等怎下如此重手!",
|
||||||
"#spxizhan3": "哎呀~母亲放心,鬘儿不会捣乱的。",
|
"#spxizhan3": "哎呀~母亲放心,鬘儿不会捣乱的。",
|
||||||
"#spxizhan4": "嘻嘻,这样才好玩嘛。",
|
"#spxizhan4": "嘻嘻,这样才好玩嘛。",
|
||||||
|
"#spxizhan5": "哼!让你瞧瞧本姑娘的厉害!",
|
||||||
"#sp_huaman:die": "战事已定,吾愿终亦得偿……",
|
"#sp_huaman:die": "战事已定,吾愿终亦得偿……",
|
||||||
"#spjungong1": "曹军营守,不能野战,此乃攻敌之机!",
|
"#spjungong1": "曹军营守,不能野战,此乃攻敌之机!",
|
||||||
"#spjungong2": "若此营攻之不下,览何颜面见袁公!",
|
"#spjungong2": "若此营攻之不下,览何颜面见袁公!",
|
||||||
|
|
Loading…
Reference in New Issue