游戏王残局简化版

Check-in [dfe345e7c3]
Login

Check-in [dfe345e7c3]

Overview
Comment:(/ω\)
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: dfe345e7c39f219d1ba5569d1e59b96b6650a6c86c50c701b7f8511589792732
User & Date: 顽雨沉风 on 2024-01-21 03:34:16
Other Links: manifest | tags
Context
2024-01-21
03:43
(/ω\) check-in: 212ed95a00 user: 顽雨沉风 tags: trunk
03:34
(/ω\) check-in: dfe345e7c3 user: 顽雨沉风 tags: trunk
03:32
(/ω\) check-in: fedf9b1ca1 user: 顽雨沉风 tags: trunk
Changes

Added single/3_6_[WCS2006]_古代的机械.lua version [3cde613fce].















































>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
--[[message
查局:
旧名:[WCS2006]03_antique_gear
]]
Debug.SetAIName("[WCS2006]03_antique_gear")
Debug.ReloadFieldBegin(DUEL_ATTACK_FIRST_TURN+DUEL_SIMPLE_AI,3)

Debug.SetPlayerInfo(0,1400,0,0)
Debug.SetPlayerInfo(1,3300,0,0)

Debug.AddCard(92001300,0,0,LOCATION_HAND,0,POS_FACEDOWN)
Debug.AddCard(10509340,0,0,LOCATION_HAND,0,POS_FACEDOWN)
Debug.AddCard(83104731,0,0,LOCATION_HAND,0,POS_FACEDOWN)
Debug.AddCard(56094445,0,0,LOCATION_HAND,0,POS_FACEDOWN)

Debug.AddCard(23995346,0,0,LOCATION_MZONE,2,POS_FACEUP_ATTACK)
Debug.AddCard(89631139,1,1,LOCATION_MZONE,2,POS_FACEUP_ATTACK)

Debug.AddCard(80604091,0,0,LOCATION_SZONE,2,POS_FACEUP)
Debug.AddCard(44095762,1,1,LOCATION_SZONE,2,POS_FACEDOWN)

Debug.ReloadFieldEnd()
aux.BeginPuzzle()

Modified single/[WCS2006]03_antique_gear.lua from [ecada77356] to [3cde613fce].

1


2
3
4
5
6
7
8
--[[message


]]
Debug.SetAIName("[WCS2006]03_antique_gear")
Debug.ReloadFieldBegin(DUEL_ATTACK_FIRST_TURN+DUEL_SIMPLE_AI,3)

Debug.SetPlayerInfo(0,1400,0,0)
Debug.SetPlayerInfo(1,3300,0,0)


>
>







1
2
3
4
5
6
7
8
9
10
--[[message
查局:
旧名:[WCS2006]03_antique_gear
]]
Debug.SetAIName("[WCS2006]03_antique_gear")
Debug.ReloadFieldBegin(DUEL_ATTACK_FIRST_TURN+DUEL_SIMPLE_AI,3)

Debug.SetPlayerInfo(0,1400,0,0)
Debug.SetPlayerInfo(1,3300,0,0)