Overview
| Comment: | 0.0.388 |
|---|---|
| Downloads: | Tarball | ZIP archive |
| Timelines: | family | ancestors | descendants | both | trunk |
| Files: | files | file ages | folders |
| SHA3-256: |
147dea383492cfa5612112f586f8cc85 |
| User & Date: | 顽雨沉风 on 2023-06-29 23:08:44.518 |
| Other Links: | manifest | tags |
Context
|
2023-06-29
| ||
| 23:09 | 0.0.389 check-in: bd29d5b844 user: 顽雨沉风 tags: trunk | |
| 23:08 | 0.0.388 check-in: 147dea3834 user: 顽雨沉风 tags: trunk | |
| 23:07 | 0.0.387 check-in: a754e6f3f2 user: 顽雨沉风 tags: trunk | |
Changes
Modified script/c0.lua
from [0b35210d23]
to [7d6bc3c168].
| ︙ | ︙ | |||
29 30 31 32 33 34 35 |
effect_1:SetOperation(cache_1)
Duel.RegisterEffect(effect_1
, 0)
end
fun["是否效果卡"] = function(card)
| | | 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 |
effect_1:SetOperation(cache_1)
Duel.RegisterEffect(effect_1
, 0)
end
fun["是否效果卡"] = function(card)
return Card.IsCode(card,41269771)
end
_G["开局说明"] = function()
Duel.GetMatchingGroupCount(fun["是否效果卡"],0,LOCATION_GRAVE,0,nil)
--~ local cache_1 = {}
|
| ︙ | ︙ |