Overview
Comment: | 0.0.1655 |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
7a69607f60612dbb93e602fcc25ee774 |
User & Date: | 顽雨沉风 on 2023-07-16 01:46:24 |
Other Links: | manifest | tags |
Context
2023-07-16
| ||
01:46 | 0.0.1656 check-in: 26ad7091b5 user: 顽雨沉风 tags: trunk | |
01:46 | 0.0.1655 check-in: 7a69607f60 user: 顽雨沉风 tags: trunk | |
01:46 | 0.0.1654 check-in: 92d1250173 user: 顽雨沉风 tags: trunk | |
Changes
Modified single/X-LV-31.lua from [05baf8a842] to [3e46aa7c2f].
︙ | ︙ | |||
11 12 13 14 15 16 17 | local g02=Debug.AddCard(82199284,0,0,LOCATION_MZONE,2,POS_FACEUP_ATTACK) local g03=Debug.AddCard(29054481,0,0,LOCATION_MZONE,3,POS_FACEUP_ATTACK) local m02=Debug.AddCard(20374520,0,0,LOCATION_SZONE,2,POS_FACEUP) local c0=Debug.AddCard(15854426,0,0,LOCATION_SZONE,5,POS_FACEUP) Debug.AddCard(82199284,0,0,LOCATION_DECK,0,POS_FACEUP_ATTACK) Debug.AddCard(35199656,0,0,LOCATION_GRAVE,0,POS_FACEUP)Debug.ReloadFieldEnd() aux.BeginPuzzle() | < | 11 12 13 14 15 16 17 18 19 20 21 | local g02=Debug.AddCard(82199284,0,0,LOCATION_MZONE,2,POS_FACEUP_ATTACK) local g03=Debug.AddCard(29054481,0,0,LOCATION_MZONE,3,POS_FACEUP_ATTACK) local m02=Debug.AddCard(20374520,0,0,LOCATION_SZONE,2,POS_FACEUP) local c0=Debug.AddCard(15854426,0,0,LOCATION_SZONE,5,POS_FACEUP) Debug.AddCard(82199284,0,0,LOCATION_DECK,0,POS_FACEUP_ATTACK) Debug.AddCard(35199656,0,0,LOCATION_GRAVE,0,POS_FACEUP)Debug.ReloadFieldEnd() aux.BeginPuzzle() |