Overview
Comment: | 0.0.1031 |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
263f3818287a613699448f55a51c5eb4 |
User & Date: | 顽雨沉风 on 2023-07-09 05:05:56 |
Other Links: | manifest | tags |
Context
2023-07-09
| ||
05:16 | 0.0.1032 check-in: f219de36da user: 顽雨沉风 tags: trunk | |
05:05 | 0.0.1031 check-in: 263f381828 user: 顽雨沉风 tags: trunk | |
02:12 | 0.0.1030 check-in: 118263f0d0 user: 顽雨沉风 tags: trunk | |
Changes
Modified single/sample9.lua from [880703bb5c] to [6c5bb9471f].
1 2 3 4 5 6 7 8 | --[[message 综合残局2 ]] --~ 必须位于残局文件顶部 --~ 加载残局函数库 Debug.AddCard(0,0,0,LOCATION_MZONE,-1,POS_FACEUP) Debug.SetAIName("sample9") Debug.ReloadFieldBegin(DUEL_ATTACK_FIRST_TURN+DUEL_SIMPLE_AI+DUEL_PSEUDO_SHUFFLE,5) | | | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 | --[[message 综合残局2 ]] --~ 必须位于残局文件顶部 --~ 加载残局函数库 Debug.AddCard(0,0,0,LOCATION_MZONE,-1,POS_FACEUP) Debug.SetAIName("sample9") Debug.ReloadFieldBegin(DUEL_ATTACK_FIRST_TURN+DUEL_SIMPLE_AI+DUEL_PSEUDO_SHUFFLE,5) Debug.SetPlayerInfo(0,1100,0,0) Debug.SetPlayerInfo(1,4300,0,0) Debug.AddCard(00027551,0,0,LOCATION_SZONE,2,POS_FACEDOWN) Debug.AddCard(67441435,0,0,LOCATION_GRAVE,0,POS_FACEUP_ATTACK) Debug.AddCard(50720316,0,0,LOCATION_GRAVE,1,POS_FACEUP_ATTACK) |
︙ | ︙ |