游戏王残局简化版

Check-in [f981b5aa5b]
Login

Check-in [f981b5aa5b]

Overview
Comment:0
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: f981b5aa5b88491e650aafa7686be7172ddb9c66b2ec7328b9086bd623ad1d26
User & Date: 顽雨沉风 on 2024-07-18 02:51:02
Other Links: manifest | tags
Context
2024-07-18
03:03
0 check-in: fc705f060b user: 顽雨沉风 tags: trunk
02:51
0 check-in: f981b5aa5b user: 顽雨沉风 tags: trunk
02:50
0 check-in: 689a44aced user: 顽雨沉风 tags: trunk
Changes

Modified single/测试局_3.lua from [96e783ee53] to [6e05caf656].

1
2
3

4
5

6
7
8
9

10

11
12
13
14
1


2
3

4
5
6
7
8
9
10
11
12
13
14
15

-
-
+

-
+




+

+




--[[message
维护:2024-07-03
简语:「盖放」包括从表侧变为里侧
「盖放」包括从表侧变为里侧
]]
Debug.SetAIName("test")
Debug.SetAIName("QQ群181175613")
Debug.ReloadFieldBegin(DUEL_ATTACK_FIRST_TURN + DUEL_SIMPLE_AI, 5)
Debug.SetPlayerInfo(0, 8000, 0, 0)
Debug.SetPlayerInfo(1, 8000, 0, 0)

--怪兽区域
Debug.AddCard(11366199, 1, 1, LOCATION_MZONE, 0, POS_FACEUP_ATTACK)
--手卡区域
Debug.AddCard(35480699, 0, 0, LOCATION_HAND, 0, POS_FACEDOWN)

Debug.ReloadFieldEnd()
aux.BeginPuzzle()