游戏王残局简化版

Check-in [a0d10567f7]
Login

Check-in [a0d10567f7]

Overview
Comment:0.0.2282
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: a0d10567f76cf412a02bad4d776dea7396f53de91c001011969b3b8108bcca9c
User & Date: 顽雨沉风 on 2023-07-29 01:31:20
Other Links: manifest | tags
Context
2023-07-29
01:31
0.0.2283 check-in: 6af1684ed7 user: 顽雨沉风 tags: trunk
01:31
0.0.2282 check-in: a0d10567f7 user: 顽雨沉风 tags: trunk
01:30
0.0.2281 check-in: 57bf01eb90 user: 顽雨沉风 tags: trunk
Changes

Modified single/在末法时期呼唤爱_001.lua from [9b14cd4600] to [271f34f62a].

1
2
3
4
5
6
7
8
9
10
11


12
13
14
--puzzle1
Debug.SetAIName("在末法时期呼唤爱_001")
Debug.ReloadFieldBegin(DUEL_ATTACK_FIRST_TURN+DUEL_SIMPLE_AI,5)
Debug.SetPlayerInfo(0,8000,0,0)
Debug.SetPlayerInfo(1,8000,0,0)

Debug.AddCard(85754829,0,0,LOCATION_MZONE,1,POS_FACEUP_ATTACK)
Debug.AddCard(85243784,0,0,LOCATION_MZONE,1,POS_FACEUP_ATTACK)

Debug.AddCard(16428514,1,1,LOCATION_MZONE,1,POS_FACEUP_ATTACK)
Debug.AddCard(21607304,1,1,LOCATION_MZONE,1,POS_FACEDOWN_DEFENSE)



Debug.ReloadFieldEnd()
aux.BeginPuzzle()






|


|

>
>



1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
--puzzle1
Debug.SetAIName("在末法时期呼唤爱_001")
Debug.ReloadFieldBegin(DUEL_ATTACK_FIRST_TURN+DUEL_SIMPLE_AI,5)
Debug.SetPlayerInfo(0,8000,0,0)
Debug.SetPlayerInfo(1,8000,0,0)

Debug.AddCard(85754829,0,0,LOCATION_MZONE,0,POS_FACEUP_ATTACK)
Debug.AddCard(85243784,0,0,LOCATION_MZONE,1,POS_FACEUP_ATTACK)

Debug.AddCard(16428514,1,1,LOCATION_MZONE,0,POS_FACEUP_ATTACK)
Debug.AddCard(21607304,1,1,LOCATION_MZONE,1,POS_FACEDOWN_DEFENSE)

Debug.AddCard(68001309,1,1,LOCATION_SZONE,1,POS_FACEUP_ATTACK)

Debug.ReloadFieldEnd()
aux.BeginPuzzle()