Differences From Artifact [3c7dc08e3c]:
- File single/简化版_0520_17.lua — part of check-in [c8affac866] at 2024-07-25 07:51:43 on branch trunk — 0 (user: 顽雨沉风, size: 1668) [annotate] [blame] [check-ins using]
- File single/简化版_50_020_2.lua — part of check-in [98d9d68ae7] at 2024-08-07 01:07:50 on branch trunk — 0 (user: 顽雨沉风, size: 1668) [annotate] [blame] [check-ins using]
- File single/简化版_50_20_2.lua — part of check-in [2ece359398] at 2024-08-07 01:07:27 on branch trunk — 0 (user: 顽雨沉风, size: 1668) [annotate] [blame] [check-ins using]
To Artifact [a86a446158]:
- File single/简化版_30_020_5.lua — part of check-in [fd8059775c] at 2024-08-07 01:12:41 on branch trunk — 0 (user: 顽雨沉风, size: 1670) [annotate] [blame] [check-ins using]
- File single/简化版_50_020_2.lua — part of check-in [fdd1f29712] at 2024-08-07 01:07:59 on branch trunk — 0 (user: 顽雨沉风, size: 1670) [annotate] [blame] [check-ins using]
1 2 3 4 5 6 7 8 9 10 11 |
--[[message
#天地创造击 #23.The Creation Burst
#四妹
]]
Debug.SetAIName("QQ群181175613")
Debug.ReloadFieldBegin(DUEL_PSEUDO_SHUFFLE + DUEL_ATTACK_FIRST_TURN + DUEL_SIMPLE_AI, 5)
Debug.SetPlayerInfo(0, 1600, 0, 0)
Debug.SetPlayerInfo(1, 11300, 0, 0)
local k1, k2 = LOCATION_MZONE, POS_FACEUP_ATTACK--怪兽
Debug.AddCard(89631139, 1, 1, k1, 2, POS_FACEUP_ATTACK)
| > | 1 2 3 4 5 6 7 8 9 10 11 12 |
--[[message
#天地创造击 #23.The Creation Burst
#四妹
]]
Debug.SetAIName("QQ群181175613")
Debug.ReloadFieldBegin(DUEL_PSEUDO_SHUFFLE + DUEL_ATTACK_FIRST_TURN + DUEL_SIMPLE_AI, 5)
Debug.SetPlayerInfo(0, 1600, 0, 0)
Debug.SetPlayerInfo(1, 11300, 0, 0)
local k1, k2 = LOCATION_MZONE, POS_FACEUP_ATTACK--怪兽
Debug.AddCard(89631139, 1, 1, k1, 2, POS_FACEUP_ATTACK)
|
| ︙ | ︙ |