forked from mirrors/webxoss-core
fix WD18-009 missing const effect
This commit is contained in:
parent
c59381014a
commit
acc66de291
2 changed files with 7 additions and 17 deletions
22
CardInfo.js
22
CardInfo.js
|
@ -126103,12 +126103,15 @@ var CardInfo = {
|
|||
// ======================
|
||||
constEffectTexts: [
|
||||
"【常】:このシグニがアクセされているかぎり、このシグニのパワーは+3000される。",
|
||||
"【自】:このシグニがバニッシュされたとき、このシグニがアクセされていた場合、あなたのトラッシュから《アクセアイコン》を持つシグニ1枚をエナゾーンに置く。"
|
||||
],
|
||||
constEffectTexts_zh_CN: [
|
||||
"【常】:只要此牌被附属,此牌力量+3000。"
|
||||
"【常】:只要此牌被附属,此牌力量+3000。",
|
||||
"【自】:此牌被破坏时,此牌被附属的话,从我方废弃区将1张持有<附属>的精灵牌放置到能量区。"
|
||||
],
|
||||
constEffectTexts_en: [
|
||||
"[Constant]: As long as this SIGNI is accessorized, this SIGNI gets +3000 power."
|
||||
"[Constant]: As long as this SIGNI is accessorized, this SIGNI gets +3000 power.",
|
||||
"[Auto]: When this SIGNI is banished, if this SIGNI was accessorized, put 1 SIGNI with Accessory from your trash into the Ener Zone."
|
||||
],
|
||||
constEffects: [{
|
||||
condition: function () {
|
||||
|
@ -126117,20 +126120,7 @@ var CardInfo = {
|
|||
action: function (set,add) {
|
||||
add(this,'power',3000);
|
||||
}
|
||||
}],
|
||||
// ======================
|
||||
// 常时效果
|
||||
// ======================
|
||||
constEffectTexts: [
|
||||
"【自】:このシグニがバニッシュされたとき、このシグニがアクセされていた場合、あなたのトラッシュから《アクセアイコン》を持つシグニ1枚をエナゾーンに置く。"
|
||||
],
|
||||
constEffectTexts_zh_CN: [
|
||||
"【自】:此牌被破坏时,此牌被附属的话,从我方废弃区将1张持有<附属>的精灵牌放置到能量区。"
|
||||
],
|
||||
constEffectTexts_en: [
|
||||
"[Auto]: When this SIGNI is banished, if this SIGNI was accessorized, put 1 SIGNI with Accessory from your trash into the Ener Zone."
|
||||
],
|
||||
constEffects: [{
|
||||
},{
|
||||
auto: 'onBanish',
|
||||
condition: function () {
|
||||
return this.isAcced();
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 47ea4fc3fcf30d4f5d9862bac0b386264afc3bc3
|
||||
Subproject commit 99ded40439475a868d1cd1b3176c1c567bbe0def
|
Loading…
Reference in a new issue