游戏王残局简化版

Check-in [21cd94e151]
Login

Check-in [21cd94e151]

Overview
Comment:
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 21cd94e15148acbcbc9ae688b7e73c68315cad60aa1f6f03f80ce71c0b78f824
User & Date: 顽雨沉风 on 2024-02-14 01:35:12
Other Links: manifest | tags
Context
2024-02-14
01:40
check-in: f4490a058a user: 顽雨沉风 tags: trunk
01:35
check-in: 21cd94e151 user: 顽雨沉风 tags: trunk
01:35
check-in: 8388ccc6c5 user: 顽雨沉风 tags: trunk
Changes

Modified script/c0.lua from [0e67a3fa8d] to [02b7de0422].

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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
--第一层-------------------------------










|







1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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
--第一层-------------------------------