Overview
| Comment: | 0 |
|---|---|
| Downloads: | Tarball | ZIP archive |
| Timelines: | family | ancestors | descendants | both | trunk |
| Files: | files | file ages | folders |
| SHA3-256: |
511cb54144fcb32fe2f9f36fc3f28a98 |
| User & Date: | 顽雨沉风 on 2024-06-27 07:51:16.991 |
| Other Links: | manifest | tags |
Context
|
2024-06-27
| ||
| 07:55 | 0 check-in: 5990d10d96 user: 顽雨沉风 tags: trunk | |
| 07:51 | 0 check-in: 511cb54144 user: 顽雨沉风 tags: trunk | |
| 07:50 | 0 check-in: 6d3e8243f0 user: 顽雨沉风 tags: trunk | |
Changes
Modified script/c0.lua
from [43fdd63ac1]
to [b43bb0460c].
1 2 3 4 5 6 7 8 9 10 11 12 13 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | + + |
local string = string
local table = table
local Debug = Debug
local Effect = Effect
local Duel = Duel
local Card = Card
local d = {}
local f = {}
local s = {}
s["效卡之类排"] = {
TYPE_SPELL,
TYPE_TRAP,
TYPE_EFFECT,
}
s["无效灵摆怪兽之卡编排"] = {
|
| ︙ |