Overview
Comment: | 0.0.2499 |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
f3813c8ed273f59dd8be9d70bdbcf24b |
User & Date: | 顽雨沉风 on 2023-08-28 03:56:20 |
Other Links: | manifest | tags |
Context
2023-08-28
| ||
03:57 | 0.0.2500 check-in: d8d605150e user: 顽雨沉风 tags: trunk | |
03:56 | 0.0.2499 check-in: f3813c8ed2 user: 顽雨沉风 tags: trunk | |
03:56 | 0.0.2498 check-in: 68f27ae3ab user: 顽雨沉风 tags: trunk | |
Changes
Modified single/12.Number Battle.lua from [997019fbee] to [0d7b5b6a63].
1 | --puzzle1 | | | | 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,32000,0,0) Debug.AddCard(674561,0,0,LOCATION_DECK,0,POS_FACEDOWN) Debug.AddCard(10275411,0,0,LOCATION_DECK,0,POS_FACEDOWN) Debug.AddCard(674561,0,0,LOCATION_DECK,0,POS_FACEDOWN) Debug.AddCard(72355441,0,0,LOCATION_DECK,0,POS_FACEDOWN) Debug.AddCard(64034255,0,0,LOCATION_DECK,0,POS_FACEDOWN) |
︙ | ︙ |