游戏王残局简化版

Check-in [c6bf11c9d2]
Login

Check-in [c6bf11c9d2]

Overview
Comment:0.0.2279
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: c6bf11c9d23ddc24377870869f1e4f6a05e80399376125e4ef00086006521eca
User & Date: 顽雨沉风 on 2023-07-29 01:29:34
Other Links: manifest | tags
Context
2023-07-29
01:29
0.0.2280 check-in: bbe395cba2 user: 顽雨沉风 tags: trunk
01:29
0.0.2279 check-in: c6bf11c9d2 user: 顽雨沉风 tags: trunk
01:28
0.0.2278 check-in: 08d7a7eb39 user: 顽雨沉风 tags: trunk
Changes

Modified single/在末法时期呼唤爱_001.lua from [9c74fb3cce] to [209d6149b6].

1
2
3
4
5
6
7

8
9
10
--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(11384280,0,0,LOCATION_MZONE,1,POS_FACEUP_ATTACK)


Debug.ReloadFieldEnd()
aux.BeginPuzzle()






|
>



1
2
3
4
5
6
7
8
9
10
11
--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.ReloadFieldEnd()
aux.BeginPuzzle()