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 黎銘機ヘオスヴァローグ #2769

Merged
merged 1 commit into from
Dec 4, 2024
Merged

fix 黎銘機ヘオスヴァローグ #2769

merged 1 commit into from
Dec 4, 2024

Conversation

salix5
Copy link
Collaborator

@salix5 salix5 commented Nov 29, 2024

Require:
Fluorohydride/ygopro-core#677
#2763

script:

git checkout -b test-dawn master
git merge --no-edit patch-dice
git merge --no-edit ROTA
git merge --no-edit patch-dawn

single:

Debug.SetAIName("Bug")
Debug.ReloadFieldBegin(DUEL_ATTACK_FIRST_TURN+DUEL_SIMPLE_AI)
Debug.SetPlayerInfo(0,8000,0,0)
Debug.SetPlayerInfo(1,8000,0,0)


Debug.AddCard(24094653,0,0,LOCATION_HAND,0,POS_FACEDOWN_DEFENSE)
Debug.AddCard(59514116,0,0,LOCATION_HAND,1,POS_FACEDOWN_DEFENSE)
Debug.AddCard(46986414,0,0,LOCATION_HAND,2,POS_FACEDOWN_DEFENSE)
Debug.AddCard(3627449,0,0,LOCATION_HAND,3,POS_FACEDOWN_DEFENSE)

Debug.AddCard(62651957,0,0,LOCATION_MZONE,0,POS_FACEUP_ATTACK)
Debug.AddCard(62651957,0,0,LOCATION_MZONE,1,POS_FACEUP_ATTACK)

Debug.AddCard(89631139,0,0,LOCATION_GRAVE,0,POS_FACEUP_ATTACK)
Debug.AddCard(89631139,0,0,LOCATION_GRAVE,1,POS_FACEUP_ATTACK)

Debug.AddCard(89631139,0,0,LOCATION_DECK,0,POS_FACEDOWN)
Debug.AddCard(89631139,0,0,LOCATION_DECK,1,POS_FACEDOWN)
Debug.AddCard(8963089,0,0,LOCATION_EXTRA,0,POS_FACEDOWN)

--opponent
Debug.AddCard(89631139,1,1,LOCATION_MZONE,2,POS_FACEUP_ATTACK)
Debug.AddCard(89631139,1,1,LOCATION_MZONE,3,POS_FACEUP_ATTACK)
Debug.AddCard(89631139,1,1,LOCATION_MZONE,4,POS_FACEUP_ATTACK)

Debug.AddCard(89631139,1,1,LOCATION_DECK,0,POS_FACEDOWN)
Debug.AddCard(89631139,1,1,LOCATION_DECK,1,POS_FACEDOWN)
Debug.AddCard(89631139,1,1,LOCATION_DECK,2,POS_FACEDOWN)

Debug.ReloadFieldEnd()

@Wind2009-Louse
Copy link
Contributor

Test passed

@salix5 salix5 merged commit 02c17fe into ROTA Dec 4, 2024
@salix5 salix5 deleted the patch-dawn branch December 4, 2024 11:23
salix5 added a commit that referenced this pull request Jan 1, 2025
* ROTA

* fix string id

* fix name

* Update c93723936.lua (#2632)

* Replace to RevealSelectDeckSequence (#2637)

* Update setcode (#2636)

* fix Zapper Shrimp (#2643)

SetProperty增加EFFECT_FLAG_DELAY

* fix Mimighoul Maker (#2656)

* fix Mimighoul Room (#2666)

* newline

* Update c8841431.lua (#2672)

* fix CNo.32 海咬龍シャーク・ドレイク・リバイス (#2678)

* fix Mimighoul flip effect

FLIP: If it is the Main Phase: Apply these effects in sequence.

* Update c89812483.lua (#2697)

* Fix マルチャミー・フワロス (#2722)

* Fix マルチャミー・フワロス

* use not equal

---------

Co-authored-by: salix5 <[email protected]>

* Update setcode (#2717)

* Fix メタル化・強化反射装甲 (#2735)

* update 黎銘機ヘオスヴァローグ

* fix 黎銘機ヘオスヴァローグ (#2769)

* Update c77751766.lua (#2753)

* Fix 背信聖徒シルヴィア (#2774)

修复②效果在适用“自身不能把卡片除外”的状态下(如对方场上存在混沌猎人,适用王宫的铁壁、古遗物-圣枪的效果等)不能发动的问题。

* Fix 空隙の原星竜 (#2777)

---------

Co-authored-by: 想象力很好的毛虫 <[email protected]>
Co-authored-by: Wind2009-Louse <[email protected]>
Co-authored-by: a597449807 <[email protected]>
Co-authored-by: 八宫一月 <[email protected]>
Co-authored-by: Hidarime_Yume <[email protected]>
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