Overview
Comment: | 0 |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
331b80d30479ee525aefdb21c97fc7b9 |
User & Date: | 顽雨沉风 on 2024-06-27 08:07:38 |
Other Links: | manifest | tags |
Context
2024-06-27
| ||
08:11 | 0 check-in: 7d5b887170 user: 顽雨沉风 tags: trunk | |
08:07 | 0 check-in: 331b80d304 user: 顽雨沉风 tags: trunk | |
08:06 | 0 check-in: ba05430172 user: 顽雨沉风 tags: trunk | |
Changes
Modified script/c0.lua from [86de892c84] to [cd130fc4d7].
︙ | ︙ | |||
14 15 16 17 18 19 20 | } d["排_非效果灵摆怪兽的卡编"] = { 28363749, 19474136, 17390179, 83980492, } | | | 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 | } d["排_非效果灵摆怪兽的卡编"] = { 28363749, 19474136, 17390179, 83980492, } d["所有区域"] = LOCATION_HAND + LOCATION_MZONE + LOCATION_SZONE + LOCATION_GRAVE + LOCATION_REMOVED + LOCATION_DECK + LOCATION_EXTRA do local h1 --~ 则对 h1 = { [3] = "大师规则 ", [4] = "新大师规则(2017) ", [5] = "大师规则(2020) ", |
︙ | ︙ | |||
136 137 138 139 140 141 142 | k5:SetOperation(f["_印卡"]) o1:RegisterEffect(k5) end end d["开局提示"] = function() local h1, h2, h3 --~ 此局效卡之数 | | | 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 | k5:SetOperation(f["_印卡"]) o1:RegisterEffect(k5) end end d["开局提示"] = function() local h1, h2, h3 --~ 此局效卡之数 h2 = Duel.GetMatchingGroupCount(d["是否有效果卡"], 0, d["所有区域"], d["所有区域"], nil) --~ 超量材组 h3 = Duel.GetOverlayGroup(0, LOCATION_MZONE, LOCATION_MZONE) for u1 in aux.Next(h3) do if d["是否有效果卡"](u1) then h2 = h2 + 1 end end |
︙ | ︙ |