Overview
| Comment: | 0.0.1780 |
|---|---|
| Downloads: | Tarball | ZIP archive |
| Timelines: | family | ancestors | descendants | both | trunk |
| Files: | files | file ages | folders |
| SHA3-256: |
add769c64d85a38cdf5d118d4394399e |
| User & Date: | 顽雨沉风 on 2023-07-19 04:22:00.140 |
| Other Links: | manifest | tags |
Context
|
2023-07-19
| ||
| 04:27 | 0.0.1781 check-in: 15a06aae93 user: 顽雨沉风 tags: trunk | |
| 04:22 | 0.0.1780 check-in: add769c64d user: 顽雨沉风 tags: trunk | |
| 04:16 | 0.0.1789 check-in: cea99f0284 user: 顽雨沉风 tags: trunk | |
Changes
Modified script/c0.lua
from [025978be5e]
to [a39eb8b9f1].
| ︙ | ︙ | |||
141 142 143 144 145 146 147 |
Duel.RegisterEffect(effect_1
, 0)
end --}
fun["是否效果卡"] = function(card) --{
| | | < | < | | | | < < | | > | | 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 |
Duel.RegisterEffect(effect_1
, 0)
end --}
fun["是否效果卡"] = function(card) --{
cache_1 = #str["效果卡的种类表"]
for i = 1, cache_1 do --{
cache_1 = Card.IsType(card, str["效果卡的种类表"][i])
if cache_1 then --{
return true
end --}
end --}
cache_1 = Card.IsType(card, TYPE_PENDULUM)
if cache_1 then --{
cache_1 = Card.IsCode(card, 28363749)
|
| ︙ | ︙ |