Overview
Comment: | 0.0.1449 |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
8f0bd14b202082db77b5dc9df1d93cb2 |
User & Date: | 顽雨沉风 on 2023-07-15 11:29:19 |
Other Links: | manifest | tags |
Context
2023-07-15
| ||
11:29 | 0.0.1450 check-in: 1769795dac user: 顽雨沉风 tags: trunk | |
11:29 | 0.0.1449 check-in: 8f0bd14b20 user: 顽雨沉风 tags: trunk | |
11:29 | 0.0.1448 check-in: 6e63d6318d user: 顽雨沉风 tags: trunk | |
Changes
Modified single/X-LV-23.lua from [92a89f6caa] to [c38a0dbf5f].
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,1000,0,0) local g01=Debug.AddCard(24137081,0,0,LOCATION_MZONE,1,POS_FACEUP_ATTACK) local g02=Debug.AddCard(24137081,0,0,LOCATION_MZONE,2,POS_FACEUP_ATTACK) local g12=Debug.AddCard(89631139,1,1,LOCATION_MZONE,2,POS_FACEUP_DEFENSE) |
︙ | ︙ |