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