Overview
Comment: | 0.0.1450 |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
1769795dacfbc1c2fcccb21b55d7f685 |
User & Date: | 顽雨沉风 on 2023-07-15 11:29:26 |
Other Links: | manifest | tags |
Context
2023-07-15
| ||
11:29 | 0.0.1451 check-in: a32afb3a72 user: 顽雨沉风 tags: trunk | |
11:29 | 0.0.1450 check-in: 1769795dac user: 顽雨沉风 tags: trunk | |
11:29 | 0.0.1449 check-in: 8f0bd14b20 user: 顽雨沉风 tags: trunk | |
Changes
Modified single/X-LV-24.lua from [55c8a4b27a] to [b7878501eb].
1 2 3 | --[[message 新手教学 ]] | < < < < | 1 2 3 4 5 6 7 8 9 10 | --[[message 新手教学 ]] Debug.SetAIName("顽雨沉风") Debug.ReloadFieldBegin(DUEL_ATTACK_FIRST_TURN+DUEL_SIMPLE_AI,4) Debug.SetPlayerInfo(0,8000,0,0) Debug.SetPlayerInfo(1,900,0,0) local g02=Debug.AddCard(48783998,0,0,LOCATION_MZONE,2,POS_FACEUP_ATTACK) local g12=Debug.AddCard(83011277,1,1,LOCATION_MZONE,2,POS_FACEUP_ATTACK) local m02=Debug.AddCard(31036355,0,0,LOCATION_SZONE,2,POS_FACEDOWN) |
︙ | ︙ |