Overview
Comment: | 0.0.1241 |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
59e9711fb81d5a514b2d05fa06ed376a |
User & Date: | 顽雨沉风 on 2023-07-14 07:28:32 |
Other Links: | manifest | tags |
Context
2023-07-14
| ||
07:32 | 0.0.1242 check-in: cf0e7112bc user: 顽雨沉风 tags: trunk | |
07:28 | 0.0.1241 check-in: 59e9711fb8 user: 顽雨沉风 tags: trunk | |
07:26 | 0.0.1240 check-in: dcdee96b75 user: 顽雨沉风 tags: trunk | |
Changes
Modified single/悠悠王-02.lua from [5f8c4f359d] to [e596fe9074].
1 2 3 4 5 6 7 8 9 10 11 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 | + + - + + + | --~ 必须位于残局文件顶部 --~ 加载残局函数库 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,6000,0,0) --自己的怪兽区 --对方的怪兽区 Debug.AddCard(8783685,1,1,LOCATION_MZONE,0,POS_FACEUP_ATTACK) --神龙之圣刻印 Debug.AddCard(8783685,1,1,LOCATION_MZONE,1,POS_FACEUP_ATTACK) --神龙之圣刻印 |
︙ |