1
0
Fork 0

Fix WX13 Midoriko cards

WX13-018
  Encore, Arts
WX13-053
  Class, Text
WX13-079
  OnPlay
WX13-083
  OnPlay
PR-294
  Const3
This commit is contained in:
WEBXOSS 2016-10-29 18:05:47 +08:00
parent ab1d385354
commit 6982c5dbe2

View file

@ -109074,6 +109074,10 @@ var CardInfo = {
"Encore - [Green] [Colorless] (You may use this card by paying its additional encore cost. If you do, this additionally gets \"Return this card to the LRIG Deck.\")\n" + "Encore - [Green] [Colorless] (You may use this card by paying its additional encore cost. If you do, this additionally gets \"Return this card to the LRIG Deck.\")\n" +
"Until end of turn, 1 SIGNI gets +4000 power." "Until end of turn, 1 SIGNI gets +4000 power."
], ],
encore: {
costGreen: 1,
costColorless: 1,
},
artsEffect: { artsEffect: {
actionAsyn: function () { actionAsyn: function () {
var cards = concat(this.player.signis,this.player.opponent.signis) var cards = concat(this.player.signis,this.player.opponent.signis)
@ -110252,16 +110256,16 @@ var CardInfo = {
} }
},{ },{
action: function (set,add) { action: function (set,add) {
this.player.signis.forEach(function (signi) {
var effect = this.game.newEffect({ var effect = this.game.newEffect({
source: this, source: signi,
description: '1805-attached-0', description: '1805-attached-0',
actionAsyn: function () { actionAsyn: function (event) {
return this.banishSigniAsyn(this.power); return this.banishSigniAsyn(this.power);
} }
}); });
this.player.signis.forEach(function (signi) {
add(signi,'onAttack',effect); add(signi,'onAttack',effect);
}); },this);
} }
}], }],
// ====================== // ======================
@ -111574,7 +111578,6 @@ var CardInfo = {
"imgUrl": "http://www.takaratomy.co.jp/products/wixoss/wxwp/images/card/WX13/WX13-053.jpg", "imgUrl": "http://www.takaratomy.co.jp/products/wixoss/wxwp/images/card/WX13/WX13-053.jpg",
"illust": "7010", "illust": "7010",
"classes": [ "classes": [
"精生",
"精生", "精生",
"空獣" "空獣"
], ],
@ -111599,7 +111602,7 @@ var CardInfo = {
], ],
constEffectTexts_zh_CN: [ constEffectTexts_zh_CN: [
"【常】你的废弃区中每存在1张空兽地兽SIGNI这只SIGNI的力量就+1000。这个效果至多适用10张。", "【常】你的废弃区中每存在1张空兽地兽SIGNI这只SIGNI的力量就+1000。这个效果至多适用10张。",
"【常】只要你的废弃区中存在7张以上的SIGNI这只SIGNI就不受对战对手的技艺效果影响。", "【常】只要你的废弃区中存在7张以上的SIGNI这只SIGNI就不受对战对手的技艺效果影响。",
"【常】只要你的废弃区中存在7张以上的地兽SIGNI这只SIGNI就获得【枪兵】。" "【常】只要你的废弃区中存在7张以上的地兽SIGNI这只SIGNI就获得【枪兵】。"
], ],
constEffectTexts_en: [ constEffectTexts_en: [
@ -113579,7 +113582,7 @@ var CardInfo = {
"[On-Play] Green: Search your deck for 1 \"Yurikamome, Phantom Beast\", reveal it, and add it to your hand. Then, shuffle your deck." "[On-Play] Green: Search your deck for 1 \"Yurikamome, Phantom Beast\", reveal it, and add it to your hand. Then, shuffle your deck."
], ],
startUpEffects: [{ startUpEffects: [{
costWhite: 1, costGreen: 1,
actionAsyn: function () { actionAsyn: function () {
var filter = function (card) { var filter = function (card) {
return card.cid === 1845; return card.cid === 1845;
@ -113876,7 +113879,7 @@ var CardInfo = {
"[On-Play] [Green]: Search your deck for 1 \"Uguisu, Phantom Beast\", reveal it, and add it to your hand. Then, shuffle your deck." "[On-Play] [Green]: Search your deck for 1 \"Uguisu, Phantom Beast\", reveal it, and add it to your hand. Then, shuffle your deck."
], ],
startUpEffects: [{ startUpEffects: [{
costWhite: 1, costGreen: 1,
actionAsyn: function () { actionAsyn: function () {
var filter = function (card) { var filter = function (card) {
return card.cid === 1847; return card.cid === 1847;
@ -114868,7 +114871,7 @@ var CardInfo = {
action: function (set,add) { action: function (set,add) {
var effect = this.game.newEffect({ var effect = this.game.newEffect({
source: this, source: this,
description: '1870-const-0', description: '1870-const-2',
once: true, once: true,
actionAsyn: function () { actionAsyn: function () {
this.player.enerCharge(1); this.player.enerCharge(1);