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

Fix chainreg related effect #2326

Merged
merged 1 commit into from
Jan 8, 2024

Conversation

Wind2009-Louse
Copy link
Contributor

@Wind2009-Louse Wind2009-Louse commented Jan 6, 2024

雷劫龍-サンダー・ドラゴン
(1):1ターンに1度、モンスターの効果が手札で発動した場合に発動する。このカードの攻撃力はターン終了時まで300アップする。

零氷の魔妖-雪女
(3):墓地からモンスターが特殊召喚された場合、または墓地のモンスターの効果が発動した場合、このカード以外のフィールドの表側表示モンスター1体を対象として発動できる。そのモンスターの攻撃力を0にし、その効果を無効にする。

Fix these effects' condition

@Wind2009-Louse
Copy link
Contributor Author

--[[message TEST]]
Debug.ReloadFieldBegin(DUEL_ATTACK_FIRST_TURN+DUEL_SIMPLE_AI,4)
Debug.SetPlayerInfo(0,8000,0,0)
Debug.SetPlayerInfo(1,8000,0,0)

Debug.AddCard(83764718,0,0,LOCATION_HAND,1,POS_FACEUP_ATTACK)
Debug.AddCard(23434538,0,0,LOCATION_HAND,2,POS_FACEUP_ATTACK)

Debug.AddCard(42542842,0,0,LOCATION_MZONE,0,POS_FACEUP_ATTACK)
Debug.AddCard(55591586,0,0,LOCATION_MZONE,2,POS_FACEUP_ATTACK)
Debug.AddCard(36114945,0,0,LOCATION_MZONE,4,POS_FACEUP_ATTACK)

Debug.AddCard(95440946,0,0,LOCATION_GRAVE,0,POS_FACEUP_ATTACK)

Debug.AddCard(2645637,0,0,LOCATION_EXTRA,0,POS_FACEDOWN_ATTACK)

Debug.AddCard(38517737,1,1,LOCATION_MZONE,2,POS_FACEUP_ATTACK)

Debug.ReloadFieldEnd()
aux.BeginPuzzle()

@Wind2009-Louse Wind2009-Louse marked this pull request as ready for review January 6, 2024 08:29
@salix5 salix5 merged commit f0b14ea into Fluorohydride:master Jan 8, 2024
@salix5
Copy link
Collaborator

salix5 commented Jan 8, 2024

謝謝

@salix5
Copy link
Collaborator

salix5 commented Jan 8, 2024

#2286
沒有發現其他類似問題

@Wind2009-Louse Wind2009-Louse deleted the Fix_chainreg branch January 8, 2024 15:10
mercury233 added a commit to mercury233/ygopro-scripts that referenced this pull request Jan 17, 2024
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.

None yet

2 participants