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