游戏王残局简化版

Diff
Login

Diff

Differences From Artifact [1e322fca94]:

To Artifact [b7fb848fb2]:


1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
--[[message
Ruin and Demise are deep into your deck, and so are their Ritual Spells.
Can you still summon both of them?
Be careful on not locking yourself out of the combo!
#RashFaustinho_04_Ruin_and_Demise
]]

Debug.SetAIName("QQ群181175613")
Debug.ReloadFieldBegin(DUEL_ATTACK_FIRST_TURN + DUEL_SIMPLE_AI, 5)
Debug.SetPlayerInfo(0, 2100, 0, 0)
Debug.SetPlayerInfo(1, 9000, 0, 0)

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








|







1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
--[[message
Ruin and Demise are deep into your deck, and so are their Ritual Spells.
Can you still summon both of them?
Be careful on not locking yourself out of the combo!
#RashFaustinho_04_Ruin_and_Demise
]]

Debug.SetAIName("QQ群181175613")
Debug.ReloadFieldBegin(DUEL_PSEUDO_SHUFFLE + DUEL_ATTACK_FIRST_TURN + DUEL_SIMPLE_AI, 5)
Debug.SetPlayerInfo(0, 2100, 0, 0)
Debug.SetPlayerInfo(1, 9000, 0, 0)

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