Overview
Comment: | 0.0.887 |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
e9296b9b86b7d18cb7bb2d61f4041b19 |
User & Date: | 顽雨沉风 on 2023-07-07 12:05:40 |
Other Links: | manifest | tags |
Context
2023-07-07
| ||
12:06 | 0.0.888 check-in: 8c94409d80 user: 顽雨沉风 tags: trunk | |
12:05 | 0.0.887 check-in: e9296b9b86 user: 顽雨沉风 tags: trunk | |
12:04 | 0.0.886 check-in: c6ae449594 user: 顽雨沉风 tags: trunk | |
Changes
Modified single/NH-04.lua from [922bc0c8da] to [2c3ba01054].
︙ | ︙ | |||
28 29 30 31 32 33 34 | 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.PreEquip(s1,m1) Debug.AddCard(68462976,1,1,LOCATION_SZONE,5,POS_FACEUP) Debug.ReloadFieldEnd() | < < < | 28 29 30 31 32 33 34 35 36 37 38 39 40 41 | 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.PreEquip(s1,m1) Debug.AddCard(68462976,1,1,LOCATION_SZONE,5,POS_FACEUP) Debug.ReloadFieldEnd() aux.BeginPuzzle() fun["印卡"](c1,3,10) Debug.PreSetTarget(s2, m2) |
︙ | ︙ |