Overview
Comment: | 0.0.1024 |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
ad50e1ee4654d413c82904df350de167 |
User & Date: | 顽雨沉风 on 2023-07-09 01:53:40 |
Other Links: | manifest | tags |
Context
2023-07-09
| ||
01:53 | 0.0.1025 check-in: b1cac72d0a user: 顽雨沉风 tags: trunk | |
01:53 | 0.0.1024 check-in: ad50e1ee46 user: 顽雨沉风 tags: trunk | |
01:53 | 0.0.1023 check-in: 119a4b6cdb user: 顽雨沉风 tags: trunk | |
Changes
Modified script/c0.lua from [ccb7993691] to [ef9c9cab6d].
︙ | ︙ | |||
43 44 45 46 47 48 49 50 51 52 53 54 55 56 | 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) cache_2 = Card.IsType(card, TYPE_TRAP) cache_3 = Card.IsType(card, TYPE_EFFECT) if cache_1 or cache_2 | > | 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 | 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) cache_2 = Card.IsType(card, TYPE_TRAP) cache_3 = Card.IsType(card, TYPE_EFFECT) if cache_1 or cache_2 |
︙ | ︙ |