Overview
Comment: | 0.0.386 |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
78d7353d8fbe87e999bfbeb2427c96e9 |
User & Date: | 顽雨沉风 on 2023-06-29 23:07:14 |
Other Links: | manifest | tags |
Context
2023-06-29
| ||
23:07 | 0.0.387 check-in: a754e6f3f2 user: 顽雨沉风 tags: trunk | |
23:07 | 0.0.386 check-in: 78d7353d8f user: 顽雨沉风 tags: trunk | |
23:02 | 0.0.385 check-in: e08f058cc6 user: 顽雨沉风 tags: trunk | |
Changes
Modified script/c0.lua from [b81abdecc4] to [00805db153].
︙ | ︙ | |||
28 29 30 31 32 33 34 | end effect_1:SetOperation(cache_1) Duel.RegisterEffect(effect_1 , 0) end | | > | 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 | end effect_1:SetOperation(cache_1) Duel.RegisterEffect(effect_1 , 0) end fun["是否效果卡"] = function(card) --~ Card.IsCode(card,) end _G["开局说明"] = function() Duel.GetMatchingGroupCount(fun["是否效果卡"],0,LOCATION_GRAVE,0,nil) --~ local cache_1 = {} |
︙ | ︙ |