commit
648047207b
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -4595,7 +4595,10 @@ game.import('character',function(lib,game,ui,get,ai,_status){
|
|||
viewAsFilter:function(player){
|
||||
return player.hasCard({type:'equip'},'ehs');
|
||||
},
|
||||
check:(card)=>5-get.value(card),
|
||||
check:function(card){
|
||||
if(_status.event.type=='dying') return 1/(get.value(card)||0.5);
|
||||
return 5-get.value(card);
|
||||
},
|
||||
locked:false,
|
||||
mod:{
|
||||
maxHandcard:function(player,num){
|
||||
|
|
Loading…
Reference in New Issue