|
@ -168,7 +168,7 @@ character.sp={
|
|||
player.storage.mozhi=[];
|
||||
},
|
||||
trigger:{player:'phaseEnd'},
|
||||
frequent:true,
|
||||
direct:true,
|
||||
filter:function(event,player){
|
||||
return player.storage.mozhi.length>0&&player.num('h')>0;
|
||||
},
|
||||
|
@ -185,6 +185,7 @@ character.sp={
|
|||
if(i<game.players.length){
|
||||
lib.skill.mozhix.viewAs=card;
|
||||
var next=player.chooseToUse();
|
||||
next.logSkill='mozhi';
|
||||
if(event.isMine()){
|
||||
next.openskilldialog='将一张手牌当'+get.translation(card)+'使用';
|
||||
}
|
||||
|
|
|
@ -3632,6 +3632,7 @@ character.swd={
|
|||
// return;
|
||||
// }
|
||||
// }
|
||||
var player=event.player;
|
||||
if(player.hp>1) player.loseHp();
|
||||
}
|
||||
}
|
||||
|
|
Before Width: | Height: | Size: 1.0 KiB |
Before Width: | Height: | Size: 16 KiB |
Before Width: | Height: | Size: 18 KiB |
Before Width: | Height: | Size: 15 KiB |
Before Width: | Height: | Size: 16 KiB |
Before Width: | Height: | Size: 15 KiB |
Before Width: | Height: | Size: 16 KiB |
Before Width: | Height: | Size: 17 KiB |
Before Width: | Height: | Size: 19 KiB |
Before Width: | Height: | Size: 20 KiB |