Overview
Comment: | 0.0.1246 |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
ed2274c9315e2267dc2035d2616ab2c8 |
User & Date: | 顽雨沉风 on 2023-07-14 07:53:50 |
Other Links: | manifest | tags |
Context
2023-07-14
| ||
08:31 | 0.0.1247 check-in: d2cd7c40f8 user: 顽雨沉风 tags: trunk | |
07:53 | 0.0.1246 check-in: ed2274c931 user: 顽雨沉风 tags: trunk | |
07:43 | 0.0.1245 check-in: 31b36ad131 user: 顽雨沉风 tags: trunk | |
Changes
Modified single/悠悠王-02.lua from [3a0985ee00] to [0878ed6d63].
1 2 3 4 5 6 7 | --~ 必须位于残局文件顶部 --~ 加载残局函数库 Debug.AddCard(0,0,0,LOCATION_MZONE,-1,POS_FACEUP) Debug.SetAIName("Lionben影城波") Debug.ReloadFieldBegin(DUEL_ATTACK_FIRST_TURN+DUEL_SIMPLE_AI,5) Debug.SetPlayerInfo(0,100,0,0) | | | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | --~ 必须位于残局文件顶部 --~ 加载残局函数库 Debug.AddCard(0,0,0,LOCATION_MZONE,-1,POS_FACEUP) Debug.SetAIName("Lionben影城波") Debug.ReloadFieldBegin(DUEL_ATTACK_FIRST_TURN+DUEL_SIMPLE_AI,5) Debug.SetPlayerInfo(0,100,0,0) Debug.SetPlayerInfo(1,6100,0,0) --自己的怪兽区 --对方的怪兽区 Debug.AddCard(8783685,1,1,LOCATION_MZONE,0,POS_FACEUP_ATTACK) --神龙之圣刻印 Debug.AddCard(8783685,1,1,LOCATION_MZONE,1,POS_FACEUP_ATTACK) --神龙之圣刻印 Debug.AddCard(8783685,1,1,LOCATION_MZONE,2,POS_FACEUP_ATTACK) --神龙之圣刻印 Debug.AddCard(8783685,1,1,LOCATION_MZONE,3,POS_FACEUP_ATTACK) --神龙之圣刻印 |
︙ | ︙ |