新武将翻译/评级/出场率补充
This commit is contained in:
parent
99dbcd3fb8
commit
c57de0c672
|
@ -12,6 +12,7 @@ const characterSort = {
|
|||
sp_raoting: ["dc_huanghao", "dc_sunziliufang", "dc_sunchen", "dc_jiachong"],
|
||||
sp_yijun: ["gongsundu", "mengyou", "dc_sp_menghuo", "gongsunxiu"],
|
||||
sp_zhengyin: ["yue_caiwenji", "yue_zhoufei", "yue_caiyong", "yue_xiaoqiao", "yue_daqiao", "yue_miheng"],
|
||||
huicui_waitforsort: ["chezhou", "zhupeilan"],
|
||||
};
|
||||
|
||||
const characterSortTranslate = {
|
||||
|
@ -28,6 +29,7 @@ const characterSortTranslate = {
|
|||
sp_raoting: "绕庭之鸦",
|
||||
sp_yijun: "异军突起",
|
||||
sp_zhengyin: "正音雅乐",
|
||||
huicui_waitforsort: "等待分包",
|
||||
};
|
||||
|
||||
export { characterSort, characterSortTranslate };
|
||||
|
|
|
@ -535,6 +535,8 @@ const translates = {
|
|||
chezhou: "车胄",
|
||||
dcshefu: "慑伏",
|
||||
dcshefu_info: "锁定技。你对其他角色/其他角色对你使用牌造成的伤害改为X(X为此牌对应的所有实体牌最近一次被伤害来源获得后至现在经过的轮次数之和)。",
|
||||
dcpigua: "披挂",
|
||||
dcpigua_info: "当你对一名角色造成超过1点伤害后,你可以获得其至多等同于游戏轮次的牌,这些牌本回合不计入你的手牌上限。",
|
||||
yue_miheng: "乐祢衡",
|
||||
yue_miheng_prefix: "乐",
|
||||
dcjigu: "激鼓",
|
||||
|
|
|
@ -465,5 +465,5 @@ export default {
|
|||
"#dcjigu2": "这不是鼓,而是曹公的脸面!",
|
||||
"#dcsirui1": "暑气可借酒气消,此间艳阳醉着酒。",
|
||||
"#dcsirui2": "诸君饮霓而醉,举事唯我独行。",
|
||||
"#chezhou:die": "映日荷花今犹在,不见当年采荷人……",
|
||||
"#yue_miheng:die": "映日荷花今犹在,不见当年采荷人……",
|
||||
};
|
||||
|
|
|
@ -288,6 +288,8 @@ window.noname_character_rank = {
|
|||
"wangyuanji",
|
||||
"miheng",
|
||||
"yue_miheng",
|
||||
"chezhou",
|
||||
"zhupeilan",
|
||||
"re_guojia",
|
||||
"re_sunquan",
|
||||
"re_zhangjiao",
|
||||
|
@ -1849,7 +1851,6 @@ window.noname_character_rank = {
|
|||
"dc_zhaoxiang",
|
||||
"liuyan",
|
||||
"miheng",
|
||||
"yue_miheng",
|
||||
"majun",
|
||||
"pangdegong",
|
||||
"yangbiao",
|
||||
|
@ -2274,8 +2275,10 @@ window.noname_character_rank = {
|
|||
"jsrg_zhangjiao",
|
||||
"ol_sb_pangtong",
|
||||
"dc_sb_zhugejin",
|
||||
"yue_miheng",
|
||||
],
|
||||
rare: [
|
||||
"chezhou",
|
||||
"std_sunhao",
|
||||
"std_chengpu",
|
||||
"std_mayunlu",
|
||||
|
@ -2848,6 +2851,7 @@ window.noname_character_rank = {
|
|||
"junk_xuyou",
|
||||
"re_zhongyao",
|
||||
"junk_zhangjiao",
|
||||
"zhupeilan",
|
||||
],
|
||||
},
|
||||
};
|
||||
|
|
|
@ -12,7 +12,7 @@ const characterSort = {
|
|||
sp_zhongdan: ["cuiyan", "huangfusong"],
|
||||
sp_guozhan2: ["sp_dongzhuo", "zhangren"],
|
||||
sp_others: ["hanba", "caiyang"],
|
||||
sp_waitforsort: ["ol_luyusheng", "ol_tw_zhangji", "ol_liwan", "ol_liuyan", "ol_peixiu", "caimao"],
|
||||
sp_waitforsort: ["ol_luyusheng", "ol_tw_zhangji", "ol_liwan", "ol_liuyan", "ol_peixiu", "caimao", "ol_jiangwan"],
|
||||
};
|
||||
|
||||
const characterSortTranslate = {
|
||||
|
|
Loading…
Reference in New Issue