Overview
Comment: | 0.0.1029 |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
d6ec1f53201efd22dfad5850730e4659 |
User & Date: | 顽雨沉风 on 2023-07-09 02:11:53 |
Other Links: | manifest | tags |
Context
2023-07-09
| ||
02:12 | 0.0.1030 check-in: 118263f0d0 user: 顽雨沉风 tags: trunk | |
02:11 | 0.0.1029 check-in: d6ec1f5320 user: 顽雨沉风 tags: trunk | |
02:06 | 0.0.1028 check-in: 392062af7f user: 顽雨沉风 tags: trunk | |
Changes
Modified single/sample8_衍生版_1.lua from [2c44268792] to [8a8a17b5f2].
1 2 3 4 5 6 7 8 9 10 11 12 | --[[message 综合残局1 ]] --~ 必须位于残局文件顶部 --~ 加载残局函数库 Debug.AddCard(0,0,0,LOCATION_MZONE,-1,POS_FACEUP) Debug.SetAIName("sample8") Debug.ReloadFieldBegin(DUEL_ATTACK_FIRST_TURN+DUEL_SIMPLE_AI,5) | | | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 | --[[message 综合残局1 ]] --~ 必须位于残局文件顶部 --~ 加载残局函数库 Debug.AddCard(0,0,0,LOCATION_MZONE,-1,POS_FACEUP) Debug.SetAIName("sample8") Debug.ReloadFieldBegin(DUEL_ATTACK_FIRST_TURN+DUEL_SIMPLE_AI,5) Debug.SetPlayerInfo(0,1100,0,0) Debug.SetPlayerInfo(1,11500,0,0) Debug.AddCard(15341821,0,0,LOCATION_MZONE,2,POS_FACEUP_DEFENSE) Debug.AddCard(58932615,0,0,LOCATION_MZONE,3,POS_FACEUP_ATTACK) Debug.AddCard(37955049,0,0,LOCATION_MZONE,1,POS_FACEUP_ATTACK) Debug.AddCard(87979586,0,0,LOCATION_REMOVED,0,POS_FACEUP_ATTACK) |
︙ | ︙ |