Overview
Comment: | 0.0.907 |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
7fbd0038a975e9b2d58ef695c4f012c2 |
User & Date: | 顽雨沉风 on 2023-07-07 12:58:53 |
Other Links: | manifest | tags |
Context
2023-07-07
| ||
13:02 | 0.0.908 check-in: 4d9e7795af user: 顽雨沉风 tags: trunk | |
12:58 | 0.0.907 check-in: 7fbd0038a9 user: 顽雨沉风 tags: trunk | |
12:57 | 0.0.906 check-in: b4716c7cd2 user: 顽雨沉风 tags: trunk | |
Changes
Modified single/NH-04.lua from [0398136892] to [5e71e50527].
︙ | ︙ | |||
31 32 33 34 35 36 37 | Debug.AddCard(68462976,1,1,LOCATION_SZONE,5,POS_FACEUP) Debug.ReloadFieldEnd() aux.BeginPuzzle() | | | | 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 | Debug.AddCard(68462976,1,1,LOCATION_SZONE,5,POS_FACEUP) Debug.ReloadFieldEnd() aux.BeginPuzzle() Debug.PreSetTarget(s2, m2) Debug.PreEquip(s1,m1) Debug.ShowHint("这是一个印卡残局,点击对方额外卡组可以发动「法老的审判」打印任意卡。\n只能打印 2 张卡到手卡,其他 8 张卡片将被添加到主卡组或额外卡组。") fun["印卡"](c1,2,10) fun["开局说明"]() |
Modified single/NH-04_衍生版_1.lua from [2b3362e95c] to [b48cdf56c6].
︙ | ︙ | |||
26 27 28 29 30 31 32 | Debug.ReloadFieldEnd() aux.BeginPuzzle() Debug.PreEquip(s1,m1) Debug.ShowHint("这是一个印卡残局,点击对方额外卡组可以发动「法老的审判」打印任意卡。\n只能打印 2 张卡到手卡或额外卡组。") | > > | 26 27 28 29 30 31 32 33 34 | Debug.ReloadFieldEnd() aux.BeginPuzzle() Debug.PreEquip(s1,m1) Debug.ShowHint("这是一个印卡残局,点击对方额外卡组可以发动「法老的审判」打印任意卡。\n只能打印 2 张卡到手卡或额外卡组。") fun["印卡"](c1,2) fun["开局说明"]() |