游戏王残局简化版

Check-in [2c86bef1ad]
Login

Check-in [2c86bef1ad]

Overview
Comment:0.0.2506
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 2c86bef1ad83f6324e7421323f4baca8ca1a8cc2805e47f2cbc8ebddb82820a5
User & Date: 顽雨沉风 on 2023-09-05 10:06:13
Other Links: manifest | tags
Context
2023-09-05
10:06
0.0.2507 check-in: 6cfb728f06 user: 顽雨沉风 tags: trunk
10:06
0.0.2506 check-in: 2c86bef1ad user: 顽雨沉风 tags: trunk
10:05
0.0.2505 check-in: 0ccefb6f15 user: 顽雨沉风 tags: trunk
Changes

Modified single/13.Archfiend Fusion.lua from [9e5a97f9fc] to [eb5620c277].

1
2
3
4
5
6
7
8
9
10
--puzzle1
Debug.SetAIName("高性能电子头脑")
Debug.ReloadFieldBegin(DUEL_ATTACK_FIRST_TURN+DUEL_SIMPLE_AI)
Debug.SetPlayerInfo(0,100,0,0)
Debug.SetPlayerInfo(1,16500,0,0)
Debug.AddCard(63883999,0,0,LOCATION_DECK,0,POS_FACEDOWN)
Debug.AddCard(28423537,0,0,LOCATION_DECK,0,POS_FACEDOWN)
Debug.AddCard(31766317,0,0,LOCATION_DECK,0,POS_FACEDOWN)
Debug.AddCard(50287060,0,0,LOCATION_DECK,0,POS_FACEDOWN)
Debug.AddCard(92039899,0,0,LOCATION_DECK,0,POS_FACEDOWN)

|
|







1
2
3
4
5
6
7
8
9
10
--puzzle1
Debug.SetAIName("四妹")
Debug.ReloadFieldBegin(DUEL_ATTACK_FIRST_TURN+DUEL_SIMPLE_AI,3)
Debug.SetPlayerInfo(0,100,0,0)
Debug.SetPlayerInfo(1,16500,0,0)
Debug.AddCard(63883999,0,0,LOCATION_DECK,0,POS_FACEDOWN)
Debug.AddCard(28423537,0,0,LOCATION_DECK,0,POS_FACEDOWN)
Debug.AddCard(31766317,0,0,LOCATION_DECK,0,POS_FACEDOWN)
Debug.AddCard(50287060,0,0,LOCATION_DECK,0,POS_FACEDOWN)
Debug.AddCard(92039899,0,0,LOCATION_DECK,0,POS_FACEDOWN)