Differences From Artifact [44ed9e0652]:
- File script/c0.lua — part of check-in [30e6733358] at 2023-07-01 14:05:38 on branch trunk — 0.0.559 (user: 顽雨沉风, size: 3783) [annotate] [blame] [check-ins using]
To Artifact [24bd40e1af]:
- File script/c0.lua — part of check-in [53bc6e0290] at 2023-07-04 16:02:43 on branch trunk — 0.0.607 (user: 顽雨沉风, size: 3843) [annotate] [blame] [check-ins using]
︙ | |||
48 49 50 51 52 53 54 55 56 57 | 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 | + + - + | 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) cache_4 = Card.IsType(card, TYPE_PENDULUM) if cache_1 or cache_2 or cache_3 |
︙ |