Commit 9594151b authored by mercury233's avatar mercury233 Committed by GitHub

add duel rule constants (#2674)

parent 7c31044a
...@@ -869,6 +869,10 @@ DUEL_TAG_MODE =0x20 --双打PP ...@@ -869,6 +869,10 @@ DUEL_TAG_MODE =0x20 --双打PP
DUEL_SIMPLE_AI =0x40 --AI(用于残局) DUEL_SIMPLE_AI =0x40 --AI(用于残局)
DUEL_RETURN_DECK_TOP =0x80 --回卡组洗切的卡放到卡组最上方(不洗牌模式下曾经的默认行为) DUEL_RETURN_DECK_TOP =0x80 --回卡组洗切的卡放到卡组最上方(不洗牌模式下曾经的默认行为)
DUEL_REVEAL_DECK_SEQ =0x100 --从卡组选卡显示实际顺序(曾经的默认行为) 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 --Activity counter
--global: 1-6 (binary: 5,6) --global: 1-6 (binary: 5,6)
--custom: 1-5,7 (binary: 1-5) --custom: 1-5,7 (binary: 1-5)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment