游戏王残局简化版

Check-in [debc51c10d]
Login

Check-in [debc51c10d]

Overview
Comment:0.0.1747
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: debc51c10d843c7497f0011afe99a09878f3042953911969e2bf4fedbd280202
User & Date: 顽雨沉风 on 2023-07-17 03:48:55
Other Links: manifest | tags
Context
2023-07-17
03:49
0.0.1748 check-in: 142c814666 user: 顽雨沉风 tags: trunk
03:48
0.0.1747 check-in: debc51c10d user: 顽雨沉风 tags: trunk
03:46
0.0.1746 check-in: 5593fe6ed7 user: 顽雨沉风 tags: trunk
Changes

Modified script/c0.lua from [7bd97de233] to [77d3a9ec0f].

53
54
55
56
57
58
59



60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
  
  fun["通关邀请"]()
  
  end --}
  
fun["通关邀请"] = function() --{
  



  effect_1 = Effect.GlobalEffect()
  
  effect_1:SetType(EFFECT_TYPE_FIELD
  + EFFECT_TYPE_CONTINUOUS)
  
  effect_1:SetCode(EVENT_DAMAGE)
  
  function cache_1() --{
    
    cache_1 = Duel.GetLP(1)
    
    if cache_1 <= 0 then --{
      
      if cache_1 == 0 then --{
        
        Debug.ShowHint("残局群181175613")
        
        --}
        
      else  --{
        
        Debug.ShowHint("QB:「你居然二解了,请加群告诉我怎么二解。」")
        
        end --}
        
      else
      
      --}
      







>
>
>















|





|







53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
  
  fun["通关邀请"]()
  
  end --}
  
fun["通关邀请"] = function() --{
  
  str["原解弹窗"] = "残局群181175613"
  str["二解弹窗"] = "QB:「你居然二解了,请加群告诉我怎么二解。」"
  
  effect_1 = Effect.GlobalEffect()
  
  effect_1:SetType(EFFECT_TYPE_FIELD
  + EFFECT_TYPE_CONTINUOUS)
  
  effect_1:SetCode(EVENT_DAMAGE)
  
  function cache_1() --{
    
    cache_1 = Duel.GetLP(1)
    
    if cache_1 <= 0 then --{
      
      if cache_1 == 0 then --{
        
        Debug.ShowHint(str["原解弹窗"])
        
        --}
        
      else  --{
        
        Debug.ShowHint(QB:「你居然二解了,请加群告诉我怎么二解。」)
        
        end --}
        
      else
      
      --}