mirror of
https://github.com/webxoss/webxoss-core.git
synced 2025-02-13 16:13:26 +01:00
add missing attached text for WD18-006
This commit is contained in:
parent
2fa00aeff8
commit
c220789fd1
2 changed files with 14 additions and 2 deletions
14
CardInfo.js
14
CardInfo.js
|
@ -125955,7 +125955,19 @@ var CardInfo = {
|
|||
this.game.tillTurnEndAdd(this,signi,'onAttack',effect);
|
||||
},this);
|
||||
}
|
||||
}
|
||||
},
|
||||
// ======================
|
||||
// 附加效果
|
||||
// ======================
|
||||
attachedEffectTexts: [
|
||||
"このシグニがアタックしたとき、自身よりパワーの低い対戦相手のシグニ1体をバニッシュする。"
|
||||
],
|
||||
attachedEffectTexts_zh_CN: [
|
||||
"此牌攻击时,破坏对方1只力量比此牌低的精灵"
|
||||
],
|
||||
attachedEffectTexts_en: [
|
||||
"When this SIGNI attacks, banish 1 of your opponent's SIGNI with less power than this SIGNI."
|
||||
],
|
||||
},
|
||||
"2024": {
|
||||
"pid": 2024,
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit f45004945ee94c59d5c40da60ff771010ef637b5
|
||||
Subproject commit 566fce66059388cf29f0f9f630af18400348de97
|
Loading…
Reference in a new issue