Skip to content

Commit

Permalink
Merge pull request libccy#1505 from mengxinzxz/PR-Branch
Browse files Browse the repository at this point in the history
步度根
  • Loading branch information
Spmario233 committed Jun 21, 2024
2 parents d0a3635 + a7d01d0 commit 75a82ec
Show file tree
Hide file tree
Showing 8 changed files with 269 additions and 91 deletions.
2 changes: 2 additions & 0 deletions character/rank.js
Original file line number Diff line number Diff line change
Expand Up @@ -1152,6 +1152,7 @@ window.noname_character_rank = {
"huan_zhaoyun",
"huan_guojia",
"huan_jiangwei",
"budugen",
],
b: [
"huan_zhugeliang",
Expand Down Expand Up @@ -2000,6 +2001,7 @@ window.noname_character_rank = {
"jsrg_yuanshao",
],
epic: [
"budugen",
"huan_guojia",
"huan_simayi",
"dc_sb_zhangxiu",
Expand Down
1 change: 1 addition & 0 deletions character/sp/character.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
const characters = {
budugen: ["male", "qun", 4, ["olkouchao"]],
mawan: ["male", "qun", 4, ["mashu", "olhunjiang"]],
ol_jiangwan: ["male", "shu", 3, ["olziruo", "olxvfa"]],
caimao: ["male", "wei", 4, ["olzuolian", "oljingzhou"]],
Expand Down
7 changes: 6 additions & 1 deletion character/sp/dynamicTranslate.js
Original file line number Diff line number Diff line change
Expand Up @@ -87,9 +87,14 @@ const dynamicTranslates = {
if (player.storage.olxuanzhu) return '转换技,每回合限一次,你可以将一张牌称为“玄”置于武将牌上,然后视为使用:阴,任意基本牌;<span class="bluetext">阳,任意普通锦囊牌(须指定目标且仅指定一个目标)</span>。若此次置于武将牌上的“玄”:不为装备牌,你弃置一张牌;为装备牌,你将所有“玄”置入弃牌堆,然后摸等量的牌。';
return '转换技,每回合限一次,你可以将一张牌称为“玄”置于武将牌上,然后视为使用:<span class="bluetext">阴,任意基本牌</span>;阳,任意普通锦囊牌(须指定目标且仅指定一个目标)。若此次置于武将牌上的“玄”:不为装备牌,你弃置一张牌;为装备牌,你将所有“玄”置入弃牌堆,然后摸等量的牌。';
},
olziruo(player){
olziruo(player) {
if (player.storage.olziruo) return '转换技,锁定技。①当你使用最{阴:左;<span class="bluetext">阳:右</span>}侧的手牌时,你摸一张牌。②你以此法摸牌后本回合不能整理手牌。';
return '转换技,锁定技。①当你使用最{<span class="bluetext">阴:左</span>;阳:右}侧的手牌时,你摸一张牌。②你以此法摸牌后本回合不能整理手牌。';
},
olkouchao(player) {
const nameList = player.storage.olkouchao || ["sha", "huogong", "guohe"];
const str = nameList.map(i => "【" + get.translation(i) + "】").join("/");
return "每轮每项限一次,你可以将一张牌当作" + str + "使用。此牌结算完毕后,将此项改为本局游戏最后一张不因使用进入弃牌堆的基本牌或普通锦囊牌的牌名,然后若〖寇钞〗的所有项均为基本牌,则你修改〖寇钞〗的所有项为【顺手牵羊】。";
},
};
export default dynamicTranslates;
1 change: 1 addition & 0 deletions character/sp/intro.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 75a82ec

Please sign in to comment.