mirror of
https://github.com/webxoss/webxoss-core.git
synced 2025-01-31 09:49:16 +01:00
fix WX15-044 action cost
This commit is contained in:
parent
2b3286305d
commit
30f50a057e
1 changed files with 1 additions and 0 deletions
|
@ -107087,6 +107087,7 @@ var CardInfo = {
|
||||||
"【起】《ダウン》:カードを1枚引く。この能力は対戦相手の場にレベル3以上のシグニがある場合にしか使用できない。"
|
"【起】《ダウン》:カードを1枚引く。この能力は対戦相手の場にレベル3以上のシグニがある場合にしか使用できない。"
|
||||||
],
|
],
|
||||||
actionEffects: [{
|
actionEffects: [{
|
||||||
|
costDown: true,
|
||||||
useCondition: function () {
|
useCondition: function () {
|
||||||
return this.player.signis.some(function (signi) {
|
return this.player.signis.some(function (signi) {
|
||||||
return signi.level >= 3;
|
return signi.level >= 3;
|
||||||
|
|
Loading…
Reference in a new issue