Differences From Artifact [9e8352dbf6]:
- File [WCS2011]-12.lua — part of check-in [1b6cf4d28f] at 2023-04-22 01:28:03 on branch trunk — 0.0.32 (user: 顽雨沉风, size: 2165) [annotate] [blame] [check-ins using]
- File [WCS2011]-12_衍生-1.lua — part of check-in [072e496e9f] at 2023-04-27 00:56:59 on branch trunk — 0.0.90 (user: 顽雨沉风, size: 2165) [annotate] [blame] [check-ins using]
- File [WCS2011]-12衍生-1.lua — part of check-in [b342293e3d] at 2023-04-25 05:39:55 on branch trunk — 0.0.82 (user: 顽雨沉风, size: 2165) [annotate] [blame] [check-ins using]
To Artifact [469121d9a3]:
- File [WCS2011]-12_衍生-1.lua — part of check-in [780f65c9b3] at 2023-05-13 05:52:06 on branch trunk — 0.0.129 (user: 顽雨沉风, size: 2103) [annotate] [blame] [check-ins using]
- File [WCS2011]-12_衍生版_1.lua — part of check-in [bbc6711f61] at 2023-06-19 02:10:52 on branch trunk — 0.0.229 (user: 顽雨沉风, size: 2103) [annotate] [blame] [check-ins using]
- File single/[WCS2011]-12_衍生版_1.lua — part of check-in [e7f204fb3d] at 2023-06-29 02:28:59 on branch trunk — 0.0.309 (user: 顽雨沉风, size: 2103) [annotate] [blame] [check-ins using]
44 45 46 47 48 49 50 | 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) | < | 44 45 46 47 48 49 50 | 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) |