Overview
Comment: | 0.0.2383 |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
600a7b2f0b168328095d8e51c81af874 |
User & Date: | 顽雨沉风 on 2023-07-30 04:40:34 |
Other Links: | manifest | tags |
Context
2023-07-30
| ||
04:40 | 0.0.2384 check-in: 0df68ee626 user: 顽雨沉风 tags: trunk | |
04:40 | 0.0.2383 check-in: 600a7b2f0b user: 顽雨沉风 tags: trunk | |
04:40 | 0.0.2382 check-in: 9bf8214a81 user: 顽雨沉风 tags: trunk | |
Changes
Modified single/ABC.lua from [066e49fd17] to [6069737743].
1 | --ABC | | | 1 2 3 4 5 6 7 8 9 | --ABC Debug.SetAIName("ABC") Debug.ReloadFieldBegin(DUEL_ATTACK_FIRST_TURN+DUEL_SIMPLE_AI,3) Debug.SetPlayerInfo(0,100,0,0) Debug.SetPlayerInfo(1,18700,0,0) Debug.AddCard(21790410,0,0,LOCATION_DECK,0,POS_FACEDOWN) Debug.AddCard(21977828,0,0,LOCATION_DECK,0,POS_FACEDOWN) Debug.AddCard(21977828,0,0,LOCATION_DECK,0,POS_FACEDOWN) Debug.AddCard(68184115,0,0,LOCATION_HAND,0,POS_FACEDOWN) |
︙ | ︙ |