forked from mirrors/webxoss-core
fix WX15-043 auto
This commit is contained in:
parent
38e6c7318c
commit
7d84872329
1 changed files with 5 additions and 13 deletions
18
CardInfo.js
18
CardInfo.js
|
@ -107025,19 +107025,11 @@ var CardInfo = {
|
|||
"【自】:場にあるこのシグニの上に《ライズアイコン》を持つシグニが置かれたとき、カードを1枚引く。"
|
||||
],
|
||||
constEffects: [{
|
||||
action: function (set,add) {
|
||||
var effect = this.game.newEffect({
|
||||
source: this,
|
||||
description: '2066-const-0',
|
||||
triggerCondition: function (event) {
|
||||
return event.card.rise;
|
||||
},
|
||||
actionAsyn: function () {
|
||||
this.player.draw(1);
|
||||
},
|
||||
});
|
||||
add(this.player,'onSummonSigni',effect);
|
||||
}
|
||||
duringGame: true,
|
||||
auto: 'onRised',
|
||||
actionAsyn: function () {
|
||||
this.player.draw(1);
|
||||
},
|
||||
}],
|
||||
// ======================
|
||||
// 迸发效果
|
||||
|
|
Loading…
Reference in a new issue