游戏王残局简化版

Check-in [1270346ecf]
Login

Check-in [1270346ecf]

Overview
Comment:0.0.1785
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 1270346ecffc86b8c9991046f055543a34d28ff9f31f4af7713106a8124f98a7
User & Date: 顽雨沉风 on 2023-07-19 06:14:16.006
Other Links: manifest | tags
Context
2023-07-19
06:16
0.0.1786 check-in: 951422472a user: 顽雨沉风 tags: trunk
06:14
0.0.1785 check-in: 1270346ecf user: 顽雨沉风 tags: trunk
06:12
0.0.1784 check-in: d284579690 user: 顽雨沉风 tags: trunk
Changes
10
11
12
13
14
15
16


17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35





36
37
38
39
40
41
42
local cache_7
local cache_8
local cache_9

local i

_G.fun = {}



str["二解弹窗"] = "QB:「你居然二解了,请加群告诉我怎么二解。」"
str["原解弹窗"] = "残局群181175613"

str["规则"] = ""
str["大师3"] = "大师3 "
str["新大师"] = "新大师 "
str["大师2020"] = "大师2020 "

str["不洗牌"] = false
str["无BP"] = false

str["开局说明"] = ""
str["这个残局的效果卡数量"] = 0

str["效果卡数量的后缀"] = "卡 "
str["不洗牌的说明"] = "伪洗牌 "
str["无BP的说明"] = "无BP "






str["开局添加手卡"] = false
str["选卡的前缀"] = "选"
str["选卡的后缀"] = "卡 "


str["胜利条件表"] = {}








>
>












<
<
<
<



>
>
>
>
>







10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30




31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
local cache_7
local cache_8
local cache_9

local i

_G.fun = {}

---------------------------------

str["二解弹窗"] = "QB:「你居然二解了,请加群告诉我怎么二解。」"
str["原解弹窗"] = "残局群181175613"

str["规则"] = ""
str["大师3"] = "大师3 "
str["新大师"] = "新大师 "
str["大师2020"] = "大师2020 "

str["不洗牌"] = false
str["无BP"] = false





str["不洗牌的说明"] = "伪洗牌 "
str["无BP的说明"] = "无BP "

str["开局说明"] = ""

str["这个残局的效果卡数量"] = 0
str["效果卡数量的后缀"] = "卡 "

str["开局添加手卡"] = false
str["选卡的前缀"] = "选"
str["选卡的后缀"] = "卡 "


str["胜利条件表"] = {}

68
69
70
71
72
73
74


75
76
77
78
79
80
81

str["除卡组与额外卡组以外的区域"] = cache_1

cache_1 = cache_1 + LOCATION_DECK
cache_1 = cache_1 + LOCATION_EXTRA

str["所有区域"] = cache_1



fun["Debug.ReloadFieldBegin"] = Debug.ReloadFieldBegin

Debug.ReloadFieldBegin = function(str_1, str_2) --{
  
  str["不洗牌"] = str_1 & DUEL_PSEUDO_SHUFFLE
  







>
>







71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86

str["除卡组与额外卡组以外的区域"] = cache_1

cache_1 = cache_1 + LOCATION_DECK
cache_1 = cache_1 + LOCATION_EXTRA

str["所有区域"] = cache_1

---------------------------------

fun["Debug.ReloadFieldBegin"] = Debug.ReloadFieldBegin

Debug.ReloadFieldBegin = function(str_1, str_2) --{
  
  str["不洗牌"] = str_1 & DUEL_PSEUDO_SHUFFLE