Overview
| Comment: | 0 |
|---|---|
| Downloads: | Tarball | ZIP archive |
| Timelines: | family | ancestors | descendants | both | trunk |
| Files: | files | file ages | folders |
| SHA3-256: |
1bc6d1250131ab780d899874343fa653 |
| User & Date: | 顽雨沉风 on 2024-06-27 10:52:59.379 |
| Other Links: | manifest | tags |
Context
|
2024-06-27
| ||
| 10:54 | 0 check-in: 5c845c58c9 user: 顽雨沉风 tags: trunk | |
| 10:52 | 0 check-in: 1bc6d12501 user: 顽雨沉风 tags: trunk | |
| 09:50 | 0 check-in: 0b7fcedec2 user: 顽雨沉风 tags: trunk | |
Changes
Modified script/c0.lua
from [7be0ec4701]
to [222a247752].
| ︙ | |||
42 43 44 45 46 47 48 | 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 | + + + + + + - - - - - - + + + + + + + + |
end
end
f["不被连锁"] = function()
Duel.SetChainLimit(aux.FALSE)
return true
end
f["是否有效果卡"] = function(card)
for i = 1, #d["排_效果卡的类型"] do
if Card.IsType(card, d["排_效果卡的类型"][i]) then
return true
end
end
if Card.IsType(card, TYPE_PENDULUM) then
|
| ︙ | |||
135 136 137 138 139 140 141 | 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 | - + - + |
k5:SetOperation(f["_印卡"])
o1:RegisterEffect(k5)
end
end
f["开局提示"] = function()
local k1, k2, k3
--~ 这一局的效果卡数量
|
| ︙ |