Differences From Artifact [2a735641d7]:
- File script/c0.lua — part of check-in [ed3ab1df7c] at 2023-07-25 07:27:31 on branch trunk — 0.0.2223 (user: 顽雨沉风, size: 11791) [annotate] [blame] [check-ins using] [more...]
To Artifact [50e844176c]:
- File script/c0.lua — part of check-in [903d5d5733] at 2023-07-25 07:28:43 on branch trunk — 0.0.2224 (user: 顽雨沉风, size: 11825) [annotate] [blame] [check-ins using]
| ︙ | |||
163 164 165 166 167 168 169 | 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 | - + |
end --}
fun["是否效果卡"] = function(card) --{
for i = 1, #str["效果卡的种类表"] do --{
if Card.IsType(card, str["效果卡的种类表"][i]) then --{
|
| ︙ |