游戏王残局简化版

Check-in [7282130e6b]
Login
Overview
Comment:0.0.2695
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 7282130e6b50230bf4cd17692dd3642c3962a26cf829578b63f2f16a21e6b896
User & Date: 顽雨沉风 on 2023-10-12 01:19:56
Other Links: manifest | tags
Context
2023-10-12
04:07
0.0.2696 check-in: dffbf71147 user: 顽雨沉风 tags: trunk
01:19
0.0.2695 check-in: 7282130e6b user: 顽雨沉风 tags: trunk
2023-10-11
13:33
0.0.2694 check-in: ac41e3a093 user: 顽雨沉风 tags: trunk
Changes

Modified script/c0.lua from [3e186194b1] to [9d6c3d2b8c].

221
222
223
224
225
226
227



228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
  
  Duel.SetChainLimit(aux.FALSE)
  
  return true
  end --}

fun["一_通关邀请"] = function() --{



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







>
>
>




















|



|







221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
  
  Duel.SetChainLimit(aux.FALSE)
  
  return true
  end --}

fun["一_通关邀请"] = function() --{
  --备用:圣魔术师
  str["原解邀请"] = "残局群181175613"
  str["二解邀请"] = "爆貘团:「你居然二解了,请加群告诉我怎么二解。」"
  
  str["效果"] = Effect.GlobalEffect()
  
  str["效果"]:SetType(EFFECT_TYPE_FIELD
  + EFFECT_TYPE_CONTINUOUS)
  
  str["效果"]:SetCode(EVENT_DAMAGE)
  
  function cache_1() --{
    
    cache_1 = Duel.GetLP(1)
    
    if cache_1 <= 0 then --{
      
      if cache_1 == 0 then --{
        
        --}
        
      else  --{
        
        Debug.ShowHint(str["二解"])
        
        end --}
        
      Debug.ShowHint(str["原解邀请"])
      
      --}
      
    else --{
      
      return false