This commit is contained in:
parent
36ffaecfd7
commit
286a9c73a8
|
@ -814,6 +814,7 @@ card.swd={
|
||||||
type:'basic',
|
type:'basic',
|
||||||
enable:true,
|
enable:true,
|
||||||
selectTarget:-1,
|
selectTarget:-1,
|
||||||
|
multiline:true,
|
||||||
filterTarget:function(card,player,target){
|
filterTarget:function(card,player,target){
|
||||||
return target.isDamaged();
|
return target.isDamaged();
|
||||||
},
|
},
|
||||||
|
|
|
@ -89,6 +89,6 @@ play.cardpile={
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
help:{
|
help:{
|
||||||
'牌堆补充':'<ul><li>维持特定卡牌在牌堆中的比例,防止开启扩展包后重要的牌被过多地稀释'
|
'牌堆补充':'<ul><li>将杀闪等牌在牌堆中的比例维持在与军争牌堆相同,防止开启扩展包后重要的牌被过多地稀释'
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue