Overview
Comment: | 0.0.1674 |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
1d45a603cdfbe3f2fe4f73fd5c69fa60 |
User & Date: | 顽雨沉风 on 2023-07-16 01:56:51 |
Other Links: | manifest | tags |
Context
2023-07-16
| ||
01:57 | 0.0.1675 check-in: 5bb3b7fb83 user: 顽雨沉风 tags: trunk | |
01:56 | 0.0.1674 check-in: 1d45a603cd user: 顽雨沉风 tags: trunk | |
01:56 | 0.0.1673 check-in: b59a517f95 user: 顽雨沉风 tags: trunk | |
Changes
Modified single/[WCS2006]10_gilford.lua from [e1e20e9876] to [a3cac40bc8].
︙ | ︙ | |||
13 14 15 16 17 18 19 20 21 22 | local m03 = Debug.AddCard(84430950,0,0,LOCATION_MZONE,3,POS_FACEUP_ATTACK) Debug.AddCard(65957473,1,1,LOCATION_MZONE,2,POS_FACEUP_ATTACK) local s01 = Debug.AddCard(55226821,0,0,LOCATION_SZONE,1,POS_FACEUP) local s02 = Debug.AddCard(37684215,0,0,LOCATION_SZONE,2,POS_FACEUP) local s03 = Debug.AddCard(31423101,0,0,LOCATION_SZONE,3,POS_FACEUP) Debug.PreEquip(s01, m01) Debug.PreEquip(s02, m02) Debug.PreEquip(s03, m03) | > < < < | 13 14 15 16 17 18 19 20 21 22 23 24 | local m03 = Debug.AddCard(84430950,0,0,LOCATION_MZONE,3,POS_FACEUP_ATTACK) Debug.AddCard(65957473,1,1,LOCATION_MZONE,2,POS_FACEUP_ATTACK) local s01 = Debug.AddCard(55226821,0,0,LOCATION_SZONE,1,POS_FACEUP) local s02 = Debug.AddCard(37684215,0,0,LOCATION_SZONE,2,POS_FACEUP) local s03 = Debug.AddCard(31423101,0,0,LOCATION_SZONE,3,POS_FACEUP) Debug.ReloadFieldEnd() Debug.PreEquip(s01, m01) Debug.PreEquip(s02, m02) Debug.PreEquip(s03, m03) aux.BeginPuzzle() |