Overview
| Comment: | 0.0.1015 |
|---|---|
| Downloads: | Tarball | ZIP archive |
| Timelines: | family | ancestors | descendants | both | trunk |
| Files: | files | file ages | folders |
| SHA3-256: |
c45e136520d1f194ac16eb238eddea32 |
| User & Date: | 顽雨沉风 on 2023-07-09 01:48:25.724 |
| Other Links: | manifest | tags |
Context
|
2023-07-09
| ||
| 01:48 | 0.0.1016 check-in: 9c46873296 user: 顽雨沉风 tags: trunk | |
| 01:48 | 0.0.1015 check-in: c45e136520 user: 顽雨沉风 tags: trunk | |
| 01:47 | 0.0.1014 check-in: 080b766bba user: 顽雨沉风 tags: trunk | |
Changes
Modified script/c0.lua
from [8958609cde]
to [81714c21c3].
| ︙ | ︙ | |||
37 38 39 40 41 42 43 44 45 46 47 |
else
cache_1 = false
end
return cache_1
end
effect_1:SetCondition(cache_1)
function cache_1()
Debug.ShowHint("残局群181175613")
return
end
| > < > | 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 |
else
cache_1 = false
end
return cache_1
end
effect_1:SetCondition(cache_1)
function cache_1()
Debug.ShowHint("残局群181175613")
return
end
effect_1:SetOperation(cache_1)
Duel.RegisterEffect(effect_1
, 0)
end
fun["是否效果卡"] = function(card)
cache_1 = Card.IsType(card, TYPE_SPELL)
|
| ︙ | ︙ |