Overview
| Comment: | 好 |
|---|---|
| Downloads: | Tarball | ZIP archive |
| Timelines: | family | ancestors | descendants | both | trunk |
| Files: | files | file ages | folders |
| SHA3-256: |
8388ccc6c58c71d83d461e9bc8f8e05c |
| User & Date: | 顽雨沉风 on 2024-02-14 01:35:00.160 |
| Other Links: | manifest | tags |
Context
|
2024-02-14
| ||
| 01:35 | 好 check-in: 21cd94e151 user: 顽雨沉风 tags: trunk | |
| 01:35 | 好 check-in: 8388ccc6c5 user: 顽雨沉风 tags: trunk | |
| 01:21 | 好 check-in: ef7b6d6995 user: 顽雨沉风 tags: trunk | |
Changes
Modified script/c0.lua
from [3c0484b644]
to [0e67a3fa8d].
1 2 3 4 5 6 |
local str = {}
local string = string
local table = table
local s = {}
_G.fun = {}
s["效牌之类排"] = {
| | | | | | | | | | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 |
local str = {}
local string = string
local table = table
local s = {}
_G.fun = {}
s["效牌之类排"] = {
TYPE_SPELL
, TYPE_TRAP
, TYPE_EFFECT
}
s["无效灵摆怪兽之排"] = {
28363749
, 19474136
, 17390179
, 83980492
}
s["全区"] = LOCATION_HAND + LOCATION_MZONE + LOCATION_SZONE + LOCATION_GRAVE + LOCATION_REMOVED + LOCATION_DECK + LOCATION_EXTRA
--第一层-------------------------------
local cache_1
local cache_2
local cache_3
local cache_4
|
| ︙ | ︙ |