feat: Add client hints for cards with "sent to GY this turn" effects#3020
feat: Add client hints for cards with "sent to GY this turn" effects#3020vuryleo wants to merge 13 commits into
Conversation
… feat-grave-this-turn
|
Does it require a database string update? |
|
关于s的更改太多了,以至于不好看核心更改。之前有一个更改提示的pr也是这样。 |
|
yes it need a cdb update. the most common one "send to GY this turn" is used for 21 times. Whether this worth a string? |
you can compare with diff base. |
|
顺便问个懒人想法,为啥不采用更简单统一的提示呢?(例如“这张卡满足自身效果条件”) |
not bad, what do you think? @purerosefallen |
ask @pokeboyexn about opinions on product design |
|
you may provide the added string entry and cdb UPDATE statement in the comment here. |
Then add it as 227 in strings.conf, as 2XX entries are for in-game texts, and 226 occupied in #3021 and plz add it in the PR description as how the above PR did |
|
i may need wait until next core release on it. |
|
added 40 more cards, and adjusted 2 cards logic to fit the requirement:
Now the flag will only be set if the monster is in GY. Previously the flag will be registered if the monster is banished as well. |
|
Please try to do minimal changes to script and keep script format untouched. Now maintainers would not only review things about |

This change introduces client hint support for cards whose effects are only enabled if they were sent to the GY during the current turn.
Details
Added hints to improve clarity when activating effects that depend on the card being sent to the GY this turn.
Ensures the client can better display activation possibilities and reduce ambiguity for the player.
Helps with smoother UI/UX when handling GY-triggered effects.
Impact
No change to core mechanics or rulings.
Only improves client feedback and usability.
for full card list, ref to
https://docs.qq.com/sheet/DWndsYXFjc3pkZmtM?tab=2mbp5b
add string:
ATTENTION
Adjusted 2 cards logic to fit the requirement:
Now the flag will only be set if the monster is in GY. Previously the flag will be registered if the monster is banished as well.