Overview
Comment: | 0.0.1821 |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
116fd1cb0a52629bb48fc156c3eccfce |
User & Date: | 顽雨沉风 on 2023-07-19 08:06:27 |
Other Links: | manifest | tags |
Context
2023-07-19
| ||
08:07 | 0.0.1822 check-in: fb370ecb12 user: 顽雨沉风 tags: trunk | |
08:06 | 0.0.1821 check-in: 116fd1cb0a user: 顽雨沉风 tags: trunk | |
08:06 | 0.0.1820 check-in: ad898fe92c user: 顽雨沉风 tags: trunk | |
Changes
Modified single/06.Blackwing Counter.lua from [d59e8189da] to [6688f98d5c].
︙ | |||
29 30 31 32 33 34 35 | 29 30 31 32 33 34 35 36 | - | local m1=Debug.AddCard(40101111,1,1,LOCATION_MZONE,3,POS_FACEUP_ATTACK,true) local s1=Debug.AddCard(6178850,1,1,LOCATION_SZONE,3,POS_FACEUP) Debug.PreEquip(s1,m1) Debug.AddCard(56252810,1,1,LOCATION_SZONE,1,POS_FACEDOWN) Debug.AddCard(76407432,1,1,LOCATION_SZONE,2,POS_FACEDOWN) Debug.AddCard(49010598,1,1,LOCATION_SZONE,4,POS_FACEDOWN) Debug.ReloadFieldEnd() |