1
2
3
4
5
6
7
8
9
10
11
|
--[[message
维护:2024-06-24
简语:A simple puzzle, which teaches a Red Dragon Archfiend line combo
标签:#有人打不过 #Eroldin_01_Mastering_the_Red_Dragons
]]
--Mastering the Red Dragons
Debug.SetAIName("QQ群181175613")
Debug.ReloadFieldBegin(DUEL_ATTACK_FIRST_TURN + DUEL_SIMPLE_AI, 5)
Debug.SetPlayerInfo(0, 100, 0, 0)
Debug.SetPlayerInfo(1, 9700, 0, 0)
|
|
|
|
|
1
2
3
4
5
6
7
8
9
10
11
|
--[[message
时间:2024-07-01
简介:A simple puzzle, which teaches a Red Dragon Archfiend line combo
标签:#Eroldin_01_Mastering_the_Red_Dragons
]]
--Mastering the Red Dragons
Debug.SetAIName("QQ群181175613")
Debug.ReloadFieldBegin(DUEL_ATTACK_FIRST_TURN + DUEL_SIMPLE_AI, 5)
Debug.SetPlayerInfo(0, 100, 0, 0)
Debug.SetPlayerInfo(1, 9700, 0, 0)
|
32
33
34
35
36
37
38
39
40
|
--Eroldin's Monster zone
Debug.AddCard(31122090, 1, 1, LOCATION_MZONE, 2, POS_FACEUP_ATTACK) --Lancer Lindwurm
--Eroldin's Spell zone
Debug.AddCard(44095762, 1, 1, LOCATION_SZONE, 2, POS_FACEDOWN) --Mirror Force
--Start the Puzzle
Debug.ReloadFieldEnd()
aux.BeginPuzzle()
|
|
|
32
33
34
35
36
37
38
39
40
|
--Eroldin's Monster zone
Debug.AddCard(31122090, 1, 1, LOCATION_MZONE, 2, POS_FACEUP_ATTACK) --Lancer Lindwurm
--Eroldin's Spell zone
Debug.AddCard(44095762, 1, 1, LOCATION_SZONE, 2, POS_FACEDOWN) --Mirror Force
--Start the Puzzle
Debug.ReloadFieldEnd("爆裂反击")
aux.BeginPuzzle()
|