Overview
| Comment: | 0.0.1599 |
|---|---|
| Downloads: | Tarball | ZIP archive |
| Timelines: | family | ancestors | descendants | both | trunk |
| Files: | files | file ages | folders |
| SHA3-256: |
54045eba796d57161275da1bdef056f7 |
| User & Date: | 顽雨沉风 on 2023-07-16 01:38:24.634 |
| Other Links: | manifest | tags |
Context
|
2023-07-16
| ||
| 01:38 | 0.0.1600 check-in: cf0622bb3d user: 顽雨沉风 tags: trunk | |
| 01:38 | 0.0.1599 check-in: 54045eba79 user: 顽雨沉风 tags: trunk | |
| 01:38 | 0.0.1598 check-in: b28f903a1a user: 顽雨沉风 tags: trunk | |
Changes
Modified single/NH-04_衍生版_1.lua
from [2349cd39fb]
to [a38dc8d504].
| ︙ | ︙ | |||
21 22 23 24 25 26 27 | local s1=Debug.AddCard(19508728,0,0,LOCATION_SZONE,2,POS_FACEUP) Debug.AddCard(68462976,1,1,LOCATION_SZONE,5,POS_FACEUP) Debug.ReloadFieldEnd() | < < > | > | 21 22 23 24 25 26 27 28 29 30 31 32 33 34 |
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.PreEquip(s1,m1)
Debug.ShowHint("这是一个印卡残局,点击对方额外卡组可以发动「法老的审判」打印任意卡。\n只能打印 2 张卡到手卡或额外卡组。")
fun["印卡"](c1,2)
aux.BeginPuzzle()
|