游戏王残局简化版

Check-in [185085b5a7]
Login

Check-in [185085b5a7]

Overview
Comment:0.0.185
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 185085b5a7dcc027b954cb11c39dd913bccc3e5130778a199acba55bd35719aa
User & Date: 顽雨沉风 on 2023-06-11 00:24:37
Other Links: manifest | tags
Context
2023-06-11
00:25
0.0.186 check-in: 5f49d28c36 user: 顽雨沉风 tags: trunk
00:24
0.0.185 check-in: 185085b5a7 user: 顽雨沉风 tags: trunk
2023-06-09
01:27
0.0.184 check-in: 012f9b8092 user: 顽雨沉风 tags: trunk
Changes

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

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)










>







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)