游戏王残局简化版

Check-in [e723e52cd8]
Login

Check-in [e723e52cd8]

Overview
Comment:(/ω\)
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: e723e52cd8e7b026871e2dcc834b287c6ddee518e4e8a6ab903d5a6ef0e4362c
User & Date: 顽雨沉风 on 2024-01-21 04:53:57
Other Links: manifest | tags
Context
2024-01-22
07:35
(/ω\) check-in: 7f595724f2 user: 顽雨沉风 tags: trunk
2024-01-21
04:53
(/ω\) check-in: e723e52cd8 user: 顽雨沉风 tags: trunk
04:53
(/ω\) check-in: 1fa778f1c0 user: 顽雨沉风 tags: trunk
Changes

Deleted single/3_7_[WCS2006]_传说的战士.lua version [09a6ea9cd2].

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

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

Debug.AddCard(69933858,0,0,LOCATION_HAND,0,POS_FACEDOWN)

local m01 = Debug.AddCard(21015833,0,0,LOCATION_MZONE,1,POS_FACEUP_ATTACK)
local m02 = Debug.AddCard(00423705,0,0,LOCATION_MZONE,2,POS_FACEUP_ATTACK)
local m03 = Debug.AddCard(84430950,0,0,LOCATION_MZONE,3,POS_FACEUP_ATTACK)
Debug.AddCard(65957473,1,1,LOCATION_MZONE,2,POS_FACEUP_ATTACK)

local s01 = Debug.AddCard(55226821,0,0,LOCATION_SZONE,1,POS_FACEUP)
local s02 = Debug.AddCard(37684215,0,0,LOCATION_SZONE,2,POS_FACEUP)
local s03 = Debug.AddCard(31423101,0,0,LOCATION_SZONE,3,POS_FACEUP)

Debug.ReloadFieldEnd()
Debug.PreEquip(s01, m01)
Debug.PreEquip(s02, m02)
Debug.PreEquip(s03, m03)
aux.BeginPuzzle()
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<