1
0
Fork 0

fix WD18-009 missing const effect

This commit is contained in:
WEBXOSS 2017-03-07 21:45:22 +08:00
parent c59381014a
commit acc66de291
2 changed files with 7 additions and 17 deletions

View file

@ -126103,12 +126103,15 @@ var CardInfo = {
// ====================== // ======================
constEffectTexts: [ constEffectTexts: [
"【常】このシグニがアクセされているかぎり、このシグニのパワーは3000される。", "【常】このシグニがアクセされているかぎり、このシグニのパワーは3000される。",
"【自】:このシグニがバニッシュされたとき、このシグニがアクセされていた場合、あなたのトラッシュから《アクセアイコン》を持つシグニ1枚をエナゾーンに置く。"
], ],
constEffectTexts_zh_CN: [ constEffectTexts_zh_CN: [
"【常】:只要此牌被附属,此牌力量+3000。" "【常】:只要此牌被附属,此牌力量+3000。",
"【自】此牌被破坏时此牌被附属的话从我方废弃区将1张持有<附属>的精灵牌放置到能量区。"
], ],
constEffectTexts_en: [ 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: [{ constEffects: [{
condition: function () { condition: function () {
@ -126117,20 +126120,7 @@ var CardInfo = {
action: function (set,add) { action: function (set,add) {
add(this,'power',3000); 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', auto: 'onBanish',
condition: function () { condition: function () {
return this.isAcced(); return this.isAcced();

@ -1 +1 @@
Subproject commit 47ea4fc3fcf30d4f5d9862bac0b386264afc3bc3 Subproject commit 99ded40439475a868d1cd1b3176c1c567bbe0def