be2ea865a7 2024-06-24 1: --[[message
be2ea865a7 2024-06-24 2: 维护:2024-06-24
be2ea865a7 2024-06-24 3: 标签:#有人打不过 #Eroldin_01_Mastering_the_Red_Dragons
be2ea865a7 2024-06-24 4: 简语:A simple puzzle, which teaches a Red Dragon Archfiend line combo
be2ea865a7 2024-06-24 5: ]]
be2ea865a7 2024-06-24 6:
be2ea865a7 2024-06-24 7: --Mastering the Red Dragons
be2ea865a7 2024-06-24 8: Debug.SetAIName("QQ群181175613")
be2ea865a7 2024-06-24 9: Debug.ReloadFieldBegin(DUEL_ATTACK_FIRST_TURN + DUEL_SIMPLE_AI, 5)
be2ea865a7 2024-06-24 10: Debug.SetPlayerInfo(0, 100, 0, 0)
be2ea865a7 2024-06-24 11: Debug.SetPlayerInfo(1, 9700, 0, 0)
be2ea865a7 2024-06-24 12:
be2ea865a7 2024-06-24 13: --Challenger's Spell zone
be2ea865a7 2024-06-24 14: Debug.AddCard(42079445, 0, 0, LOCATION_SZONE, 1, POS_FACEDOWN) --Descending Lost Star
be2ea865a7 2024-06-24 15: Debug.AddCard(76407432, 0, 0, LOCATION_SZONE, 2, POS_FACEDOWN) --Assault Counter
be2ea865a7 2024-06-24 16: Debug.AddCard(80280737, 0, 0, LOCATION_SZONE, 3, POS_FACEDOWN) --Assault Mode Activate
be2ea865a7 2024-06-24 17:
be2ea865a7 2024-06-24 18: --Challenger's Hand
be2ea865a7 2024-06-24 19: Debug.AddCard(20474741, 0, 0, LOCATION_HAND, 0, POS_FACEUP) --Trident Warrior
be2ea865a7 2024-06-24 20: Debug.AddCard(57568840, 0, 0, LOCATION_HAND, 0, POS_FACEUP) --Delta Flyer
be2ea865a7 2024-06-24 21: Debug.AddCard(8487449, 0, 0, LOCATION_HAND, 0, POS_FACEUP) --Jester Confit
be2ea865a7 2024-06-24 22: Debug.AddCard(16638212, 0, 0, LOCATION_HAND, 0, POS_FACEUP) --Creation Resonator
be2ea865a7 2024-06-24 23: Debug.AddCard(5780210, 0, 0, LOCATION_HAND, 0, POS_FACEUP) --D.D. Spirte
be2ea865a7 2024-06-24 24:
be2ea865a7 2024-06-24 25: --Challenger's Deck
be2ea865a7 2024-06-24 26: Debug.AddCard(77336644, 0, 0, LOCATION_DECK, 0, POS_FACEDOWN) --Red Dragon Archfiend/Assault Mode
be2ea865a7 2024-06-24 27:
be2ea865a7 2024-06-24 28: --Challenger's Extra Deck
be2ea865a7 2024-06-24 29: Debug.AddCard(70902743, 0, 0, LOCATION_EXTRA, 0, POS_FACEDOWN) --Red Dragon Archfiend
be2ea865a7 2024-06-24 30: Debug.AddCard(97489701, 0, 0, LOCATION_EXTRA, 0, POS_FACEDOWN) --Red Nova Dragon
be2ea865a7 2024-06-24 31:
be2ea865a7 2024-06-24 32: --Eroldin's Monster zone
be2ea865a7 2024-06-24 33: Debug.AddCard(31122090, 1, 1, LOCATION_MZONE, 2, POS_FACEUP_ATTACK) --Lancer Lindwurm
be2ea865a7 2024-06-24 34:
be2ea865a7 2024-06-24 35: --Eroldin's Spell zone
be2ea865a7 2024-06-24 36: Debug.AddCard(44095762, 1, 1, LOCATION_SZONE, 2, POS_FACEDOWN) --Mirror Force
be2ea865a7 2024-06-24 37:
be2ea865a7 2024-06-24 38: --Start the Puzzle
be2ea865a7 2024-06-24 39: Debug.ReloadFieldEnd()
be2ea865a7 2024-06-24 40: aux.BeginPuzzle()