Overview
Comment: | 0.0.2500 |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
d8d605150eff1bcea47f34c0a55c8da2 |
User & Date: | 顽雨沉风 on 2023-08-28 03:57:02 |
Other Links: | manifest | tags |
Context
2023-08-28
| ||
04:05 | 0.0.2501 check-in: 87f15176cf user: 顽雨沉风 tags: trunk | |
03:57 | 0.0.2500 check-in: d8d605150e user: 顽雨沉风 tags: trunk | |
03:56 | 0.0.2499 check-in: f3813c8ed2 user: 顽雨沉风 tags: trunk | |
Changes
Modified single/12.Number Battle.lua from [0d7b5b6a63] to [e799474855].
1 2 3 4 5 6 7 | --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) | > > > > | 1 2 3 4 5 6 7 8 9 10 11 | --[[message 编号卡斗争 ]] --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) |
︙ | ︙ |