This commit is contained in:
parent
d568a5c26a
commit
b0a6a09980
|
@ -1566,12 +1566,14 @@ character.standard={
|
|||
"step 0"
|
||||
var next=trigger.turn.chooseToRespond({name:'sha'});
|
||||
next.autochoose=lib.filter.autoRespondSha;
|
||||
next.ai=function(card){
|
||||
next.set('ai',function(card){
|
||||
var player=_status.event.player;
|
||||
var trigger=_status.event.getTrigger();
|
||||
if(ai.get.attitude(trigger.turn,player)<0&&trigger.turn.countCards('h','sha')>1){
|
||||
return ai.get.unuseful2(card);
|
||||
}
|
||||
return -1;
|
||||
};
|
||||
});
|
||||
"step 1"
|
||||
if(result.bool==false){
|
||||
trigger.directHit=true;
|
||||
|
|
|
@ -8863,7 +8863,7 @@ character.swd={
|
|||
swd_xiyan:'犀衍',
|
||||
|
||||
sxianjing:'陷阱',
|
||||
sxianjing_info:'出牌阶段限一次,你可以将一张与你武将牌上的牌花色均不同的牌背面朝上置于你的武将牌上。当一名其他角色使用与一张“陷阱”牌花色相同的牌指定你为目标时,你翻开对应的“陷阱”牌,令此牌失效,然后随机获得该角色的一张牌。每当你受到一次伤害,你随机弃置一张“陷阱”牌',
|
||||
sxianjing_info:'出牌阶段限一次,你可以将一张手牌背面朝上置于你的武将牌上(不能与已有花色相同)。当一名其他角色使用与一张“陷阱”牌花色相同的牌指定你为目标时,你翻开对应的“陷阱”牌,令此牌失效,然后随机获得该角色的一张牌。每当你受到一次伤害,你随机弃置一张“陷阱”牌',
|
||||
zhanxing:'占星',
|
||||
zhanxing_info:'出牌阶段限一次,你可以弃置任意张牌,并亮出牌堆顶的等量的牌,并根据亮出的牌包含的花色执行以下效果:♦︎摸两张牌;♥回复一点体力(若未损失体力改为获得一点护甲);♣令所有敌人随机弃置一张牌;♠令一名角色受到一点无来源的雷属性伤害',
|
||||
kbolan:'博览',
|
||||
|
|
|
@ -1107,7 +1107,7 @@ input.fileinput::-webkit-file-upload-button {
|
|||
max-height: 90px;
|
||||
}
|
||||
.videonode.menubutton.extension.current{
|
||||
max-height: 200px;
|
||||
max-height: 400px;
|
||||
}
|
||||
.videonode.menubutton>div{
|
||||
position: absolute;
|
||||
|
|
Loading…
Reference in New Issue