Overview
Comment: | 0.0.1998 |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
e54b9c14e4a36384f524b9e4e8504006 |
User & Date: | 顽雨沉风 on 2023-07-21 02:22:56 |
Other Links: | manifest | tags |
Context
2023-07-21
| ||
02:23 | 0.0.1999 check-in: 589512e4d5 user: 顽雨沉风 tags: trunk | |
02:22 | 0.0.1998 check-in: e54b9c14e4 user: 顽雨沉风 tags: trunk | |
02:04 | 0.0.1997 check-in: b150bd1e65 user: 顽雨沉风 tags: trunk | |
Changes
Modified single/ytb04_Malefic_衍生版_1.lua from [24edf3b22d] to [6f26b135de].
1 2 3 4 5 6 7 | -------------------------- -- Single Mode Duel Puzzle -- Malefic -------------------------- Debug.SetAIName("ytb04_Malefic") Debug.ReloadFieldBegin(DUEL_ATTACK_FIRST_TURN+DUEL_SIMPLE_AI,3) | | | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | -------------------------- -- Single Mode Duel Puzzle -- Malefic -------------------------- Debug.SetAIName("ytb04_Malefic") Debug.ReloadFieldBegin(DUEL_ATTACK_FIRST_TURN+DUEL_SIMPLE_AI,3) Debug.SetPlayerInfo(0,3600,0,0) Debug.SetPlayerInfo(1,3600,0,0) --Player's Hand Debug.AddCard(00598988,0,0,LOCATION_HAND,0,POS_FACEDOWN) Debug.AddCard(09433350,0,0,LOCATION_HAND,0,POS_FACEDOWN) Debug.AddCard(65192027,0,0,LOCATION_HAND,0,POS_FACEDOWN) |
︙ | ︙ |