游戏王残局简化版

Check-in [5f49d28c36]
Login

Check-in [5f49d28c36]

Overview
Comment:0.0.186
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 5f49d28c36dbd150cdfc8e8374d58483105426baffe097484a57ce4b7e4afe6e
User & Date: 顽雨沉风 on 2023-06-11 00:25:56
Other Links: manifest | tags
Context
2023-06-11
03:12
0.0.187 check-in: 993043ce0b user: 顽雨沉风 tags: trunk
00:25
0.0.186 check-in: 5f49d28c36 user: 顽雨沉风 tags: trunk
00:24
0.0.185 check-in: 185085b5a7 user: 顽雨沉风 tags: trunk
Changes

Modified [WCS2006]03_antique_gear.lua from [bd6a4969d6] to [e5c5884c11].

28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
e999:SetCode(EVENT_DAMAGE)
function cache1(e,tp,eg,ep,ev,re,r,rp)
  return Duel.GetLP(1)<=0
  end
e999:SetCondition(cache1)
function cache1(e,tp,eg,ep,ev,re,r,rp)
  Debug.ShowHint("残局群181175613")
  io.popen('clip','w'):write("残局群181175613"):close()
  return
  end
e999:SetOperation(cache1)
Duel.RegisterEffect(e999,0)










<







28
29
30
31
32
33
34

35
36
37
38
39
40
41
e999:SetCode(EVENT_DAMAGE)
function cache1(e,tp,eg,ep,ev,re,r,rp)
  return Duel.GetLP(1)<=0
  end
e999:SetCondition(cache1)
function cache1(e,tp,eg,ep,ev,re,r,rp)
  Debug.ShowHint("残局群181175613")

  return
  end
e999:SetOperation(cache1)
Duel.RegisterEffect(e999,0)