吴普技能添加奶奶标记
This commit is contained in:
parent
b204b30c85
commit
b8c95ce742
|
@ -209,21 +209,46 @@ game.import("character", function () {
|
||||||
},
|
},
|
||||||
forced: true,
|
forced: true,
|
||||||
filter(event, player) {
|
filter(event, player) {
|
||||||
const number = game
|
return event._copdcduanti;
|
||||||
.getAllGlobalHistory("everything", evt => {
|
|
||||||
if (evt.player !== player) return false;
|
|
||||||
return ["useCard", "respond"].includes(evt.name);
|
|
||||||
})
|
|
||||||
.indexOf(event);
|
|
||||||
return number >= 0 && (number + 1) % 5 === 0;
|
|
||||||
},
|
},
|
||||||
onremove: true,
|
onremove: ["dcduanti", "dcduanti_counter"],
|
||||||
|
group: "dcduanti_counter",
|
||||||
async content(event, trigger, player) {
|
async content(event, trigger, player) {
|
||||||
await player.recover();
|
await player.recover();
|
||||||
if (player.countMark("dcduanti") >= 5) return;
|
if (player.countMark("dcduanti") >= 5) return;
|
||||||
player.addMark("dcduanti", 1, false);
|
player.addMark("dcduanti", 1, false);
|
||||||
await player.gainMaxHp();
|
await player.gainMaxHp();
|
||||||
},
|
},
|
||||||
|
subSkill: {
|
||||||
|
counter: {
|
||||||
|
trigger: {
|
||||||
|
player: ["useCard1", "respond"],
|
||||||
|
},
|
||||||
|
forced: true,
|
||||||
|
charlotte: true,
|
||||||
|
popup: false,
|
||||||
|
firstDo: true,
|
||||||
|
async content(event, trigger, player) {
|
||||||
|
if (!player.countMark("dcduanti_counter")) {
|
||||||
|
const num = game.getAllGlobalHistory("everything", evt => {
|
||||||
|
return evt.player === player && ["useCard", "respond"].includes(evt.name) && evt !== trigger;
|
||||||
|
}).length;
|
||||||
|
if (num) player.addMark("dcduanti_counter", num, false);
|
||||||
|
}
|
||||||
|
player.addMark("dcduanti_counter", 1, false);
|
||||||
|
if (player.countMark("dcduanti_counter") % 5 === 0) trigger._copdcduanti = true;
|
||||||
|
player.markSkill("dcduanti");
|
||||||
|
},
|
||||||
|
},
|
||||||
|
},
|
||||||
|
intro: {
|
||||||
|
markcount(storage, player) {
|
||||||
|
return player.countMark("dcduanti_counter");
|
||||||
|
},
|
||||||
|
content(storage, player) {
|
||||||
|
return `<li>已使用过${get.cnNumber(player.countMark("dcduanti_counter"))}张牌<br><li>已以此法增加${player.countMark("dcduanti")}点体力上限`;
|
||||||
|
},
|
||||||
|
},
|
||||||
},
|
},
|
||||||
dcshicao: {
|
dcshicao: {
|
||||||
audio: 2,
|
audio: 2,
|
||||||
|
@ -234,8 +259,10 @@ game.import("character", function () {
|
||||||
return ui.create.dialog("###识草###选择一种类型与要摸牌的来源", [["basic", "trick", "equip"].map(type => [type, get.translation(type)]), "tdnodes"], [["牌堆顶", "牌堆底"], "tdnodes"]);
|
return ui.create.dialog("###识草###选择一种类型与要摸牌的来源", [["basic", "trick", "equip"].map(type => [type, get.translation(type)]), "tdnodes"], [["牌堆顶", "牌堆底"], "tdnodes"]);
|
||||||
},
|
},
|
||||||
check(button) {
|
check(button) {
|
||||||
const aiStorage = get.player().getStorage("dcshicao_aiRecord");
|
const player = get.player();
|
||||||
if (aiStorage.length > 0 && get.name(ui.cardPile.lastChild, false) === get.name(aiStorage.lastItem, false)) {
|
const bottom = player.storage.dcshicao_bottom,
|
||||||
|
aiStorage = player.getStorage("dcshicao_aiRecord");
|
||||||
|
if (bottom && aiStorage.length > 0 && get.name(ui.cardPile.lastChild, false) === get.name(aiStorage.lastItem, false)) {
|
||||||
if (button.link === "牌堆底" || button.link === get.type2(aiStorage.lastItem, false)) return 20;
|
if (button.link === "牌堆底" || button.link === get.type2(aiStorage.lastItem, false)) return 20;
|
||||||
}
|
}
|
||||||
if (button.link === "牌堆顶" || button.link === "basic") return 10;
|
if (button.link === "牌堆顶" || button.link === "basic") return 10;
|
||||||
|
@ -247,6 +274,7 @@ game.import("character", function () {
|
||||||
},
|
},
|
||||||
select: 2,
|
select: 2,
|
||||||
backup(links, player) {
|
backup(links, player) {
|
||||||
|
if (links[0].includes("牌堆")) links.reverse();
|
||||||
return {
|
return {
|
||||||
audio: "dcshicao",
|
audio: "dcshicao",
|
||||||
type: links[0],
|
type: links[0],
|
||||||
|
@ -267,18 +295,20 @@ game.import("character", function () {
|
||||||
const drawnCards = await next.forResult();
|
const drawnCards = await next.forResult();
|
||||||
if (get.type2(drawnCards[0], player) === type) return;
|
if (get.type2(drawnCards[0], player) === type) return;
|
||||||
let cards;
|
let cards;
|
||||||
if (bottom) {
|
if (!bottom) {
|
||||||
cards = get.bottomCards(2);
|
cards = get.bottomCards(2);
|
||||||
cards.reverse();
|
cards.reverse();
|
||||||
} else cards = get.cards(2);
|
} else cards = get.cards(2);
|
||||||
await game.cardsGotoOrdering(cards);
|
await game.cardsGotoOrdering(cards);
|
||||||
await player.viewCards(`${bottom ? "牌堆顶" : "牌堆底"}的两张牌(靠左的在牌堆更靠上)`, cards);
|
await player.viewCards(`${bottom ? "牌堆顶" : "牌堆底"}的两张牌(靠左的在牌堆更靠上)`, cards);
|
||||||
if (bottom) {
|
player.storage.dcshicao_record = cards.slice();
|
||||||
cards.reverse();
|
player.storage.dcshicao_aiRecord = cards.slice();
|
||||||
delete player.storage.dcshicao_aiRecord;
|
player.storage.dcshicao_bottom = !bottom;
|
||||||
} else {
|
const func = lib.skill.dctongguan.localMark,
|
||||||
player.storage.dcshicao_aiRecord = cards.slice();
|
skill = "dcshicao";
|
||||||
}
|
if (event.player.isUnderControl(true)) func(skill, player);
|
||||||
|
else if (event.isOnline()) player.send(func, skill, player);
|
||||||
|
if (bottom) cards.reverse();
|
||||||
await game.cardsGotoPile(cards, bottom ? "insert" : null);
|
await game.cardsGotoPile(cards, bottom ? "insert" : null);
|
||||||
player.tempBanSkill("dcshicao");
|
player.tempBanSkill("dcshicao");
|
||||||
},
|
},
|
||||||
|
@ -291,6 +321,19 @@ game.import("character", function () {
|
||||||
return `点击“确定”,从${links[1]}摸一张牌`;
|
return `点击“确定”,从${links[1]}摸一张牌`;
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
intro: {
|
||||||
|
mark(dialog, content, player) {
|
||||||
|
var cards = player.getStorage("dcshicao_record");
|
||||||
|
if (cards && cards.length) {
|
||||||
|
if (player.isUnderControl(true)) {
|
||||||
|
dialog.addText(`上一次观看的${player.storage.dcshicao_bottom ? "牌堆底" : "牌堆顶"}的牌:`);
|
||||||
|
dialog.addAuto(cards);
|
||||||
|
} else {
|
||||||
|
return "不给看";
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
},
|
||||||
subSkill: {
|
subSkill: {
|
||||||
backup: {},
|
backup: {},
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue