Overview
Comment: | 0.0.1661 |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
0eec565aaaf6798569e326a378e0ed28 |
User & Date: | 顽雨沉风 on 2023-07-16 01:47:16 |
Other Links: | manifest | tags |
Context
2023-07-16
| ||
01:47 | 0.0.1662 check-in: baf2777920 user: 顽雨沉风 tags: trunk | |
01:47 | 0.0.1661 check-in: 0eec565aaa user: 顽雨沉风 tags: trunk | |
01:47 | 0.0.1660 check-in: 8d59e78489 user: 顽雨沉风 tags: trunk | |
Changes
Modified single/X-LV-44.lua from [570598f254] to [cf65083a3b].
︙ | ︙ | |||
20 21 22 23 24 25 26 | local m12=Debug.AddCard(47529357,1,1,LOCATION_SZONE,2,POS_FACEUP) m13=Debug.AddCard(56747793,1,1,LOCATION_SZONE,3,POS_FACEUP) Debug.PreEquip(m13,g13) Debug.AddCard(74063034,0,0,LOCATION_DECK,0,POS_FACEUP_ATTACK) Debug.AddCard(12307878,0,0,LOCATION_EXTRA,0,POS_FACEDOWN)Debug.AddCard(49513164,0,0,LOCATION_EXTRA,0,POS_FACEDOWN)Debug.PreEquip(m12,g12) Debug.ReloadFieldEnd() aux.BeginPuzzle() | < | 20 21 22 23 24 25 26 27 28 29 | local m12=Debug.AddCard(47529357,1,1,LOCATION_SZONE,2,POS_FACEUP) m13=Debug.AddCard(56747793,1,1,LOCATION_SZONE,3,POS_FACEUP) Debug.PreEquip(m13,g13) Debug.AddCard(74063034,0,0,LOCATION_DECK,0,POS_FACEUP_ATTACK) Debug.AddCard(12307878,0,0,LOCATION_EXTRA,0,POS_FACEDOWN)Debug.AddCard(49513164,0,0,LOCATION_EXTRA,0,POS_FACEDOWN)Debug.PreEquip(m12,g12) Debug.ReloadFieldEnd() aux.BeginPuzzle() |