Differences From Artifact [2fae1fa724]:
- File single/_简化版_430_02.lua — part of check-in [112b33c2b7] at 2024-07-04 09:46:43 on branch trunk — 0 (user: 顽雨沉风, size: 3007) [annotate] [blame] [check-ins using]
- File single/简化版1_430.lua — part of check-in [b27559efa8] at 2024-07-18 22:49:55 on branch trunk — 0 (user: 顽雨沉风, size: 3007) [annotate] [blame] [check-ins using]
- File single/简化版_0430.lua — part of check-in [3b21139261] at 2024-07-21 01:24:06 on branch trunk — 0 (user: 顽雨沉风, size: 3007) [annotate] [blame] [check-ins using]
- File single/简化版_430.lua — part of check-in [337fdf50c1] at 2024-07-04 13:30:25 on branch trunk — 0 (user: 顽雨沉风, size: 3007) [annotate] [blame] [check-ins using]
- File single/简化版_430_02.lua — part of check-in [20eda4219d] at 2024-07-04 10:42:59 on branch trunk — 0 (user: 顽雨沉风, size: 3007) [annotate] [blame] [check-ins using]
- File single/简化版_443_03.lua — part of check-in [c8322ffe62] at 2024-07-03 13:00:45 on branch trunk — 0 (user: 顽雨沉风, size: 3007) [annotate] [blame] [check-ins using]
To Artifact [4a925a2d50]:
- File single/简化版_0430.lua — part of check-in [89a0b7106c] at 2024-07-24 04:01:36 on branch trunk — 0 (user: 顽雨沉风, size: 3029) [annotate] [blame] [check-ins using]
1 2 3 4 5 6 7 |
--[[message
维护:2024-07-03
简语:MH-20230405
标签:#棉花
]]
Debug.SetAIName("QQ群181175613")
| | | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 |
--[[message
维护:2024-07-03
简语:MH-20230405
标签:#棉花
]]
Debug.SetAIName("QQ群181175613")
Debug.ReloadFieldBegin(DUEL_PSEUDO_SHUFFLE + DUEL_ATTACK_FIRST_TURN + DUEL_SIMPLE_AI, 4)
Debug.SetPlayerInfo(0, 100, 0, 0)
Debug.SetPlayerInfo(1, 14200, 0, 0)
--自己的怪兽区
--对方的怪兽区
Debug.AddCard(89631139, 1, 1, LOCATION_MZONE, 0, POS_FACEUP_ATTACK) --黑兽龙
Debug.AddCard(89631139, 1, 1, LOCATION_MZONE, 4, POS_FACEUP_ATTACK) --黑兽龙
|
| ︙ | ︙ |