游戏王残局简化版

Check-in [c35d863809]
Login

Check-in [c35d863809]

Overview
Comment:0.0.2431
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: c35d863809e5bf0b73e65ec24e67b8260fabb02a6467a56870a60139558d90f0
User & Date: 顽雨沉风 on 2023-07-30 10:19:58
Other Links: manifest | tags
Context
2023-07-30
10:20
0.0.2432 check-in: cf1e36638e user: 顽雨沉风 tags: trunk
10:19
0.0.2431 check-in: c35d863809 user: 顽雨沉风 tags: trunk
10:19
0.0.2430 check-in: 1e29d0dbcd user: 顽雨沉风 tags: trunk
Changes

Modified single/房同学F_001.lua from [a7ffc6f8bf] to [79ad272a49].



































>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
--puzzle1
Debug.SetAIName("Level-018")
Debug.ReloadFieldBegin(DUEL_ATTACK_FIRST_TURN+DUEL_SIMPLE_AI,5)
Debug.SetPlayerInfo(0,8000,0,0)
Debug.SetPlayerInfo(1,3000,0,0)

Debug.AddCard(64631466,0,0,LOCATION_MZONE,2,POS_FACEUP_ATTACK)

Debug.AddCard(34853266,0,0,LOCATION_HAND,0,POS_FACEDOWN)
Debug.AddCard(14087893,0,0,LOCATION_HAND,0,POS_FACEDOWN)

Debug.AddCard(89631139,1,1,LOCATION_MZONE,3,POS_FACEUP_ATTACK)
Debug.AddCard(89631139,1,1,LOCATION_MZONE,2,POS_FACEUP_ATTACK)
Debug.AddCard(89631139,1,1,LOCATION_MZONE,1,POS_FACEUP_ATTACK)

Debug.ReloadFieldEnd()
aux.BeginPuzzle()