Overview
| Comment: | 0 |
|---|---|
| Downloads: | Tarball | ZIP archive |
| Timelines: | family | ancestors | descendants | both | trunk |
| Files: | files | file ages | folders |
| SHA3-256: |
43ab064a477ed4cbbedf22303163b8f9 |
| User & Date: | 顽雨沉风 on 2024-07-17 23:27:14.673 |
| Other Links: | manifest | tags |
Context
|
2024-07-17
| ||
| 23:31 | 0 check-in: cb0359923c user: 顽雨沉风 tags: trunk | |
| 23:27 | 0 check-in: 43ab064a47 user: 顽雨沉风 tags: trunk | |
| 23:25 | 0 check-in: d64decbe1d user: 顽雨沉风 tags: trunk | |
Changes
Modified script/c0.lua
from [81eba5e319]
to [8485482e7b].
| ︙ | |||
83 84 85 86 87 88 89 | 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 | - + - + |
k2:SetType(EFFECT_TYPE_FIELD + EFFECT_TYPE_CONTINUOUS)
k2:SetCode(EVENT_ADJUST)
k2:SetCondition(aux.TRUE)
k2:SetOperation(f["_从卡组选卡加入手卡"])
Duel.RegisterEffect(k2, 0)
end
end
|
| ︙ | |||
179 180 181 182 183 184 185 | 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 | - - + + |
end
if d["数_人工智能"] == 0 then
k1 = k1 .. "无人工智能 "
end
if d["量_从卡组选几张卡加入手卡"] then
k1 = k1 .. "选" .. d["量_从卡组选几张卡加入手卡"] .. "卡加入手卡 "
end
|
| ︙ |