Overview
Comment: | 0.0.2542 |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
350ed9b98ee40846437674fb0e9e4400 |
User & Date: | 顽雨沉风 on 2023-09-09 02:25:15 |
Other Links: | manifest | tags |
Context
2023-09-09
| ||
02:28 | 0.0.2543 check-in: d608be2cc6 user: 顽雨沉风 tags: trunk | |
02:25 | 0.0.2542 check-in: 350ed9b98e user: 顽雨沉风 tags: trunk | |
02:23 | 0.0.2541 check-in: 773494c847 user: 顽雨沉风 tags: trunk | |
Changes
Modified single/0.lua from [f992f915d3] to [9b78ff2a36].
︙ | ︙ | |||
23 24 25 26 27 28 29 | local g12=Debug.AddCard(46986414,1,1,LOCATION_MZONE,2,POS_FACEUP_ATTACK) local g11=Debug.AddCard(46986414,1,1,LOCATION_MZONE,1,POS_FACEUP_DEFENSE) Debug.ReloadFieldEnd() aux.BeginPuzzle() | | | 23 24 25 26 27 28 29 30 | local g12=Debug.AddCard(46986414,1,1,LOCATION_MZONE,2,POS_FACEUP_ATTACK) local g11=Debug.AddCard(46986414,1,1,LOCATION_MZONE,1,POS_FACEUP_DEFENSE) Debug.ReloadFieldEnd() aux.BeginPuzzle() --~ Debug.PreSetTarget(m3, s3) |
Modified single/NH-04.lua from [398a391534] to [cc8b7245cd].
︙ | ︙ | |||
37 38 39 40 41 42 43 44 45 46 47 48 49 50 | local s2=Debug.AddCard(38296564,1,1,LOCATION_SZONE,0,POS_FACEUP_ATTACK) local s1=Debug.AddCard(19508728,0,0,LOCATION_SZONE,2,POS_FACEUP) Debug.AddCard(68462976,1,1,LOCATION_SZONE,5,POS_FACEUP) Debug.ReloadFieldEnd() Debug.PreSetTarget(s2, m2) Debug.PreEquip(s1,m1) fun["印卡"](c1,2,10) | > < < | 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 | local s2=Debug.AddCard(38296564,1,1,LOCATION_SZONE,0,POS_FACEUP_ATTACK) local s1=Debug.AddCard(19508728,0,0,LOCATION_SZONE,2,POS_FACEUP) Debug.AddCard(68462976,1,1,LOCATION_SZONE,5,POS_FACEUP) Debug.ReloadFieldEnd() aux.BeginPuzzle() Debug.PreSetTarget(s2, m2) Debug.PreEquip(s1,m1) fun["印卡"](c1,2,10) |