游戏王残局简化版

Check-in [66a03a682a]
Login

Check-in [66a03a682a]

Overview
Comment:0.0.1946
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 66a03a682a435ee01c971786877d91be30c1430093067c38dbc40cca7e59490e
User & Date: 顽雨沉风 on 2023-07-20 04:07:29
Other Links: manifest | tags
Context
2023-07-20
04:07
0.0.1947 check-in: 16a3ed8aaa user: 顽雨沉风 tags: trunk
04:07
0.0.1946 check-in: 66a03a682a user: 顽雨沉风 tags: trunk
03:54
0.0.1945 check-in: d306b4fe2b user: 顽雨沉风 tags: trunk
Changes

Modified script/c0.lua from [5d3e4ed569] to [5fdad5476f].

106
107
108
109
110
111
112
113
114
115
116












117
118
119
120
121
122
123
    
  fun["Debug.ReloadFieldBegin"](str_1, str_2)
  
  end --}
  
fun["aux.BeginPuzzle"] = aux.BeginPuzzle

aux.BeginPuzzle = function() --{
  
  fun["aux.BeginPuzzle"]()
  












  fun["开局说明"]()
  
  fun["通关邀请"]()
  
  end --}
  
fun["通关邀请"] = function() --{







|



>
>
>
>
>
>
>
>
>
>
>
>







106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
    
  fun["Debug.ReloadFieldBegin"](str_1, str_2)
  
  end --}
  
fun["aux.BeginPuzzle"] = aux.BeginPuzzle

aux.BeginPuzzle = function(str_1, str_2) --{
  
  fun["aux.BeginPuzzle"]()
  
  if str_1 then --{
    
    fun["开局添加手卡"](str_1)
    
    end --}
    
  if str_2 then --{
    
    fun["禁格"](str_2)
    
    end --}
    
  fun["开局说明"]()
  
  fun["通关邀请"]()
  
  end --}
  
fun["通关邀请"] = function() --{
405
406
407
408
409
410
411
412
413
414
    end --}
    
  effect_1:SetOperation(print_hand)
  
  str_1:RegisterEffect(effect_1)
  
  end --}
  

  








<
<
417
418
419
420
421
422
423
424


    end --}
    
  effect_1:SetOperation(print_hand)
  
  str_1:RegisterEffect(effect_1)
  
  end --}