-
-
Notifications
You must be signed in to change notification settings - Fork 68
Fix Cyber Jar #1232
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
base: master
Are you sure you want to change the base?
Fix Cyber Jar #1232
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This does not close #1231. It is introducing an incorrect behavior because that is not how the card works in the OCG, which is what we follow:
『フィールドのモンスターを全て破壊する』処理を行った後、先にターンプレイヤーが、『デッキの上からカードを5枚めくり、その中のレベル4以下で特殊召喚可能なモンスターを全て表側攻撃表示か裏側守備表示で特殊召喚する。残りのめくったカードは全て手札に加える』処理を行います。次にターンプレイヤーから見た相手プレイヤーがこの処理を行います。(お互いのプレイヤーが行う特殊召喚や手札に加える処理は、全て同時に行われたものとして扱います。)
After "destroying all monsters on the field" is performed, the turn player goes first and performs the following process: "flip over the top 5 cards of their deck, and Special Summon all Level 4 or lower monsters among them that can be Special Summoned in face-up Attack Position or face-down Defense Position. Add all remaining flipped cards to their hand." Then, the opponent player, as seen from the turn player's perspective, performs this process. (All Special Summoning and hand actions performed by both players are treated as occurring simultaneously.)
Source: https://db.ygoresources.com/card#4913
The implementation of GOAT specific interactions, when possible via script, is done by adding that modified version to the GOAT subdirectory. Change this pull request to match that.
@NaimSantos apologies, as I do not speak Japanese. Would it not be appropriate to apply this change to all of TCG? Not sure if that's possible. |
We do not apply individual TCG rulings for non-GOAT format. We apply only the OCG rulings |
@NaimSantos I have done what you asked. Note that the new file ends with a trailing newline, because I saw that the last GOAT card also did the same. Unless it reads the second line comment? |
This makes it so with Cyber Jar the second player also reveals the top 5 cards before the first player deciding how to summon the monsters, rather than the first player not having any knowledge of the second player's cards before deciding how to summon them.
Closes #1231
Video
Here is a video demonstrating that the change I made results in the expected results:
https://www.dropbox.com/scl/fi/0kdv8j524h8xl3hq5nsuv/2025-09-11-20-17-50-Cyber-Jar-fix.mp4?rlkey=nnyrje0kbkaehndkagfnaipn3&dl=0
Sources:
GOAT format: https://www.goatformat.com/rulings1.html

Latest TCG text: https://www.db.yugioh-card.com/yugiohdb/card_search.action?ope=2&cid=4913&request_locale=en
Latest OCG text: https://www.db.yugioh-card.com/yugiohdb/card_search.action?ope=2&cid=4913&request_locale=ja
Oldest OCG text can be found in #1231