游戏王残局简化版

Check-in [ba421ad7be]
Login

Check-in [ba421ad7be]

Overview
Comment:0.0.2604
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: ba421ad7befd4d1d75138c8a4e77a4de86675fd3562a1e8e22542a26a578f604
User & Date: 顽雨沉风 on 2023-10-07 00:55:42
Other Links: manifest | tags
Context
2023-10-07
00:55
0.0.2605 check-in: 2959073a95 user: 顽雨沉风 tags: trunk
00:55
0.0.2604 check-in: ba421ad7be user: 顽雨沉风 tags: trunk
00:55
0.0.2603 check-in: a09402ae35 user: 顽雨沉风 tags: trunk
Changes

Modified single/pkd-01_衍生版_01.lua from [19068a368e] to [3339d76659].

1
2
3
4
5
6
7
8
Debug.SetAIName("base-2")

Debug.ReloadFieldBegin(DUEL_ATTACK_FIRST_TURN,5)

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

-----------------
|







1
2
3
4
5
6
7
8
Debug.SetAIName("pkd-01_衍生版_01")

Debug.ReloadFieldBegin(DUEL_ATTACK_FIRST_TURN,5)

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

-----------------