Overview
Comment: | 0.0.1600 |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
cf0622bb3de8f83d0a5c7fd91d8af555 |
User & Date: | 顽雨沉风 on 2023-07-16 01:38:39 |
Other Links: | manifest | tags |
Context
2023-07-16
| ||
01:38 | 0.0.1601 check-in: 6f3bbe21e6 user: 顽雨沉风 tags: trunk | |
01:38 | 0.0.1600 check-in: cf0622bb3d user: 顽雨沉风 tags: trunk | |
01:38 | 0.0.1599 check-in: 54045eba79 user: 顽雨沉风 tags: trunk | |
Changes
Modified single/NH-04_衍生版_2.lua from [8a847c3b88] to [f447767653].
︙ | ︙ | |||
22 23 24 25 26 27 28 | Debug.AddCard(17016362,1,1,LOCATION_MZONE,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() | < < > | > | 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 | Debug.AddCard(17016362,1,1,LOCATION_MZONE,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.PreEquip(s1,m1) Debug.ShowHint("这是一个印卡残局,点击对方额外卡组可以发动「法老的审判」打印任意卡。\n只能打印 3 张卡到手卡或额外卡组。") fun["印卡"](c1,3) aux.BeginPuzzle() |