Overview
Comment: | 0 |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
23eca3b462064c150bd2049594cff7ad |
User & Date: | 顽雨沉风 on 2024-06-26 02:10:52 |
Other Links: | manifest | tags |
Context
2024-06-26
| ||
02:11 | 0 check-in: 540c3085ee user: 顽雨沉风 tags: trunk | |
02:10 | 0 check-in: 23eca3b462 user: 顽雨沉风 tags: trunk | |
01:58 | 0 check-in: b8a026cda1 user: 顽雨沉风 tags: trunk | |
Changes
Modified script/c0.lua from [ef447d6e05] to [c344a5ec44].
︙ | ︙ | |||
77 78 79 80 81 82 83 84 85 86 | s["是否效卡"] = function(card) for i = 1, #s["效卡之类排"] do if Card.IsType(card, s["效卡之类排"][i]) then return true end end if Card.IsType(card, TYPE_PENDULUM) then for i = 1, #s["无效灵摆怪兽之卡编排"] do if Card.IsCode(card, s["无效灵摆怪兽之卡编排"][i]) then else | > > < > > | 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 | s["是否效卡"] = function(card) for i = 1, #s["效卡之类排"] do if Card.IsType(card, s["效卡之类排"][i]) then return true end end if Card.IsType(card, TYPE_PENDULUM) then for i = 1, #s["无效灵摆怪兽之卡编排"] do if Card.IsCode(card, s["无效灵摆怪兽之卡编排"][i]) then return false else --~ Debug.ShowHint(tostring(s["无效灵摆怪兽之卡编排"][i])) end end return true end end do local h1 --~ “调该效果”的效果 --~ “调该效果”的玩家 s["_开局选卡入手"] = function(u1, u2) |
︙ | ︙ |