Overview
| Comment: | 0.0.1788 |
|---|---|
| Downloads: | Tarball | ZIP archive |
| Timelines: | family | ancestors | descendants | both | trunk |
| Files: | files | file ages | folders |
| SHA3-256: |
b6f1e1afe0c19dd40fb91911b2d021c9 |
| User & Date: | 顽雨沉风 on 2023-07-19 04:04:40.298 |
| Other Links: | manifest | tags |
Context
|
2023-07-19
| ||
| 04:16 | 0.0.1789 check-in: cea99f0284 user: 顽雨沉风 tags: trunk | |
| 04:04 | 0.0.1788 check-in: b6f1e1afe0 user: 顽雨沉风 tags: trunk | |
| 04:03 | 0.0.1787 check-in: 262ab836d0 user: 顽雨沉风 tags: trunk | |
Changes
Modified script/c0.lua
from [771369b3b2]
to [f2270c0b9b].
| ︙ | ︙ | |||
396 397 398 399 400 401 402 |
effect_1:SetType(EFFECT_TYPE_FIELD
+ EFFECT_TYPE_CONTINUOUS)
effect_1:SetCode(EVENT_ADJUST)
cache_1 = function() --{
| < < < < < < < | | 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 |
effect_1:SetType(EFFECT_TYPE_FIELD
+ EFFECT_TYPE_CONTINUOUS)
effect_1:SetCode(EVENT_ADJUST)
cache_1 = function() --{
cache_1 = Duel.GetFieldGroupCount(1,str["除卡组与额外卡组以外的区域"],0)
if cache_1 == 0 then --{
return true
--}
|
| ︙ | ︙ |