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

add duel rule constants #2674

Merged
merged 1 commit into from
Sep 24, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions constant.lua
Original file line number Diff line number Diff line change
Expand Up @@ -869,6 +869,10 @@ DUEL_TAG_MODE =0x20 --双打PP
DUEL_SIMPLE_AI =0x40 --AI(用于残局)
DUEL_RETURN_DECK_TOP =0x80 --回卡组洗切的卡放到卡组最上方(不洗牌模式下曾经的默认行为)
DUEL_REVEAL_DECK_SEQ =0x100 --从卡组选卡显示实际顺序(曾经的默认行为)
--Duel rule (Debug.ReloadFieldBegin)
MASTER_RULE3 =3 --Master Rule 3 (2014)
NEW_MASTER_RULE =4 --New Master Rule (2017)
MASTER_RULE_2020 =5 --Master Rule 2020
--Activity counter
--global: 1-6 (binary: 5,6)
--custom: 1-5,7 (binary: 1-5)
Expand Down