Differences From Artifact [e5c5884c11]:
- File [WCS2006]03_antique_gear.lua — part of check-in [4fe5c482f8] at 2023-05-17 11:59:58 on branch trunk — 0.0.131 (user: 顽雨沉风, size: 1146) [annotate] [blame] [check-ins using] [more...]
To Artifact [f1e5b2165d]:
- File [WCS2006]03_antique_gear.lua — part of check-in [57b4c57e87] at 2023-06-18 05:32:03 on branch trunk — 0.0.196 (user: 顽雨沉风, size: 1129) [annotate] [blame] [check-ins using]
︙ | |||
26 27 28 29 30 31 32 | 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 | - + | e999=Effect.GlobalEffect() e999:SetType(EFFECT_TYPE_FIELD+EFFECT_TYPE_CONTINUOUS) e999:SetCode(EVENT_DAMAGE) function cache1(e,tp,eg,ep,ev,re,r,rp) return Duel.GetLP(1)<=0 end e999:SetCondition(cache1) |
︙ |