Overview
Comment: | 0.0.543 |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
f7a6ef2afab94a9b5dc4d6fea9a499ac |
User & Date: | 顽雨沉风 on 2023-07-01 12:35:26 |
Other Links: | manifest | tags |
Context
2023-07-01
| ||
12:36 | 0.0.544 check-in: 21f1d46ee0 user: 顽雨沉风 tags: trunk | |
12:35 | 0.0.543 check-in: f7a6ef2afa user: 顽雨沉风 tags: trunk | |
12:31 | 0.0.542 check-in: 97c277947c user: 顽雨沉风 tags: trunk | |
Changes
Modified script/c0.lua from [fc616f7fec] to [0986c1e155].
︙ | ︙ | |||
132 133 134 135 136 137 138 139 | Duel.SendtoHand(str["玩家选定的卡"] , nil , REASON_RULE) end effect_1:SetOperation(cache_1) Duel.RegisterEffect(effect_1 , 0) end | > | 132 133 134 135 136 137 138 139 140 | Duel.SendtoHand(str["玩家选定的卡"] , nil , REASON_RULE) end effect_1:SetOperation(cache_1) Duel.RegisterEffect(effect_1 , 0) fun["开局说明"]() end |
Modified single/19.Let's GaGaGa.lua from [6947570dce] to [c3645bbc04].
︙ | ︙ | |||
40 41 42 43 44 45 46 | Debug.AddCard(44095762,1,1,LOCATION_SZONE,1,POS_FACEDOWN) Debug.AddCard(44095762,1,1,LOCATION_SZONE,2,POS_FACEDOWN) Debug.AddCard(44095762,1,1,LOCATION_SZONE,3,POS_FACEDOWN) Debug.ReloadFieldEnd() aux.BeginPuzzle() fun["开局添加手卡"](6) | < | 40 41 42 43 44 45 46 47 48 | Debug.AddCard(44095762,1,1,LOCATION_SZONE,1,POS_FACEDOWN) Debug.AddCard(44095762,1,1,LOCATION_SZONE,2,POS_FACEDOWN) Debug.AddCard(44095762,1,1,LOCATION_SZONE,3,POS_FACEDOWN) Debug.ReloadFieldEnd() aux.BeginPuzzle() fun["开局添加手卡"](6) |