Overview
Comment: | 0.0.2382 |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
9bf8214a81b6aab4459e26ec2e316aa9 |
User & Date: | 顽雨沉风 on 2023-07-30 04:40:26 |
Other Links: | manifest | tags |
Context
2023-07-30
| ||
04:40 | 0.0.2383 check-in: 600a7b2f0b user: 顽雨沉风 tags: trunk | |
04:40 | 0.0.2382 check-in: 9bf8214a81 user: 顽雨沉风 tags: trunk | |
04:40 | 0.0.2381 check-in: 40f111b212 user: 顽雨沉风 tags: trunk | |
Changes
Modified single/ABC.lua from [0fee85ded4] to [066e49fd17].
1 2 | --ABC Debug.SetAIName("CPU") | | | 1 2 3 4 5 6 7 8 9 10 | --ABC Debug.SetAIName("CPU") 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) Debug.AddCard(21790410,0,0,LOCATION_DECK,0,POS_FACEDOWN) |
︙ | ︙ |