Overview
Comment: | 0 |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
701420df8f480eadc761c4792682bca9 |
User & Date: | 顽雨沉风 on 2024-06-27 08:06:04 |
Other Links: | manifest | tags |
Context
2024-06-27
| ||
08:06 | 0 check-in: ba05430172 user: 顽雨沉风 tags: trunk | |
08:06 | 0 check-in: 701420df8f user: 顽雨沉风 tags: trunk | |
08:05 | 0 check-in: a182a7e55e user: 顽雨沉风 tags: trunk | |
Changes
Modified script/c0.lua from [bc705c42ec] to [944f1a534d].
︙ | ︙ | |||
42 43 44 45 46 47 48 | s["Debug.ReloadFieldBegin"](u1, u2) end end f["不被连锁"] = function() Duel.SetChainLimit(aux.FALSE) return true end | | | 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 | s["Debug.ReloadFieldBegin"](u1, u2) end end f["不被连锁"] = function() Duel.SetChainLimit(aux.FALSE) return true end d["是否有效果卡"] = function(card) for i = 1, #d["排_非效果灵摆怪兽的卡编"] do if Card.IsCode(card, d["排_非效果灵摆怪兽的卡编"][i]) then return false end end return true end |
︙ | ︙ | |||
136 137 138 139 140 141 142 | k5:SetOperation(f["_印卡"]) o1:RegisterEffect(k5) end end s["开局示"] = function() local h1, h2, h3 --~ 此局效卡之数 | | | | 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 | k5:SetOperation(f["_印卡"]) o1:RegisterEffect(k5) end end s["开局示"] = function() local h1, h2, h3 --~ 此局效卡之数 h2 = Duel.GetMatchingGroupCount(d["是否有效果卡"], 0, s["全区"], s["全区"], 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 --~ 开局说明 h1 = h2 .. "卡 " .. s["则"] if s["伪洗卡"] == 0 then else |
︙ | ︙ |