diff --git a/CardInfo.js b/CardInfo.js index 3347e0c..6c7def3 100644 --- a/CardInfo.js +++ b/CardInfo.js @@ -107087,6 +107087,7 @@ var CardInfo = { "【起】《ダウン》:カードを1枚引く。この能力は対戦相手の場にレベル3以上のシグニがある場合にしか使用できない。" ], actionEffects: [{ + costDown: true, useCondition: function () { return this.player.signis.some(function (signi) { return signi.level >= 3;