This commit is contained in:
parent
5804e756d5
commit
b2bc8bc464
12
card/swd.js
12
card/swd.js
|
@ -4150,9 +4150,7 @@ card.swd={
|
|||
},
|
||||
mark:true,
|
||||
intro:{
|
||||
content:function(storage){
|
||||
return '手牌上限-'+storage;
|
||||
}
|
||||
content:'手牌上限-#'
|
||||
},
|
||||
trigger:{player:'phaseEnd'},
|
||||
forced:true,
|
||||
|
@ -4516,9 +4514,7 @@ card.swd={
|
|||
}
|
||||
},
|
||||
intro:{
|
||||
content:function(storage){
|
||||
return '已积攒'+storage+'点伤害';
|
||||
}
|
||||
content:'已积攒#点伤害'
|
||||
}
|
||||
},
|
||||
nigong2:{
|
||||
|
@ -4587,9 +4583,7 @@ card.swd={
|
|||
trigger.finish();
|
||||
},
|
||||
intro:{
|
||||
content:function(storage){
|
||||
return '已积攒'+storage+'点力量';
|
||||
}
|
||||
content:'已积攒'+storage+'点力量'
|
||||
},
|
||||
group:['xujin2']
|
||||
},
|
||||
|
|
|
@ -3161,9 +3161,7 @@ character.hearth={
|
|||
guozai2:{
|
||||
mark:true,
|
||||
intro:{
|
||||
content:function(storage){
|
||||
return '需弃置'+get.cnNumber(storage)+'张牌';
|
||||
}
|
||||
content:'结束阶段需弃置&张牌'
|
||||
},
|
||||
trigger:{player:'phaseUseEnd'},
|
||||
forced:true,
|
||||
|
@ -3199,9 +3197,7 @@ character.hearth={
|
|||
guozaix2:{
|
||||
mark:true,
|
||||
intro:{
|
||||
content:function(storage){
|
||||
return '需弃置'+get.cnNumber(storage)+'张牌';
|
||||
}
|
||||
content:'结束阶段需弃置&张牌'
|
||||
},
|
||||
trigger:{player:'phaseUseEnd'},
|
||||
forced:true,
|
||||
|
|
|
@ -218,9 +218,7 @@ character.yijiang={
|
|||
}
|
||||
},
|
||||
intro:{
|
||||
content:function(color){
|
||||
return '不能使用或打出'+get.translation(color)+'的牌';
|
||||
}
|
||||
content:'不能使用或打出$的牌'
|
||||
}
|
||||
},
|
||||
taoluan:{
|
||||
|
|
Loading…
Reference in New Issue