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