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,100,0,0)
--AI's deck
|
<
<
<
<
|
1
2
3
4
5
6
7
8
9
10
11
|
--[[message
This one's just a meme. Did you know that Lullaby of Obedience ignores summoning conditions?
]]
Debug.SetAIName("AlphaKretin")
Debug.ReloadFieldBegin(DUEL_SIMPLE_AI+DUEL_PSEUDO_SHUFFLE,3)
Debug.SetPlayerInfo(0,2100,0,0)
Debug.SetPlayerInfo(1,100,0,0)
--AI's deck
|