Overview
Comment: | 0.0.390 |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
e7130db7c4183e8930958e6cba1d765c |
User & Date: | 顽雨沉风 on 2023-06-29 23:14:42 |
Other Links: | manifest | tags |
Context
2023-06-29
| ||
23:17 | 0.0.391 check-in: d2dde12476 user: 顽雨沉风 tags: trunk | |
23:14 | 0.0.390 check-in: e7130db7c4 user: 顽雨沉风 tags: trunk | |
23:09 | 0.0.389 check-in: bd29d5b844 user: 顽雨沉风 tags: trunk | |
Changes
Modified script/c0.lua from [d6611bd934] to [67a2f1b242].
︙ | |||
29 30 31 32 33 34 35 | 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 | + + - + + + | effect_1:SetOperation(cache_1) Duel.RegisterEffect(effect_1 , 0) end fun["是否效果卡"] = function(card) cache_1 = Card.IsType(card, TYPE_MONSTER) if cache_1 then |
︙ |