Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update act in hand/set turn #254

Closed
wants to merge 7 commits into from
Closed

update act in hand/set turn #254

wants to merge 7 commits into from

Conversation

ghost
Copy link

@ghost ghost commented Dec 17, 2019

If activating card has multiple EFFECT_TRAP_ACT_IN_HAND, EFFECT_TRAP_ACT_IN_SET_TURN, EFFECT_QP_ACT_IN_NTPHAND or EFFECT_QP_ACT_IN_SET_TURN, activating player cannot select applying effect.

info: need !system 13.

https://www.db.yugioh-card.com/yugiohdb/faq_search.action?ope=5&fid=14554
質問の状況の場合、そのターンにセットされた「ディメンション・スライド」をどちらの効果によって発動するかを選ぶ事ができます。

自身の『その特殊召喚がエクシーズ召喚だった場合、このカードはセットしたターンに発動できる』効果によって発動する事とした場合、「王家の神殿」の『①:自分は罠カード1枚をセットしたターンに発動できる』効果によって、他の罠カードをもう1枚発動する事ができます。

逆に、「王家の神殿」の『①:自分は罠カード1枚をセットしたターンに発動できる』効果によって「ディメンション・スライド」を発動した場合には、このターンにセットされた他の罠カードを発動する事はできません。

https://www.db.yugioh-card.com/yugiohdb/faq_search.action?ope=5&fid=18869
「タイフーン」を、カードによって決められた『相手フィールドに魔法・罠カードが2枚以上存在し、自分フィールドに魔法・罠カードが存在しない場合、このカードの発動は手札からもできる』方法によって手札から発動する場合には、「虚空の黒魔導師」のエクシーズ素材を取り除く必要はありません。

「タイフーン」を『①:X素材を持ったこのカードがモンスターゾーンに存在する限り、自分は相手ターンに速攻魔法カード及び罠カードを手札から発動できる。その発動の際にこのカードのX素材を1つ取り除く』モンスター効果によって手札から発動する場合には、「虚空の黒魔導師」のエクシーズ素材を取り除く必要があります。

@ghost
Copy link
Author

ghost commented Dec 18, 2019

https://www.db.yugioh-card.com/yugiohdb/faq_search.action?ope=5&fid=21700
したがって、「解放のアリアドネ」のペンデュラム効果が適用されている状況であれば、ライフポイントを払わずに、手札から「レッド・リブート」を発動する事ができます。

I couldn't fix this...
Might be Guiding Ariadne's effect check add directly.

@DailyShana
Copy link
Contributor

What is the string of system 13

@ghost
Copy link
Author

ghost commented Dec 19, 2019

Activate spell/trap card in other way(e.g. Magical Musket, Absolute King Back Jack).

}
if(actflag) {
core.select_effects.push_back(0);
core.select_options.push_back(13);
Copy link
Contributor

@DailyShana DailyShana Dec 25, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think it's hard to use just one string to describe activation of spell or trap, in set turn or from hand or from hand in opponent's turn.

We can do as follows:
If there is at least an effect that has side effect, just list all of them.
If no effect has side effect, choose arbitary one.

@purerosefallen
Copy link
Collaborator

Solved in #575

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants