游戏王残局简化版

Check-in [dfdb40c9d4]
Login

Check-in [dfdb40c9d4]

Overview
Comment:0.0.2047
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: dfdb40c9d425462b1fee191625c39594e8e08fd5d1a56bcfc1fea74eda840d0e
User & Date: 顽雨沉风 on 2023-07-23 12:01:55
Other Links: manifest | tags
Context
2023-07-23
12:02
0.0.2048 check-in: 9c53880fae user: 顽雨沉风 tags: trunk
12:01
0.0.2047 check-in: dfdb40c9d4 user: 顽雨沉风 tags: trunk
01:03
0.0.2046 check-in: 832da4f615 user: 顽雨沉风 tags: trunk
Changes

Modified script/c0.lua from [f0186eeb04] to [96363a35cf].

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

_G.fun = {}

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

str["规则表"] = {}
str["规则表"][3] = "大师3 "
str["规则表"][4] = "新大师 "
str["规则表"][5] = "大师2020 "

str["效果卡的种类表"] = {}
str["效果卡的种类表"][1] = TYPE_SPELL
str["效果卡的种类表"][2] = TYPE_TRAP
str["效果卡的种类表"][3] = TYPE_EFFECT

str["无效果灵摆怪兽表"] = {}

str["无效果灵摆怪兽表"][1] = 28363749







|
<
<
<

<







11
12
13
14
15
16
17
18



19

20
21
22
23
24
25
26
local cache_8
local cache_9

_G.fun = {}

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

str["效果卡的种类表"] = {}





str["效果卡的种类表"][1] = TYPE_SPELL
str["效果卡的种类表"][2] = TYPE_TRAP
str["效果卡的种类表"][3] = TYPE_EFFECT

str["无效果灵摆怪兽表"] = {}

str["无效果灵摆怪兽表"][1] = 28363749
53
54
55
56
57
58
59





60
61
62
63
64
65
66

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





  if str_2 then --{
    
    str["规则"] = str["规则表"][str_2]
    
    --}
    
  else --{







>
>
>
>
>







49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67

Debug.ReloadFieldBegin = function(str_1, str_2) --{
  
  str["不洗牌"] = str_1 & DUEL_PSEUDO_SHUFFLE
  
  str["无BP"] = str_1 & DUEL_ATTACK_FIRST_TURN
  
  str["规则表"] = {}
  str["规则表"][3] = "大师3 "
  str["规则表"][4] = "新大师 "
  str["规则表"][5] = "大师2020 "
  
  if str_2 then --{
    
    str["规则"] = str["规则表"][str_2]
    
    --}
    
  else --{