游戏王残局简化版

Check-in [444ffa23aa]
Login

Check-in [444ffa23aa]

Overview
Comment:0
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 444ffa23aa40d7b63150f81ede5543f4436c41042f07b9204c6724f0fd698989
User & Date: 顽雨沉风 on 2024-08-05 06:20:25.647
Other Links: manifest | tags
Context
2024-08-05
06:22
0 check-in: fa1367e0cc user: 顽雨沉风 tags: trunk
06:20
0 check-in: 444ffa23aa user: 顽雨沉风 tags: trunk
06:18
0 check-in: 051a742ae0 user: 顽雨沉风 tags: trunk
Changes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
--[[message
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_PSEUDO_SHUFFLE + DUEL_ATTACK_FIRST_TURN + DUEL_SIMPLE_AI, 5)
Debug.SetPlayerInfo(0, 100, 0, 0)
Debug.SetPlayerInfo(1, 9700, 0, 0)

local k1, k2 = LOCATION_MZONE, POS_FACEUP_ATTACK--怪兽
Debug.AddCard(31122090, 1, 1, k1, 2, k2)
local k1, k2 = LOCATION_SZONE, POS_FACEDOWN--魔陷
Debug.AddCard(42079445, 0, 0, k1, 1, k2)







|







1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
--[[message
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_PSEUDO_SHUFFLE + DUEL_ATTACK_FIRST_TURN + DUEL_SIMPLE_AI, 3)
Debug.SetPlayerInfo(0, 100, 0, 0)
Debug.SetPlayerInfo(1, 9700, 0, 0)

local k1, k2 = LOCATION_MZONE, POS_FACEUP_ATTACK--怪兽
Debug.AddCard(31122090, 1, 1, k1, 2, k2)
local k1, k2 = LOCATION_SZONE, POS_FACEDOWN--魔陷
Debug.AddCard(42079445, 0, 0, k1, 1, k2)