游戏王残局简化版

Diff
Login

Diff

Differences From Artifact [01c472d6e0]:

To Artifact [fc30aea5c5]:


1
2
3





4
5
6
7
8
9
10
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15



+
+
+
+
+







--[[message
This one's just a meme. Did you know that Lullaby of Obedience ignores summoning conditions?
]]

--~ 必须位于残局文件顶部
--~ 加载残局函数库
Debug.AddCard(0,0,0,LOCATION_MZONE,-1,POS_FACEUP)

Debug.SetAIName("AlphaKretin")
Debug.ReloadFieldBegin(DUEL_SIMPLE_AI+DUEL_PSEUDO_SHUFFLE,3)

Debug.SetPlayerInfo(0,2100,0,0)
Debug.SetPlayerInfo(1,25000,0,0)

--AI's deck
35
36
37
38
39
40
41
42
43
44




40
41
42
43
44
45
46

47
48
49
50
51
52







-


+
+
+
+
Debug.AddCard(97077563,0,0,LOCATION_SZONE,1,POS_FACEDOWN) --CotH
Debug.AddCard(77561728,0,0,LOCATION_SZONE,2,POS_FACEDOWN) --Disturbance strat

--Player's GY
Debug.AddCard(24221739,0,0,LOCATION_GRAVE,0,POS_FACEUP) --Protector of the Sanct

Debug.ReloadFieldEnd()
--Below makes it a one turn puzzle.
aux.BeginPuzzle()


fun["开局说明"]()