Overview
Comment: | 0 |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
929971b270020b2e1423eb235eb42f32 |
User & Date: | 顽雨沉风 on 2024-07-01 01:41:54 |
Other Links: | manifest | tags |
Context
2024-07-01
| ||
01:50 | 0 check-in: f4ef590824 user: 顽雨沉风 tags: trunk | |
01:41 | 0 check-in: 929971b270 user: 顽雨沉风 tags: trunk | |
01:26 | 0 check-in: 56066f42fa user: 顽雨沉风 tags: trunk | |
Changes
Modified script/c0.lua from [4247c0c4ea] to [fb31e8255e].
︙ | |||
195 196 197 198 199 200 201 202 | 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 | + + + + + + + + + + + + + + + + + + + + + + + + + + + + | end if o3 then f["印卡"](o3, o4, o5) else end f["开局说明"]() end end --~ 结局提示 --~ f["_结局提示"] = function() --~ Debug.ShowHint(d["字_结局提示"]) --~ end --~ 结局提示 --~ f["结局提示"] = function() --~ local k1 --~ k1=Effect.GlobalEffect() --~ k1:SetType(EFFECT_TYPE_FIELD+EFFECT_TYPE_CONTINUOUS) --~ k1:SetCode(EVENT_TURN_END) --~ k1:SetCountLimit(1) --~ k1:SetOperation(f["_结局提示"]) --~ Duel.RegisterEffect(k1,0) --~ end Auxiliary.PuzzleOp = function() Duel.SetLP(0,0) for i = 1, #d["排_结局提示"] do Debug.ShowHint(d["排_结局提示"][i]) end end do f["Debug.ReloadFieldEnd"] = _G.Debug.ReloadFieldEnd --~ 结局提示 function _G.Debug.ReloadFieldEnd(...) f["Debug.ReloadFieldEnd"]() d["排_结局提示"] = {...} end end |
Modified single/X-LV-30.lua from [bdd726ba1a] to [3bec488276].
︙ |