游戏王残局简化版

Check-in [d45e681c1f]
Login

Check-in [d45e681c1f]

Overview
Comment:0.0.2690
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: d45e681c1f6128b1875daff7619a1120351485272c81c219f9b957d713334531
User & Date: 顽雨沉风 on 2023-10-11 09:48:48
Other Links: manifest | tags
Context
2023-10-11
09:54
0.0.2691 check-in: 474c5f39d2 user: 顽雨沉风 tags: trunk
09:48
0.0.2690 check-in: d45e681c1f user: 顽雨沉风 tags: trunk
09:24
0.0.2689 check-in: bc07502dd3 user: 顽雨沉风 tags: trunk
Changes

Modified single/动画-01.lua from [7743ac0f93] to [9e0d462cfe].

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
--[[message
藤木游作:
「这个残局的确又复杂又难解」
超越作哥的时机已经到了!
]]

Debug.SetAIName("动画-01")

Debug.ReloadFieldBegin(DUEL_ATTACK_FIRST_TURN+DUEL_SIMPLE_AI,5)

Debug.SetPlayerInfo(0,100,0,0)
Debug.SetPlayerInfo(1,8900,0,0)

-----------------

Debug.AddCard(645087,0,0,LOCATION_HAND,0,POS_FACEDOWN)
--~ Debug.AddCard(20450925,0,0,LOCATION_HAND,0,POS_FACEDOWN)
Debug.AddCard(18789533,0,0,LOCATION_GRAVE,0,POS_FACEUP)












|







1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
--[[message
藤木游作:
「这个残局的确又复杂又难解」
超越作哥的时机已经到了!
]]

Debug.SetAIName("动画-01")

Debug.ReloadFieldBegin(DUEL_ATTACK_FIRST_TURN+DUEL_SIMPLE_AI,5)

Debug.SetPlayerInfo(0,100,0,0)
Debug.SetPlayerInfo(1,9100,0,0)

-----------------

Debug.AddCard(645087,0,0,LOCATION_HAND,0,POS_FACEDOWN)
--~ Debug.AddCard(20450925,0,0,LOCATION_HAND,0,POS_FACEDOWN)
Debug.AddCard(18789533,0,0,LOCATION_GRAVE,0,POS_FACEUP)