Overview
Comment: | 0.0.1645 |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
2fbfe4850f234584ffd72d8896949b9e |
User & Date: | 顽雨沉风 on 2023-07-16 01:45:13 |
Other Links: | manifest | tags |
Context
2023-07-16
| ||
01:45 | 0.0.1646 check-in: 4b8fc0ce1b user: 顽雨沉风 tags: trunk | |
01:45 | 0.0.1645 check-in: 2fbfe4850f user: 顽雨沉风 tags: trunk | |
01:45 | 0.0.1644 check-in: 46c61d57eb user: 顽雨沉风 tags: trunk | |
Changes
Modified single/X-LV-21.lua from [0c92bfda8a] to [6f62311d58].
1 2 3 4 5 6 7 8 9 10 11 12 13 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | - - - - - + | --[[message 新手教学 ]] Debug.SetAIName("顽雨沉风") Debug.ReloadFieldBegin(DUEL_ATTACK_FIRST_TURN+DUEL_SIMPLE_AI,4) Debug.SetPlayerInfo(0,8000,0,0) Debug.SetPlayerInfo(1,500,0,0) local g02=Debug.AddCard(46986414,0,0,LOCATION_MZONE,2,POS_FACEDOWN_DEFENSE) local g12=Debug.AddCard(59380081,1,1,LOCATION_MZONE,2,POS_FACEUP_ATTACK) local m01=Debug.AddCard(93747864,0,0,LOCATION_SZONE,1,POS_FACEDOWN) --~ local m02=Debug.AddCard(52503575,0,0,LOCATION_SZONE,2,POS_FACEDOWN) Debug.ReloadFieldEnd() |