add Card.IsAbleToEquip, fix CardCheckEquipTarget #211
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Update: add
Card.IsAbleToEquip
.Fix:
CardCheckEquipTarget
don't check unique.https://www.db.yugioh-card.com/yugiohdb/faq_search.action?ope=5&fid=10828
Q.自分の魔法&罠ゾーンに「ダストンのモップ」が表側表示で存在し、相手のモンスターゾーンに表側表示で存在するモンスターに装備されています。
この状況で、自分は「妖精伝姫-シンデレラ」の『②:1ターンに1度、手札から魔法カード1枚を捨てて発動できる。自分の手札・デッキ・墓地から装備魔法カード1枚を選んでこのカードに装備する。この効果で装備された装備魔法カードはエンドフェイズに持ち主の手札に戻る』モンスター効果で、2枚目となる「ダストンのモップ」を装備させる事はできますか?
A.「ダストンのモップ」は『自分フィールド上に1枚しか表側表示で存在できない』カードですので、質問の状況のように、既に自分フィールドに「ダストンのモップ」が表側表示で存在している場合には、「妖精伝姫-シンデレラ」の『自分の手札・デッキ・墓地から装備魔法カード1枚を選んでこのカードに装備する』モンスター効果によって、2枚目となる「ダストンのモップ」を選ぶ事はできません。
(自分の手札・デッキ・墓地に存在する装備魔法カードが「ダストンのモップ」のみ、という状況であった場合には、「妖精伝姫-シンデレラ」のモンスター効果を発動する事自体ができません。)
https://www.db.yugioh-card.com/yugiohdb/faq_search.action?ope=5&fid=13567
Q.自分フィールドに「聖剣ガラティーン」が表側表示で存在する時、墓地の「聖剣ガラティーン」を対象として「旗鼓堂々」を発動できますか?
また、「聖剣ガラティーン」のカードの発動にチェーンして「旗鼓堂々」を発動し、墓地の「聖剣ガラティーン」を対象とする事はできますか?
A.「聖剣ガラティーン」は『自分フィールド上に1枚しか表側表示で存在できない』カードですので、既に自分フィールドに「聖剣ガラティーン」が存在している場合、「旗鼓堂々」の対象として、墓地の「聖剣ガラティーン」を対象に選択する事はできません。
また、「聖剣ガラティーン」のカードの発動にチェーンして、「旗鼓堂々」を発動する場合も同様です。墓地の「聖剣ガラティーン」を対象として「旗鼓堂々」を発動する事はできません。