Differences From Artifact [5aad40194b]:
- File script/c0.lua — part of check-in [27a22e0f7e] at 2024-07-18 22:36:05 on branch trunk — 0 (user: 顽雨沉风, size: 6855) [annotate] [blame] [check-ins using]
To Artifact [af0441455f]:
- File script/c0.lua — part of check-in [8a913822c3] at 2024-07-21 01:07:29 on branch trunk — 0 (user: 顽雨沉风, size: 6869) [annotate] [blame] [check-ins using]
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 | + | local string = string local table = table local Debug = Debug local Effect = Effect local Duel = Duel local Card = Card local d = {} local f = {} d["排_效果卡之类型"] = { TYPE_SPELL, TYPE_TRAP, TYPE_EFFECT, TYPE_DUAL, } d["排_非效果灵摆怪兽之卡片编号"] = { 28363749, 19474136, 17390179, 83980492, } |
︙ |