游戏王残局简化版

Check-in [8388ccc6c5]
Login

Check-in [8388ccc6c5]

Overview
Comment:
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 8388ccc6c58c71d83d461e9bc8f8e05ce1996c1cdcccc0b55e6109a5f30cd9d1
User & Date: 顽雨沉风 on 2024-02-14 01:35:00
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
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
}
str["无效灵摆怪兽"] = {
  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






|
|
|

|
|
|
|
|







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