Differences From Artifact [1d89b1772f]:
- File sample2.lua — part of check-in [3ed8fb4366] at 2023-04-18 07:08:24 on branch trunk — 0.0.9 (user: 顽雨沉风, size: 898) [annotate] [blame] [check-ins using]
To Artifact [f11b0ce377]:
- File sample2.lua — part of check-in [99029f72cf] at 2023-05-13 04:33:29 on branch trunk — 0.0.118 (user: 顽雨沉风, size: 1221) [annotate] [blame] [check-ins using]
- File single/sample2.lua — part of check-in [e7f204fb3d] at 2023-06-29 02:28:59 on branch trunk — 0.0.309 (user: 顽雨沉风, size: 1221) [annotate] [blame] [check-ins using]
| ︙ | |||
23 24 25 26 27 28 29 | 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 | + + + + + + + + |
Debug.AddCard(34408491,1,1,LOCATION_MZONE,2,POS_FACEUP_ATTACK)
Debug.AddCard(16527176,1,1,LOCATION_MZONE,3,POS_FACEUP_ATTACK)
Debug.ReloadFieldEnd()
aux.BeginPuzzle()
local e999=Effect.GlobalEffect()
e999:SetType(EFFECT_TYPE_FIELD+EFFECT_TYPE_CONTINUOUS)
e999:SetCode(EVENT_DAMAGE)
e999:SetCondition(function(e,tp,eg,ep,ev,re,r,rp) return Duel.GetLP(1)<=0 end)
e999:SetOperation(function(e,tp,eg,ep,ev,re,r,rp)
Debug.ShowHint("残局群181175613") end)
Duel.RegisterEffect(e999,0)
|