Overview
Comment: | 0 |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
554fa895690f5a945ce4b7efb11121f0 |
User & Date: | 顽雨沉风 on 2024-06-28 04:23:59 |
Other Links: | manifest | tags |
Context
2024-06-28
| ||
04:25 | 0 check-in: 235e8276a8 user: 顽雨沉风 tags: trunk | |
04:23 | 0 check-in: 554fa89569 user: 顽雨沉风 tags: trunk | |
04:12 | 0 check-in: 77c40b6f5e user: 顽雨沉风 tags: trunk | |
Changes
Modified single/简化版_334.lua from [d293f02312] to [12339437c6].
1 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 | - + - + | --[[message |
︙ | |||
49 50 51 52 53 54 55 | 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 | + + + + + + + + + + | Debug.AddCard(56532353, 1, 1, LOCATION_MZONE, 2, POS_FACEUP_ATTACK) Debug.AddCard(89631139, 1, 1, LOCATION_MZONE, 3, POS_FACEUP_ATTACK) Debug.AddCard(55410871, 1, 1, LOCATION_MZONE, 4, POS_FACEUP_ATTACK) Debug.AddCard(20960340, 1, 1, LOCATION_SZONE, 2, POS_FACEDOWN) Debug.AddCard(15155568, 1, 1, LOCATION_SZONE, 4, POS_FACEDOWN) Debug.ReloadFieldEnd() aux.BeginPuzzle(1) --[[ 这个残局具有开创性意义,即率先引入了在残局一开始由玩家从卡组中选择固定数量的卡加入手卡的玩法。 有点类似于混沌系统,即初始的微小扰动将在发展过程的传递下对整个系统的走向产生重大影响。 使用此方法可以简单的将残局难度提升一个档次。 不过,对于大部分残局而言,不宜滥用该功能。 只需要开局选 1~2 张卡入手卡就行了。 作为一个具有开创性意义的残局,其代码还尚为薄弱,每次从卡组中检索卡片时只能添加一张卡片,十分影响残局体验。 于是我对此优化了一下,极大的减少了代码行数,并且可以一次性从卡组中检索多张卡片。 ]] |
Added single_doc/def.lua version [1126f00ff2].