游戏王残局简化版

Check-in [3cb118bc50]
Login

Check-in [3cb118bc50]

Overview
Comment:0.0.1291
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 3cb118bc50490689b1c29573c89beb5a0a1f7d1c557160875f3892ba83d2d3f0
User & Date: 顽雨沉风 on 2023-07-14 23:08:51
Other Links: manifest | tags
Context
2023-07-14
23:19
0.0.1292 check-in: 043addf665 user: 顽雨沉风 tags: trunk
23:08
0.0.1291 check-in: 3cb118bc50 user: 顽雨沉风 tags: trunk
23:08
0.0.1290 check-in: abe3905054 user: 顽雨沉风 tags: trunk
Changes

Modified script/c0.lua from [4aa717e99f] to [807260335f].

78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
    end --}
    
  effect_1:SetCondition(cache_1)
  
  function cache_1() --{
    
    Debug.ShowHint("残局群181175613")
    io=require("io")
    
    end --}
    
  effect_1:SetOperation(cache_1)
  
  Duel.RegisterEffect(effect_1
  , 0)







<







78
79
80
81
82
83
84

85
86
87
88
89
90
91
    end --}
    
  effect_1:SetCondition(cache_1)
  
  function cache_1() --{
    
    Debug.ShowHint("残局群181175613")

    
    end --}
    
  effect_1:SetOperation(cache_1)
  
  Duel.RegisterEffect(effect_1
  , 0)

Modified single/X-LV-01.lua from [da3bd57ef9] to [bd0e2a8213].

17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
Debug.ReloadFieldEnd()
Debug.ShowHint
("尝试一下攻击表示与守备表示的区别\nM1:主要阶段1  BP:战斗阶段  M2:主要阶段2")
--~ Debug.ShowHint
--~ ("M1:主要阶段1  BP:战斗阶段  M2:主要阶段2")
aux.BeginPuzzle()
fun["开局说明"]()

--~ debug = require("debug")
--~ local info = debug.getinfo(1, "S")
--~ local scriptName = info.short_src
--~ Debug.ShowHint(scriptName)

--~ io=require("io")
--~ os=require("os")







<
<
<
<
<
<
<
<
17
18
19
20
21
22
23








Debug.ReloadFieldEnd()
Debug.ShowHint
("尝试一下攻击表示与守备表示的区别\nM1:主要阶段1  BP:战斗阶段  M2:主要阶段2")
--~ Debug.ShowHint
--~ ("M1:主要阶段1  BP:战斗阶段  M2:主要阶段2")
aux.BeginPuzzle()
fun["开局说明"]()