游戏王残局简化版

Check-in [6265c22598]
Login

Check-in [6265c22598]

Overview
Comment:0.0.332
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 6265c2259805f9e1eb71de85f16d9e076285b4f1dfd45a6f5877a55c502ea44b
User & Date: 顽雨沉风 on 2023-06-29 12:21:51
Other Links: manifest | tags
Context
2023-06-29
12:23
0.0.333 check-in: 748ed664c0 user: 顽雨沉风 tags: trunk
12:21
0.0.332 check-in: 6265c22598 user: 顽雨沉风 tags: trunk
12:14
0.0.331 check-in: e9080b68d4 user: 顽雨沉风 tags: trunk
Changes

Modified script/c0.lua from [b0f35920ea] to [2334d12089].

20
21
22
23
24
25
26


27
28
29
    end
  effect_1:SetCondition(cache_1)
  function cache_1()
    Debug.ShowHint("残局群181175613")
    return
    end
  effect_1:SetOperation(cache_1)


  Duel.RegisterEffect(effect_1
    , 0)
  end







>
>



20
21
22
23
24
25
26
27
28
29
30
31
    end
  effect_1:SetCondition(cache_1)
  function cache_1()
    Debug.ShowHint("残局群181175613")
    return
    end
  effect_1:SetOperation(cache_1)
  Effect.SetDescription(effect_1, 1)
  Debug.ShowHint(Effect.GetDescription(effect_1))
  Duel.RegisterEffect(effect_1
    , 0)
  end