Overview
Comment: | 0.0.772 |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
4e35a9457ccbd8b1988cf4c3526741a8 |
User & Date: | 顽雨沉风 on 2023-07-06 15:17:01 |
Other Links: | manifest | tags |
Context
2023-07-06
| ||
15:20 | 0.0.773 check-in: 2139ea9fc2 user: 顽雨沉风 tags: trunk | |
15:17 | 0.0.772 check-in: 4e35a9457c user: 顽雨沉风 tags: trunk | |
15:16 | 0.0.771 check-in: 7cf7b34261 user: 顽雨沉风 tags: trunk | |
Changes
Modified single/LV-015.lua from [df7c05167c] to [6f22d8ac87].
1 2 3 4 5 6 7 8 | --[[message ]] --~ 必须位于残局文件顶部 --~ 加载残局函数库 Debug.AddCard(0,0,0,LOCATION_MZONE,-1,POS_FACEUP) Debug.SetAIName("Level-015") | | | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 | --[[message ]] --~ 必须位于残局文件顶部 --~ 加载残局函数库 Debug.AddCard(0,0,0,LOCATION_MZONE,-1,POS_FACEUP) Debug.SetAIName("Level-015") Debug.ReloadFieldBegin(DUEL_ATTACK_FIRST_TURN+DUEL_SIMPLE_AI,3) Debug.SetPlayerInfo(0,8000,0,0) Debug.SetPlayerInfo(1,8100,0,0) Debug.AddCard(31786629,0,0,LOCATION_MZONE,2,POS_FACEUP_ATTACK) Debug.AddCard(24611934,0,0,LOCATION_MZONE,3,POS_FACEUP_ATTACK) Debug.AddCard(43641473,0,0,LOCATION_SZONE,0,POS_FACEDOWN) |
︙ | ︙ |