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){
|
viewAsFilter:function(player){
|
||||||
return player.hasCard({type:'equip'},'ehs');
|
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,
|
locked:false,
|
||||||
mod:{
|
mod:{
|
||||||
maxHandcard:function(player,num){
|
maxHandcard:function(player,num){
|
||||||
|
|
Loading…
Reference in New Issue