游戏王残局简化版

Diff
Login

Diff

Differences From Artifact [807260335f]:

To Artifact [437fd93a8a]:


1
2
3
4
5
6
7
8
9
10
11
12
str = {}

fun = {}

str["Debug.ReloadFieldBegin"] = Debug.ReloadFieldBegin

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




|







1
2
3
4
5
6
7
8
9
10
11
12
str = {}

fun = {}

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

Debug.ReloadFieldBegin = function(str_1, str_2) --{
  
  str["不洗牌"] = str_1 & DUEL_PSEUDO_SHUFFLE
  
  str["无BP"] = str_1 & DUEL_ATTACK_FIRST_TURN
  
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
    
  else --{
    
    str["规则"] = "大师2020 "
    
    end --}
    
  str["Debug.ReloadFieldBegin"](str_1, str_2)
  
  end --}
  
fun["通关邀请"] = function() --{
  
  effect_1 = Effect.GlobalEffect()
  







|







34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
    
  else --{
    
    str["规则"] = "大师2020 "
    
    end --}
    
  fun["Debug.ReloadFieldBegin"](str_1, str_2)
  
  end --}
  
fun["通关邀请"] = function() --{
  
  effect_1 = Effect.GlobalEffect()