Overview
Comment: | 0.0.1430 |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
b447f8b8ecadd8dd980fa2c24a1e2f94 |
User & Date: | 顽雨沉风 on 2023-07-15 11:26:04 |
Other Links: | manifest | tags |
Context
2023-07-15
| ||
11:26 | 0.0.1431 check-in: b10f875af3 user: 顽雨沉风 tags: trunk | |
11:26 | 0.0.1430 check-in: b447f8b8ec user: 顽雨沉风 tags: trunk | |
11:25 | 0.0.1429 check-in: 7ee36a47b3 user: 顽雨沉风 tags: trunk | |
Changes
Modified single/X-LV-04.lua from [ebadba0ab6] to [de94edc00f].
1 2 3 4 | --[[message 新手教学 【莫勉强】 ]] | < < < < | 1 2 3 4 5 6 7 8 9 10 11 | --[[message 新手教学 【莫勉强】 ]] Debug.SetAIName("顽雨沉风") Debug.ReloadFieldBegin(DUEL_ATTACK_FIRST_TURN+DUEL_SIMPLE_AI,4) Debug.SetPlayerInfo(0,100,0,0) Debug.SetPlayerInfo(1,10500,0,0) local g01=Debug.AddCard(16428514,0,0,LOCATION_MZONE,1,POS_FACEDOWN_DEFENSE) local g02=Debug.AddCard(78202553,0,0,LOCATION_MZONE,2,POS_FACEDOWN_DEFENSE) local g12=Debug.AddCard(46613515,1,1,LOCATION_MZONE,2,POS_FACEUP_ATTACK) |
︙ | ︙ |