游戏王残局简化版

Diff
Login

Diff

Differences From Artifact [7bd97de233]:

To Artifact [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
      
      --}