This commit is contained in:
libccy 2015-11-25 22:12:10 +08:00
parent 4662814a72
commit 56b459fdd5
12 changed files with 3 additions and 1 deletions

View File

@ -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)+'使用';
}

View File

@ -3632,6 +3632,7 @@ character.swd={
// return;
// }
// }
var player=event.player;
if(player.hp>1) player.loseHp();
}
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 17 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 19 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 20 KiB